POST v1/Generic/PaymentTermsUpdate
Request Information
URI Parameters
None.
Body Parameters
PaymentTermsRequestModelName | Description | Type | Additional information |
---|---|---|---|
TermsCode | string |
None. |
|
AccountingID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TermsCode": "sample string 1", "AccountingID": "sample string 2" }
application/xml, text/xml
Sample:
<PaymentTermsRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <TermsCode>sample string 1</TermsCode> <ExternalAccountingID>sample string 2</ExternalAccountingID> </PaymentTermsRequestModel>
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>