POST api/MalaysiaEInvoice/GetMIList
Request Information
URI Parameters
None.
Body Parameters
GetMIListinput| Name | Description | Type | Additional information |
|---|---|---|---|
| MIR_CP_ID | integer |
None. |
|
| MIR_INV_NUM | string |
None. |
|
| MIR_UUID | string |
None. |
|
| MIR_SUBMISSIONUID | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MIR_CP_ID": 1,
"MIR_INV_NUM": "sample string 1",
"MIR_UUID": "sample string 2",
"MIR_SUBMISSIONUID": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetMIListinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <MIR_CP_ID>1</MIR_CP_ID> <MIR_INV_NUM>sample string 1</MIR_INV_NUM> <MIR_SUBMISSIONUID>sample string 3</MIR_SUBMISSIONUID> <MIR_UUID>sample string 2</MIR_UUID> <START>1</START> </GetMIListinput>
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. |