POST Migros/ApproveOrder
Request Information
URI Parameters
None.
Body Parameters
MgApprovedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
None. |
|
| storeId | integer |
None. |
|
| groupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": 1,
"storeId": 2,
"groupId": 3
}
application/xml, text/xml
Sample:
<Migros.MgApprovedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models"> <groupId>3</groupId> <orderId>1</orderId> <storeId>2</storeId> </Migros.MgApprovedModel>
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.