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": "8d7d4e04-63a8-4920-ba79-427345895eb1",
"BranchLocationId": "c222079f-7aec-4799-8bc3-d20e23b54604",
"LabNo": "sample string 1",
"RiderLatitude": 1.1,
"RiderLongitude": 1.1,
"RiderAddress": "sample string 2",
"RiderRemarks": "sample string 3",
"UserId": "52fa529a-ddff-4a54-86cb-e23397ca69c2",
"DeliveryBranchLocationId": "ea890c4f-602a-4081-98e9-dd72b755e612",
"RiderLocationURL": "sample string 5",
"InRouteDeliveryBranchLocationId": "f24b58e5-58a3-49ed-89b5-7080db3d61a8",
"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>c222079f-7aec-4799-8bc3-d20e23b54604</BranchLocationId> <DeliveryBranchLocationId>ea890c4f-602a-4081-98e9-dd72b755e612</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>f24b58e5-58a3-49ed-89b5-7080db3d61a8</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>8d7d4e04-63a8-4920-ba79-427345895eb1</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>52fa529a-ddff-4a54-86cb-e23397ca69c2</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.