© 2024 Clarivate
GET /api/.../readerservices/deliverymode?orgid={orgid}&includeEmptyObject=true
Return a list of all delivery mode options for an individual organization. Include the '(none)' entry for a user listbox or combobox.
Name | Type | Required | Description |
---|---|---|---|
orgid | Integer | No | Filter by organization Id. |
includeEmptyObject | Boolean | No | Set to 'true' to return an empty object with DeliveryModeID set to '0' and Description set to '(none)'. This may be used when populating a listbox for a user selection. Must be used with the orgid parameter. |
[
{
"DeliveryModeID":0,
"Description":"(None)"
},
{
"DeliveryModeID":14,
"Description":"Bookmobile"
},
{
"DeliveryModeID":11,
"Description":"Library Van"
},
{
"DeliveryModeID":12,
"Description":"Mail"
},
{
"DeliveryModeID":13,
"Description":"Pickup"
},
{
"DeliveryModeID":21,
"Description":"Special messanger"
},
{
"DeliveryModeID":15,
"Description":"Staff Delivery"
}
]