POST api/account/InRouteSampleDelivery
Request Information
URI Parameters
None.
Body Parameters
DTOStartRide| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | globally unique identifier |
None. |
|
| BranchLocationId | globally unique identifier |
None. |
|
| LabNo | string |
None. |
|
| RiderLatitude | decimal number |
None. |
|
| RiderLongitude | decimal number |
None. |
|
| RiderAddress | string |
None. |
|
| RiderRemarks | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| DeliveryBranchLocationId | globally unique identifier |
None. |
|
| RiderLocationURL | string |
None. |
|
| InRouteDeliveryBranchLocationId | globally unique identifier |
None. |
|
| DeviceToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "abdeffe8-5ba2-4fa4-958e-0486a276d904",
"BranchLocationId": "dbcbc065-f740-4700-991b-d973fea5d12c",
"LabNo": "sample string 1",
"RiderLatitude": 1.1,
"RiderLongitude": 1.1,
"RiderAddress": "sample string 2",
"RiderRemarks": "sample string 3",
"UserId": "57d7b939-f89f-426b-b7b0-e396561ef1d3",
"DeliveryBranchLocationId": "76c78906-b396-45a6-8853-23be30b111b8",
"RiderLocationURL": "sample string 5",
"InRouteDeliveryBranchLocationId": "c9e69c29-3179-44bf-bb98-8633d42598dc",
"DeviceToken": "sample string 6"
}
application/xml, text/xml
Sample:
<DTOStartRide xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <BranchLocationId>dbcbc065-f740-4700-991b-d973fea5d12c</BranchLocationId> <DeliveryBranchLocationId>76c78906-b396-45a6-8853-23be30b111b8</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>c9e69c29-3179-44bf-bb98-8633d42598dc</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>abdeffe8-5ba2-4fa4-958e-0486a276d904</PatientId> <RiderAddress>sample string 2</RiderAddress> <RiderLatitude>1.1</RiderLatitude> <RiderLocationURL>sample string 5</RiderLocationURL> <RiderLongitude>1.1</RiderLongitude> <RiderRemarks>sample string 3</RiderRemarks> <UserId>57d7b939-f89f-426b-b7b0-e396561ef1d3</UserId> </DTOStartRide>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.