POST v1/Generic/CustomerAccountingUpdate
Updates customer record AccountingId and SyncToken
Request Information
URI Parameters
None.
Body Parameters
CustomerAccountingRequestModel
CustomerAccountingRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| AccountingID | string |
None. |
|
| SyncToken | string |
None. |
Remarks
None.
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"AccountingID": "sample string 2",
"SyncToken": "sample string 3"
}
application/xml, text/xml
Sample:
<CustomerAccountingRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerId>1</CustomerId> <ExternalAccountingID>sample string 2</ExternalAccountingID> <ExternalSyncToken>sample string 3</ExternalSyncToken> </CustomerAccountingRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>
