PUT POS/Sales/Invoices/{invoiceId}/Tags Try Now
Manage Tags
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceId | string |
Required
|
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Tags |
The object identifier.
|
Collection of string |
Required
|
ActionType |
The update action.
|
UpdateAction |
None.
|
Request Formats
application/json, text/json
Sample:
{ "Tags": [ "" ], "ActionType": "Overwrite" }
Response Information
Resource Description
None.