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": "72013586-0c88-428d-84e9-f2ebf5141dcf",
"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": "db7927e1-5eb0-408d-8eeb-d3ec00753e06",
"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": "71267014-5eda-410c-973c-ec7ad34f20ac",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "dbd2f973-6a36-49ea-b87d-5b2cdf4e84c9",
"AuctionId": "a7754df8-f164-48c7-afba-dc1b97dc0867",
"DeliveryState": 1,
"CarrierAccountId": "cb2d189f-dda6-4eae-85aa-ae0a2cadcae1",
"DeliveryDate": "2025-11-18T20:31:37.6566131+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "9c64a474-8a18-49f1-ab6d-5ed60a8baba3",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "e2a490f5-a87b-4b42-a782-4de1a04e0a69",
"BidParcelId": "sample string 2",
"AuctionParcelId": "d47f6f02-3740-4382-89a7-b8a1d9e44951",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "5fd88b30-9d4f-42f0-90ea-b9ec05babac5",
"PackageId": "f87fbcad-0804-4435-ad58-f5aa7cbf64d4",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "e2a490f5-a87b-4b42-a782-4de1a04e0a69",
"BidParcelId": "sample string 2",
"AuctionParcelId": "d47f6f02-3740-4382-89a7-b8a1d9e44951",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "5fd88b30-9d4f-42f0-90ea-b9ec05babac5",
"PackageId": "f87fbcad-0804-4435-ad58-f5aa7cbf64d4",
"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.