PUT api/Zevez/rwsystem/CompanyBankLink
Request Information
URI Parameters
None.
Body Parameters
CompanyBankLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | string |
None. |
|
| ZBankGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": "sample string 2",
"ZBankGuid": "1be40029-d6d0-4689-8a8e-cd3c2157b3db"
}
application/xml, text/xml
Sample:
<CompanyBankLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <CompanyId>sample string 2</CompanyId> <Id>1</Id> <ZBankGuid>1be40029-d6d0-4689-8a8e-cd3c2157b3db</ZBankGuid> </CompanyBankLink>
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.