TAG LINE
SMALL TITLE
id | "id": 3 Type: Number This is the unique numeric identifier for the AccountTaxExemptLevel |
accountId | "accountId": 11 Type: Number Unique identifier for the associated Account object. |
taxExemptLevelId | "taxExemptLevelId": 26 Type: Number Unique identifier for the associated TaxExemptLevel object. |
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:
GET | api/v2/AccountTaxExemptLevel |
Retrieve all of the AccountTaxExemptLevel objects. |
GET | api/v2/AccountTaxExemptLevel/Paged |
Retreive all of the AccountTaxExemptLevel objects in a paged fashion. |
GET | api/v2/AccountTaxExemptLevel/{id:int} |
Retrieve an instance of the AccountTaxExemptLevel object by it's ID. | |
{id:int} | Unique identifier for the AccountTaxExemptLevel object. |