POST api/OMS/GeneratePendingOrderLst
Request Information
URI Parameters
None.
Body Parameters
clsOMSIdlst| Name | Description | Type | Additional information |
|---|---|---|---|
| OMSid | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OMSid": [
1,
2
]
}
application/xml, text/xml
Sample:
<OMSEntity.clsOMSIdlst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity">
<OMSid xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</OMSid>
</OMSEntity.clsOMSIdlst>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OMSResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | integer |
None. |
|
| ResponseMessage | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 1,
"ResponseMessage": "sample string 2",
"Id": 3
}
application/xml, text/xml
Sample:
<OMSEntity.OMSResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMSAPIV1.Entity"> <Id>3</Id> <ResponseMessage>sample string 2</ResponseMessage> <Result>1</Result> </OMSEntity.OMSResponse>