GET api/DeliveryType/CollectAtCounter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DeliveryTypeName | 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": "feedb5a8-8677-4d2c-a419-ef37a82a2b61", "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>feedb5a8-8677-4d2c-a419-ef37a82a2b61</RowGuid> </DeliveryType>