POST api/MalaysiaEInvoice/CancelMIDtls
Request Information
URI Parameters
None.
Body Parameters
CancelMIDtlsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| MG_UUID | string |
None. |
|
| MG_CP_ID | integer |
None. |
|
| MG_CREATED_BY | integer |
None. |
|
| MG_REASON | string |
None. |
|
| MG_BIH_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MG_UUID": "sample string 1",
"MG_CP_ID": 1,
"MG_CREATED_BY": 1,
"MG_REASON": "sample string 2",
"MG_BIH_ID": 1
}
application/xml, text/xml
Sample:
<CancelMIDtlsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <MG_BIH_ID>1</MG_BIH_ID> <MG_CP_ID>1</MG_CP_ID> <MG_CREATED_BY>1</MG_CREATED_BY> <MG_REASON>sample string 2</MG_REASON> <MG_UUID>sample string 1</MG_UUID> </CancelMIDtlsInput>
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. |