POST api/ULIP/CancelByIRN?AppSecret={AppSecret}&TransporterId={TransporterId}&User={User}&IPAddress={IPAddress}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppSecret | string |
Required |
|
| TransporterId | string |
Required |
|
| User | string |
Required |
|
| IPAddress | string |
Required |
Body Parameters
ReqPlCancelIRN| Name | Description | Type | Additional information |
|---|---|---|---|
| CnlRem | string |
None. |
|
| CnlRsn | string |
None. |
|
| Irn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CnlRem": "sample string 1",
"CnlRsn": "sample string 2",
"Irn": "sample string 3"
}
application/xml, text/xml
Sample:
<ReqPlCancelIRN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apis.Areas.EInvoice.Models"> <CnlRem>sample string 1</CnlRem> <CnlRsn>sample string 2</CnlRsn> <Irn>sample string 3</Irn> </ReqPlCancelIRN>
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. |