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