POST api/News/OrderNoUpdate
Loads the Order No Update
Request Information
URI Parameters
None.
Body Parameters
Pagination Model
WebsiteOrderNoUpdate| Name | description | Type | Additional information |
|---|---|---|---|
| OfferSysID | integer |
None. |
|
| OrderNo | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"OfferSysID": 1,
"OrderNo": 2
}
application/xml, text/xml
Sample:
<mlMarketerNews.WebsiteOrderNoUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Admin"> <OfferSysID>1</OfferSysID> <OrderNo>2</OrderNo> </mlMarketerNews.WebsiteOrderNoUpdate>
response Information
Resource description
Data Set
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |