TAG LINE
SMALL TITLE
id | "id": 26 Type: Number This is the unique numeric identifier for the AccountTaxCategory |
name | "name": "Hello World" Type: String |
ownerId | "ownerId": 24 Type: Number Unique identifier for the associated Owner 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:
DELETE | api/v2/Account/TaxCategory/{id:int} |
Delete an instance of the AccountTaxCategory object. |
GET | api/v2/Account/TaxCategory |
Retrieve all of the AccountTaxCategory objects. |
GET | api/v2/Account/TaxCategory/Paged |
Retreive all of the AccountTaxCategory objects in a paged fashion. |
GET | api/v2/Account/TaxCategory/{id:int} |
Retrieve an instance of the AccountTaxCategory object by it's ID. | |
{id:int} | Unique identifier for the AccountTaxCategory object. |
POST | api/v2/Account/TaxCategory |
Create a new instance of the AccountTaxCategory object. |
PUT | api/v2/Account/TaxCategory/{id:int} |
Update an existing instance of the AccountTaxCategory object. |