PUT POS/PurchaseOrders/{id}/Tags Try Now
Tagses the specified identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
Body Parameters
The request.
| 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.