POST UserCRM/ToggleExporterKeyStatus
Request Information
URI Parameters
None.
Body Parameters
ExporterToggleWebAPIReq_BO| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | integer |
None. |
|
| Data | ExporterToggleReq_BO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": 1,
"Data": {
"UserID": 1,
"Exporter_Key": "sample string 2",
"ExporterEmailID": "sample string 3",
"StatusTobeSet": 4
}
}
text/html
Sample:
{"Token":1,"Data":{"UserID":1,"Exporter_Key":"sample string 2","ExporterEmailID":"sample string 3","StatusTobeSet":4}}
application/xml, text/xml
Sample:
<ExporterToggleWebAPIReq_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19BO_V2.UserCRM">
<Data>
<ExporterEmailID>sample string 3</ExporterEmailID>
<Exporter_Key>sample string 2</Exporter_Key>
<StatusTobeSet>4</StatusTobeSet>
<UserID>1</UserID>
</Data>
<Token>1</Token>
</ExporterToggleWebAPIReq_BO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |