GET api/Pickup/SelectCosts/{auth}/{PickupGUID}
Used to select the pickup cost
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auth |
The authorization GUID for this user session |
string |
Required |
| PickupGUID |
The pickup(entity) GUID for which you want costs |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of costs on pickup
Collection of PickupCostItem| Name | Description | Type | Additional information |
|---|---|---|---|
| PickupCostID | integer |
None. |
|
| PickupGUID | string |
None. |
|
| CostTypeID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Amount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| NetAmount | decimal number |
None. |
|
| CurrencyID | string |
None. |
|
| LockFlag | boolean |
None. |
|
| LockUserID | integer |
None. |
|
| LockDateTime | date |
None. |
|
| VendorID | integer |
None. |
|
| CourierID | integer |
None. |
|
| CourierKey | string |
None. |
|
| CourierName | string |
None. |
|
| EditStatus | string |
None. |
|
| InsertUserID | integer |
None. |
|
| InsertDateTime | date |
None. |
|
| EditStatusDescription | string |
None. |
|
| EditStatusIcon | string |
None. |
|
| LockIcon | string |
None. |
|
| LockDescription | string |
None. |
|
| ReconcileStatus | string |
None. |
|
| ReconcileUserID | integer |
None. |
|
| ReconcileUserName | string |
None. |
|
| ReconcileDateTimeUTC | date |
None. |
|
| ReconcileNote | string |
None. |
|
| GLAccountNumber | string |
None. |
|
| Intercompany | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.