POST api/Deliverysheet/EmptyBottleStatus

Request Information

URI Parameters

None.

Body Parameters

BottleReturnsBindingModel
NameDescriptionTypeAdditional information
GlobalOrderId

integer

Required

CustomerId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "GlobalOrderId": 1,
  "CustomerId": "sample string 2"
}

application/xml, text/xml

Sample:
<BottleReturnsBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Coke.Models.WebApi.BindingModels.DeliverySheet">
  <CustomerId>sample string 2</CustomerId>
  <GlobalOrderId>1</GlobalOrderId>
</BottleReturnsBindingModel>

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.