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
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.