GET api/DeliveryType/CollectAtCounter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| RowGuid | globally unique identifier |
None. |
|
| DeliveryCost | decimal number |
None. |
|
| DeliveryCostUseTicketsAsQuantity | boolean |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RowGuid": "545ed95f-ffc7-4e09-9c40-a6197d87e1d2",
"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>545ed95f-ffc7-4e09-9c40-a6197d87e1d2</RowGuid> </DeliveryType>