POST api/accountingsystem/createofficeaccount
Create an office account for the accounting system
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Query.OfficeAccountDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
AccountNumber | string |
None. |
|
SortCode | string |
None. |
|
IBAN | string |
None. |
|
BIC | string |
None. |
|
CountryCode | string |
None. |
|
IsPrimary | boolean |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Name": "sample string 1", "AccountNumber": "sample string 2", "SortCode": "sample string 3", "IBAN": "sample string 4", "BIC": "sample string 5", "CountryCode": "sample string 6", "IsPrimary": true, "Id": 8 }
Response Information
Resource Description
Dezrez.Core.DataContracts.Accounts.Financial.Query.OfficeAccountDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
AccountNumber | string |
None. |
|
SortCode | string |
None. |
|
IBAN | string |
None. |
|
BIC | string |
None. |
|
CountryCode | string |
None. |
|
IsPrimary | boolean |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "AccountNumber": "sample string 2", "SortCode": "sample string 3", "IBAN": "sample string 4", "BIC": "sample string 5", "CountryCode": "sample string 6", "IsPrimary": true, "Id": 8 }