POST POS/Sales/Invoice/Tags/Revisions Try Now
invoice revisions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
re for invoice.
Name | Description | Type | Additional information |
---|---|---|---|
Page |
Sets the page.
|
integer |
None.
|
ItemsPerPage |
Sets the items per page.
|
integer |
None.
|
InvoiceId |
The Invoice identifier.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "Page": 1, "ItemsPerPage": 2, "InvoiceId": "" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Items | Collection of InvoiceTagResponse |
None.
|
|
Page | integer |
None.
|
|
TotalPages | integer |
None.
|
|
Records | integer |
None.
|
|
Meta | Object |
None.
|
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "InvoiceId": "", "Tag": "", "Changes": "", "UpdatedBy": "", "UpdatedDate": "2024-11-29T16:30" } ], "Page": 1, "TotalPages": 2, "Records": 3, "Meta": {} }