POST Cancellation/modificationupdate
Request Information
URI Parameters
None.
Body Parameters
RequestModify| Name | Description | Type | Additional information |
|---|---|---|---|
| ICICI_TR_Id | integer |
None. |
|
| checkInDate | string |
None. |
|
| checkOutDate | string |
None. |
|
| checkInTime | string |
None. |
|
| checkInDateTime | string |
None. |
|
| checkOutDateTime | string |
None. |
|
| LogTableId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ICICI_TR_Id": 1,
"checkInDate": "sample string 2",
"checkOutDate": "sample string 3",
"checkInTime": "sample string 4",
"checkInDateTime": "sample string 5",
"checkOutDateTime": "sample string 6",
"LogTableId": 7
}
application/xml, text/xml
Sample:
<RequestModify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/icicidirect_tool_API.Models"> <ICICI_TR_Id>1</ICICI_TR_Id> <LogTableId>7</LogTableId> <checkInDate>sample string 2</checkInDate> <checkInDateTime>sample string 5</checkInDateTime> <checkInTime>sample string 4</checkInTime> <checkOutDate>sample string 3</checkOutDate> <checkOutDateTime>sample string 6</checkOutDateTime> </RequestModify>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.