GET api/General/OrderManage/GetPickNDropOrderDtlsByID?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PickNDropDetailView| Name | Description | Type | Additional information |
|---|---|---|---|
| PickNDropID | string |
None. |
|
| PickUpDate | date |
None. |
|
| DeliveryType | string |
None. |
|
| PickUpSchedule | date |
None. |
|
| DeliveryInstruction | string |
None. |
|
| PickupAddress | string |
None. |
|
| DropAddress | string |
None. |
|
| PickupLatitude | decimal number |
None. |
|
| PickupLongitude | decimal number |
None. |
|
| DropLatitude | decimal number |
None. |
|
| DropLongitude | decimal number |
None. |
|
| ReceiverName | string |
None. |
|
| ReceiverContactNo | string |
None. |
|
| SenderName | string |
None. |
|
| SenderContactNo | string |
None. |
|
| PickNDropItemID | integer |
None. |
|
| PickNDropItemName | string |
None. |
|
| CouponID | string |
None. |
|
| DeliveryFee | decimal number |
None. |
|
| Tax | integer |
None. |
|
| TotalAmount | decimal number |
None. |
|
| OtherCharge | decimal number |
None. |
|
| IsPrePaid | boolean |
None. |
|
| IsRefunded | boolean |
None. |
|
| LatestStatus | string |
None. |
|
| UserID | string |
None. |
|
| PickNDropAssignTo | string |
None. |
|
| PickNDropAssignToID | string |
None. |
|
| PickNDropAssignToContactNo | string |
None. |
|
| IsOrderConfirmed | boolean |
None. |
|
| IsPaid | boolean |
None. |
|
| Distance | string |
None. |
|
| DistanceValue | integer |
None. |
|
| OrderBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PickNDropID": "sample string 1",
"PickUpDate": "2025-12-07T09:58:03.0278648+05:30",
"DeliveryType": "sample string 3",
"PickUpSchedule": "2025-12-07T09:58:03.0278648+05:30",
"DeliveryInstruction": "sample string 4",
"PickupAddress": "sample string 5",
"DropAddress": "sample string 6",
"PickupLatitude": 7.0,
"PickupLongitude": 8.0,
"DropLatitude": 9.0,
"DropLongitude": 10.0,
"ReceiverName": "sample string 11",
"ReceiverContactNo": "sample string 12",
"SenderName": "sample string 13",
"SenderContactNo": "sample string 14",
"PickNDropItemID": 15,
"PickNDropItemName": "sample string 16",
"CouponID": "sample string 17",
"DeliveryFee": 18.0,
"Tax": 19,
"TotalAmount": 20.0,
"OtherCharge": 21.0,
"IsPrePaid": true,
"IsRefunded": true,
"LatestStatus": "sample string 24",
"UserID": "sample string 25",
"PickNDropAssignTo": "sample string 26",
"PickNDropAssignToID": "sample string 27",
"PickNDropAssignToContactNo": "sample string 28",
"IsOrderConfirmed": true,
"IsPaid": true,
"Distance": "sample string 31",
"DistanceValue": 32,
"OrderBy": "sample string 33"
}
application/xml, text/xml
Sample:
<PickNDropDetailView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.CustomModels"> <CouponID>sample string 17</CouponID> <DeliveryFee>18</DeliveryFee> <DeliveryInstruction>sample string 4</DeliveryInstruction> <DeliveryType>sample string 3</DeliveryType> <Distance>sample string 31</Distance> <DistanceValue>32</DistanceValue> <DropAddress>sample string 6</DropAddress> <DropLatitude>9</DropLatitude> <DropLongitude>10</DropLongitude> <IsOrderConfirmed>true</IsOrderConfirmed> <IsPaid>true</IsPaid> <IsPrePaid>true</IsPrePaid> <IsRefunded>true</IsRefunded> <LatestStatus>sample string 24</LatestStatus> <OrderBy>sample string 33</OrderBy> <OtherCharge>21</OtherCharge> <PickNDropAssignTo>sample string 26</PickNDropAssignTo> <PickNDropAssignToContactNo>sample string 28</PickNDropAssignToContactNo> <PickNDropAssignToID>sample string 27</PickNDropAssignToID> <PickNDropID>sample string 1</PickNDropID> <PickNDropItemID>15</PickNDropItemID> <PickNDropItemName>sample string 16</PickNDropItemName> <PickUpDate>2025-12-07T09:58:03.0278648+05:30</PickUpDate> <PickUpSchedule>2025-12-07T09:58:03.0278648+05:30</PickUpSchedule> <PickupAddress>sample string 5</PickupAddress> <PickupLatitude>7</PickupLatitude> <PickupLongitude>8</PickupLongitude> <ReceiverContactNo>sample string 12</ReceiverContactNo> <ReceiverName>sample string 11</ReceiverName> <SenderContactNo>sample string 14</SenderContactNo> <SenderName>sample string 13</SenderName> <Tax>19</Tax> <TotalAmount>20</TotalAmount> <UserID>sample string 25</UserID> </PickNDropDetailView>