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": "6fb2369a-13e6-4587-8dc6-f16c577ceb3f",
"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": "497278a0-a117-4c33-b013-108deeda01a2",
"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": "cee9e7e2-337f-479d-b0c0-82ccc71dbe41",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "ac6c27dc-9f39-446a-a794-2ba259380fcc",
"AuctionId": "12803235-b28f-4822-bcd2-51409ad5c7a8",
"DeliveryState": 1,
"CarrierAccountId": "ac804f20-f3ad-4c1b-9a30-beabe1fc4ede",
"DeliveryDate": "2026-04-15T21:21:54.1456145+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "11348a8b-5385-44f1-b6db-a3c0aeb03b29",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "f5b74500-24a3-43ce-be20-5e21f99b1f91",
"BidParcelId": "sample string 2",
"AuctionParcelId": "728ad62b-10d4-4fb8-8750-3c4732a770da",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "df2cc9ca-c70e-4575-a7cc-4c82b360b2db",
"PackageId": "c0d9d7b3-2118-4312-85a6-17b3f25ef859",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "f5b74500-24a3-43ce-be20-5e21f99b1f91",
"BidParcelId": "sample string 2",
"AuctionParcelId": "728ad62b-10d4-4fb8-8750-3c4732a770da",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "df2cc9ca-c70e-4575-a7cc-4c82b360b2db",
"PackageId": "c0d9d7b3-2118-4312-85a6-17b3f25ef859",
"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.