POST UserCRM/{ParentID}/SaveIndiaMartAPIJSON
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentID | integer |
Required |
Body Parameters
RequestParamEntityAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| CODE | string |
None. |
|
| STATUS | string |
None. |
|
| RESPONSE | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODE": "sample string 1",
"STATUS": "sample string 2",
"RESPONSE": {}
}
text/html
Sample:
{"CODE":"sample string 1","STATUS":"sample string 2","RESPONSE":{}}
application/xml, text/xml
Sample:
<RequestParamEntityAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19BO_V2.Common"> <CODE>sample string 1</CODE> <RESPONSE /> <STATUS>sample string 2</STATUS> </RequestParamEntityAPI>
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. |