POST Migros/ApproveOrder

Request Information

URI Parameters

None.

Body Parameters

MgApprovedModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.