POST api/order/updatecustomer

Request Information

URI Parameters

None.

Body Parameters

EntityUpdateCustomerOrder
NameDescriptionTypeAdditional information
CustomerId

integer

None.

TableId

integer

None.

OrderId

integer

None.

ApplicationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "TableId": 2,
  "OrderId": 3,
  "ApplicationId": 4
}

application/xml, text/xml

Sample:
<EntityUpdateCustomerOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity">
  <ApplicationId>4</ApplicationId>
  <CustomerId>1</CustomerId>
  <OrderId>3</OrderId>
  <TableId>2</TableId>
</EntityUpdateCustomerOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.