POST api/CustomerTag/SaveOrUpdateTagCreationProcess
Request Information
URI Parameters
None.
Body Parameters
SaveOrUpdateCustomerTagCreationProcessRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| TagName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"TagName": "sample string 2"
}
application/xml, text/xml
Sample:
<SaveOrUpdateCustomerTagCreationProcessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <FileName>sample string 1</FileName> <TagName>sample string 2</TagName> </SaveOrUpdateCustomerTagCreationProcessRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveOrUpdateCustomerTagCreationProcessResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Success": true
}
application/xml, text/xml
Sample:
<SaveOrUpdateCustomerTagCreationProcessResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Id>sample string 1</Id> <Success>true</Success> </SaveOrUpdateCustomerTagCreationProcessResponse>