PUT POS/Sales/Invoices/{invoiceId}/Tags Try Now

Manage Tags

Request Information

URI Parameters

NameDescriptionTypeAdditional information
invoiceId
string
Required

Body Parameters

NameDescriptionTypeAdditional 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.