POST api/CustomerTag/UpdateCustomerTagCreationProcess
Request Information
URI Parameters
None.
Body Parameters
UpdateCustomerTagCreationProcessRequestName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Status | TagCreationProcessStatusEnum |
None. |
|
Message | string |
None. |
|
Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Status": 0, "Message": "sample string 2", "Count": 1 }
application/xml, text/xml
Sample:
<UpdateCustomerTagCreationProcessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <Count>1</Count> <Id>sample string 1</Id> <Message>sample string 2</Message> <Status>Waiting</Status> </UpdateCustomerTagCreationProcessRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateCustomerTagCreationProcessResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true }
application/xml, text/xml
Sample:
<UpdateCustomerTagCreationProcessResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </UpdateCustomerTagCreationProcessResponse>