GET api/DeliveryType/CollectAtCounter

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DeliveryType
NameDescriptionTypeAdditional information
RowGuid

globally unique identifier

None.

DeliveryCost

decimal number

None.

DeliveryCostUseTicketsAsQuantity

boolean

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RowGuid": "6feb8a08-69f2-4999-81b7-138dc375f7ea",
  "DeliveryCost": 2.0,
  "DeliveryCostUseTicketsAsQuantity": true,
  "Name": "sample string 4"
}

application/xml, text/xml

Sample:
<DeliveryType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoodFluweel.Api.Models">
  <DeliveryCost>2</DeliveryCost>
  <DeliveryCostUseTicketsAsQuantity>true</DeliveryCostUseTicketsAsQuantity>
  <Name>sample string 4</Name>
  <RowGuid>6feb8a08-69f2-4999-81b7-138dc375f7ea</RowGuid>
</DeliveryType>