POST api/account/InRouteSampleDelivery
Request Information
URI Parameters
None.
Body Parameters
DTOStartRideName | 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": "72048342-70ae-4d6e-9bba-aff0652654da", "BranchLocationId": "06189740-b175-4d2f-9c9e-aa449484b849", "LabNo": "sample string 1", "RiderLatitude": 1.1, "RiderLongitude": 1.1, "RiderAddress": "sample string 2", "RiderRemarks": "sample string 3", "UserId": "5798262a-74de-4eab-90e2-67069c7b5779", "DeliveryBranchLocationId": "7cce91f6-39fb-49f2-a02e-e256df071add", "RiderLocationURL": "sample string 5", "InRouteDeliveryBranchLocationId": "f6f7d90f-44ed-460e-bc26-0a0e4dbd8322", "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>06189740-b175-4d2f-9c9e-aa449484b849</BranchLocationId> <DeliveryBranchLocationId>7cce91f6-39fb-49f2-a02e-e256df071add</DeliveryBranchLocationId> <DeviceToken>sample string 6</DeviceToken> <InRouteDeliveryBranchLocationId>f6f7d90f-44ed-460e-bc26-0a0e4dbd8322</InRouteDeliveryBranchLocationId> <LabNo>sample string 1</LabNo> <PatientId>72048342-70ae-4d6e-9bba-aff0652654da</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>5798262a-74de-4eab-90e2-67069c7b5779</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.