POST api/EntitySupplierAccounts
Request Information
URI Parameters
None.
Body Parameters
EntitySupplierAccountDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| LocationId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| AccountNumber | string |
None. |
|
| SecondaryAccountNumber | string |
None. |
|
| Enabled | boolean |
None. |
|
| IsDefault | boolean |
None. |
|
| SupplierName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"LocationId": 1,
"SupplierId": 1,
"AccountNumber": "sample string 2",
"SecondaryAccountNumber": "sample string 3",
"Enabled": true,
"IsDefault": true,
"SupplierName": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.