POST api/CHAImpMstrs/GetMschemeslList
Request Information
URI Parameters
None.
Body Parameters
GetMschemeslInput| Name | Description | Type | Additional information |
|---|---|---|---|
| MNS_NOTN_NUM | string |
None. |
|
| MNS_NOTN_TYP | string |
None. |
|
| MNS_DATE | date |
None. |
|
| MNS_NOTN_SL_NUM | string |
None. |
|
| MNS_UOM_ID | integer |
None. |
|
| MNS_CVD_UOM_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MNS_NOTN_NUM": "sample string 1",
"MNS_NOTN_TYP": "sample string 2",
"MNS_DATE": "2025-12-06T04:24:12.5263693+00:00",
"MNS_NOTN_SL_NUM": "sample string 3",
"MNS_UOM_ID": 1,
"MNS_CVD_UOM_ID": 1
}
application/xml, text/xml
Sample:
<GetMschemeslInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <MNS_CVD_UOM_ID>1</MNS_CVD_UOM_ID> <MNS_DATE>2025-12-06T04:24:12.5263693+00:00</MNS_DATE> <MNS_NOTN_NUM>sample string 1</MNS_NOTN_NUM> <MNS_NOTN_SL_NUM>sample string 3</MNS_NOTN_SL_NUM> <MNS_NOTN_TYP>sample string 2</MNS_NOTN_TYP> <MNS_UOM_ID>1</MNS_UOM_ID> </GetMschemeslInput>
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. |