POST api/DepotMNR/PutEdiMTstatus
Request Information
URI Parameters
None.
Body Parameters
EdiMTStatusInput| Name | Description | Type | Additional information |
|---|---|---|---|
| MTH_ID | integer |
None. |
|
| MTH_BK_ID | integer |
None. |
|
| MTH_STATUS | string |
None. |
|
| MTH_PROGRAM_ID | string |
None. |
|
| MTH_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MTH_ID": 1,
"MTH_BK_ID": 1,
"MTH_STATUS": "sample string 1",
"MTH_PROGRAM_ID": "sample string 2",
"MTH_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<EdiMTStatusInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <MTH_BK_ID>1</MTH_BK_ID> <MTH_CREATED_BY>1</MTH_CREATED_BY> <MTH_ID>1</MTH_ID> <MTH_PROGRAM_ID>sample string 2</MTH_PROGRAM_ID> <MTH_STATUS>sample string 1</MTH_STATUS> </EdiMTStatusInput>
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. |