PUT POS/Sales/Invoices/Tags Try Now
Bulk Action To Manage Tags for Invoices
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
Request to manipulate Tags for invoice in Bulk
Collection of InvoicesTagRequest
Name | Description | Type | Additional information |
---|---|---|---|
InvoiceId |
Invoice Global Unique Identifier
|
string |
None.
|
Tags |
The object identifier.
|
Collection of string |
Required
|
ActionType |
The update action.
|
UpdateAction |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "InvoiceId": "", "Tags": [ "" ], "ActionType": "Overwrite" } ]
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Successful | Collection of string |
None.
|
|
Status | BulkActionStatus |
None.
|
|
Errors | Collection of String |
None.
|
Response Formats
application/json, text/json
Sample:
{ "Successful": [ "" ], "Status": "Success", "Errors": [ { "ErrorMessage": "", "Item": "" } ] }