CourierService
Authorizations
Responses
200
Returns list of delivery options.
400
Model Validation Errors.
401
Unauthorized
403
Forbidden
500
CloudRx system is in fault state.
get
GET /api/v1/CourierService/price-check HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"deliveryId": 1,
"deliveryName": "text",
"deliveryTypeCode": "text",
"deliveryCost": "text",
"deliveryCode": "text",
"allowControlDrug": true,
"isInternational": true
}