TAG LINE
SMALL TITLE
id | "id": 8 Type: Number This is the unique numeric identifier for the TaxVendorType |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 0 Type: Number |
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/v3/Tax/Vendor/Type |
Retrieve all of the TaxVendorType objects. |
GET | api/v3/Tax/Vendor/Type/Paged |
Retreive all of the TaxVendorType objects in a paged fashion. |
GET | api/v3/Tax/Vendor/Type/{id:int} |
Retrieve an instance of the TaxVendorType object by it's ID. | |
{id:int} | Unique identifier for the TaxVendorType object. |