bankAccount
PATCH {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/bankAccounts({{bankAccountId}})?tenant={{tenant}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tenant | string |
Request Body
{"displayName"=>"New Bank of Paris"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
If-Match | string |
RESPONSES
status: OK
{"@odata.context":"http://bcserver:7048/BC/api/v2.0/$metadata#companies(7d95c69c-82de-ed11-884e-6045bdac97e2)/bankAccounts/$entity","@odata.etag":"W/\"JzIwOzExMjQ2MDc0MjEyNTIzMTI0OTIyMTswMDsn\"","id":"3f9bc123-5e0b-ee11-b393-db339aee3495","number":"NBL","displayName":"New Bank of Paris"}