TAG LINE
SMALL TITLE
id | "id": 9 Type: Number This is the unique numeric identifier for the InvoiceVoid |
voidingInvoiceId | "voidingInvoiceId": 9 Type: Number Unique identifier for the associated Invoice object. |
voidedInvoiceId | "voidedInvoiceId": 15 Type: Number Unique identifier for the associated Invoice object. |
note | "note": "Hello World" Type: String |
createdByUserId | "createdByUserId": 3 Type: Number Unique identifier for the associated User 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/v3/InvoiceVoid |
Retrieve all of the InvoiceVoid objects. |
GET | api/v3/InvoiceVoid/Paged |
Retreive all of the InvoiceVoid objects in a paged fashion. |
GET | api/v3/InvoiceVoid/{id:int} |
Retrieve an instance of the InvoiceVoid object by it's ID. | |
{id:int} | Unique identifier for the InvoiceVoid object. |
PUT | api/v3/InvoiceVoid/{id:int} |
Update an existing instance of the InvoiceVoid object. |