POST api/MKTH/Order/GetModelSo/{ord_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ord_id | integer |
Required |
Body Parameters
Collection of m_ModelNo| Name | Description | Type | Additional information |
|---|---|---|---|
| model_no | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"model_no": "sample string 1"
},
{
"model_no": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfm_ModelNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.MKTH">
<m_ModelNo>
<model_no>sample string 1</model_no>
</m_ModelNo>
<m_ModelNo>
<model_no>sample string 1</model_no>
</m_ModelNo>
</ArrayOfm_ModelNo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.