POST api/v1/InitializeICICISale
Request Information
URI Parameters
None.
Body Parameters
ICICIPubInitializationInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| Mode | string |
None. |
|
| TxnNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"Mode": "sample string 2",
"TxnNo": "sample string 3"
}
application/xml, text/xml
Sample:
<ICICIPubInitializationInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Mode>sample string 2</Mode> <TxnNo>sample string 3</TxnNo> <UserID>1</UserID> </ICICIPubInitializationInput>
application/x-www-form-urlencoded
Sample:
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. |