POST POS/Sales/Invoice/Tags/Revisions Try Now

invoice revisions.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

re for invoice.

NameDescriptionTypeAdditional 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

NameDescriptionTypeAdditional 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-07-02T11:56"
    }
  ],
  "Page": 1,
  "TotalPages": 2,
  "Records": 3,
  "Meta": {}
}