TAG LINE
SMALL TITLE
id | "id": 6 Type: Number This is the unique numeric identifier for the AccountsReceivableTerms |
ownerId | "ownerId": 21 Type: Number Unique identifier for the associated Owner object. |
name | "name": "Hello World" Type: String |
paymentTermId | "paymentTermId": 3 Type: Number Unique identifier for the associated PaymentTerm object. |
paymentDunningRuleId | "paymentDunningRuleId": 15 Type: Number Unique identifier for the associated PaymentDunningRule object. |
paymentRetryRuleId | "paymentRetryRuleId": 5 Type: Number Unique identifier for the associated PaymentRetryRule object. |
isDefault | "isDefault": true Type: Boolean |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v3/AccountsReceivable/Terms/{id:int} |
Delete an instance of the AccountsReceivableTerms object. |
GET | api/v3/AccountsReceivable/Terms |
Retrieve all of the AccountsReceivableTerms objects. |
GET | api/v3/AccountsReceivable/Terms/Paged |
Retreive all of the AccountsReceivableTerms objects in a paged fashion. |
GET | api/v3/AccountsReceivable/Terms/{id:int} |
Retrieve an instance of the AccountsReceivableTerms object by it's ID. | |
{id:int} | Unique identifier for the AccountsReceivableTerms object. |
POST | api/v3/AccountsReceivable/Terms |
Create a new instance of the AccountsReceivableTerms object. |
PUT | api/v3/AccountsReceivable/Terms/{id:int} |
Update an existing instance of the AccountsReceivableTerms object. |