POST api/CustomerTag/DeleteCustomerTagsByIdAndInsertNewCustomerTags
Request Information
URI Parameters
None.
Body Parameters
DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TagId | integer |
None. |
|
| UserList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TagId": 1,
"UserList": [
"0d66d6d6-35c4-41c0-bc34-c8e1be4a918d",
"5f7e98de-50a5-430c-a95e-be1b8a41899d"
]
}
application/xml, text/xml
Sample:
<DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
<TagId>1</TagId>
<UserList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0d66d6d6-35c4-41c0-bc34-c8e1be4a918d</d2p1:guid>
<d2p1:guid>5f7e98de-50a5-430c-a95e-be1b8a41899d</d2p1:guid>
</UserList>
</DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}
application/xml, text/xml
Sample:
<DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </DeleteCustomerTagsByIdAndInsertNewCustomerTagsRequestResponse>