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": "c78f69dc-0383-47d9-83dc-c8e5ac60f398",
"BranchLocationId": "c3e31c7c-2b38-4f03-b8f7-7fe77ab36d09",
"LabNo": "sample string 1",
"RiderLatitude": 1.1,
"RiderLongitude": 1.1,
"RiderAddress": "sample string 2",
"RiderRemarks": "sample string 3",
"UserId": "6decd716-cea7-4e2b-b369-038d5c41c23d",
"DeliveryBranchLocationId": "ebe539ac-51b7-46d6-bf30-1aefcb7391a7",
"RiderLocationURL": "sample string 5",
"InRouteDeliveryBranchLocationId": "7daaf950-99c3-4f47-b062-02c7f55c3754",
"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>c3e31c7c-2b38-4f03-b8f7-7fe77ab36d09</BranchLocationId> <DeliveryBranchLocationId>ebe539ac-51b7-46d6-bf30-1aefcb7391a7</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>7daaf950-99c3-4f47-b062-02c7f55c3754</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>c78f69dc-0383-47d9-83dc-c8e5ac60f398</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>6decd716-cea7-4e2b-b369-038d5c41c23d</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.