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": "96b11226-02d7-4e79-84a9-541afeb2d76b",
"BranchLocationId": "4c22dedd-dac8-4e09-86b7-f47d11c1a7a1",
"LabNo": "sample string 1",
"RiderLatitude": 1.1,
"RiderLongitude": 1.1,
"RiderAddress": "sample string 2",
"RiderRemarks": "sample string 3",
"UserId": "b97f28e6-ac65-42cd-81ae-a4f08690b7b3",
"DeliveryBranchLocationId": "5a89303d-f87e-47f0-af50-0a8d3e9f2456",
"RiderLocationURL": "sample string 5",
"InRouteDeliveryBranchLocationId": "946ac1b1-8faa-413e-9ee9-4696d42d2d90",
"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>4c22dedd-dac8-4e09-86b7-f47d11c1a7a1</BranchLocationId> <DeliveryBranchLocationId>5a89303d-f87e-47f0-af50-0a8d3e9f2456</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>946ac1b1-8faa-413e-9ee9-4696d42d2d90</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>96b11226-02d7-4e79-84a9-541afeb2d76b</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>b97f28e6-ac65-42cd-81ae-a4f08690b7b3</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.