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": "21a5141e-b5dc-418f-8b3a-9176c31f3d8e",
"BranchLocationId": "05bd32ad-fc47-4009-bb69-7305b4f0b458",
"LabNo": "sample string 1",
"RiderLatitude": 1.1,
"RiderLongitude": 1.1,
"RiderAddress": "sample string 2",
"RiderRemarks": "sample string 3",
"UserId": "8b679ae1-1781-445e-a4fe-be21553c2ae7",
"DeliveryBranchLocationId": "70b55e50-3668-4b68-8936-364ccd51c33a",
"RiderLocationURL": "sample string 5",
"InRouteDeliveryBranchLocationId": "338e8c56-d88d-4a86-bbc9-2fd073b0e546",
"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>05bd32ad-fc47-4009-bb69-7305b4f0b458</BranchLocationId> <DeliveryBranchLocationId>70b55e50-3668-4b68-8936-364ccd51c33a</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>338e8c56-d88d-4a86-bbc9-2fd073b0e546</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>21a5141e-b5dc-418f-8b3a-9176c31f3d8e</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>8b679ae1-1781-445e-a4fe-be21553c2ae7</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.