PUT api/Zevez/rwsystem/CompanyBankWebApiLink
Request Information
URI Parameters
None.
Body Parameters
CompanyBankWebApiLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | string |
None. |
|
| LinkGuid | globally unique identifier |
None. |
|
| ZBankGuid | globally unique identifier |
None. |
|
| PaymentType | string |
None. |
|
| ApiProvider | integer |
None. |
|
| Active | boolean |
None. |
|
| Enabled | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| ExternalBankId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": "sample string 2",
"LinkGuid": "f1f47a09-6f6d-48f8-88fe-9eaedf552b8d",
"ZBankGuid": "af8b0efd-86b4-4392-b64d-1e8594cee644",
"PaymentType": "sample string 5",
"ApiProvider": 6,
"Active": true,
"Enabled": true,
"CreatedDate": "2026-04-09T10:25:56.0591993+00:00",
"ModifiedDate": "2026-04-09T10:25:56.0591993+00:00",
"ExternalBankId": "sample string 11"
}
application/xml, text/xml
Sample:
<CompanyBankWebApiLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <Active>true</Active> <ApiProvider>6</ApiProvider> <CompanyId>sample string 2</CompanyId> <CreatedDate>2026-04-09T10:25:56.0591993+00:00</CreatedDate> <Enabled>true</Enabled> <ExternalBankId>sample string 11</ExternalBankId> <Id>1</Id> <LinkGuid>f1f47a09-6f6d-48f8-88fe-9eaedf552b8d</LinkGuid> <ModifiedDate>2026-04-09T10:25:56.0591993+00:00</ModifiedDate> <PaymentType>sample string 5</PaymentType> <ZBankGuid>af8b0efd-86b4-4392-b64d-1e8594cee644</ZBankGuid> </CompanyBankWebApiLink>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.