GET api/Parcel/GetAuctionParcel?authToken={authToken}&auctionParcelId={auctionParcelId}
Get Auction Parcel Information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| authToken |
The Authentiation Token |
string |
Required |
| auctionParcelId |
The Auction Parcel Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResultOfAuctionParcelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | AuctionParcelModel |
None. |
|
| ErrorCode | ServiceErrorCode |
None. |
|
| ErrorMessage | Collection of string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": {
"Id": "f7432ddf-cf44-44ac-9510-a285cbcfeb2d",
"Name": "sample string 2",
"Comments": "sample string 3",
"Reference": "sample string 4",
"ATCode": "sample string 5",
"CollectionAddress": "sample string 6",
"CollectionZipCode": "sample string 7",
"CollectionPhone": "sample string 8",
"CollectionName": "sample string 9",
"CollectionCity": "sample string 10",
"CollectionCountry": "f34c72dc-42ed-461a-9605-17ff57f745c9",
"CollectionCountryDisplay": "sample string 12",
"DestinationName": "sample string 13",
"DestinationPhone": "sample string 14",
"DestinationEmail": "sample string 15",
"DestinationAddress": "sample string 16",
"DestinationZipCode": "sample string 17",
"DestinationCity": "sample string 18",
"DestinationCountry": "aacc51dc-8955-4075-9853-2869bf0618d7",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "9f9939dc-c298-4fda-9107-0196272a6e81",
"AuctionId": "e89b4618-558f-464f-b313-324ca3edc985",
"DeliveryState": 1,
"CarrierAccountId": "fcf1d3c5-e430-47a9-825f-03b627a695a4",
"DeliveryDate": "2025-11-06T06:27:49.7276648+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "e755b40b-e4b7-4fda-814b-0c2a4553aea8",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "ffb541ea-5d77-47e9-bb93-8a1d7da4a745",
"BidParcelId": "sample string 2",
"AuctionParcelId": "30f9c06f-5b1a-408e-b24b-fbec14c27189",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "6c48fdab-d11b-460c-b5c8-98657cfae9b8",
"PackageId": "fe581f19-101e-4b35-a04d-16e6c20ee6a2",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "ffb541ea-5d77-47e9-bb93-8a1d7da4a745",
"BidParcelId": "sample string 2",
"AuctionParcelId": "30f9c06f-5b1a-408e-b24b-fbec14c27189",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "6c48fdab-d11b-460c-b5c8-98657cfae9b8",
"PackageId": "fe581f19-101e-4b35-a04d-16e6c20ee6a2",
"IsPickedup": true,
"ExternalCode": 1
}
],
"BidParcelId": "sample string 25"
},
"ErrorCode": 0,
"ErrorMessage": [
"sample string 1",
"sample string 2"
],
"Success": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.