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": "009d9a70-43ab-4107-8545-978c579889b7",
"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>009d9a70-43ab-4107-8545-978c579889b7</RowGuid> </DeliveryType>