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": "eabde012-5e46-4387-a0f9-feff5ca3b9cb",
"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": "ae9701b5-2bb5-455d-b6b7-b9894353b91c",
"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": "fa9c4df3-7145-436a-97a5-860371b51c38",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "24d97ab3-7be7-463e-94f4-6b0ba46a7b3f",
"AuctionId": "285e8613-69bd-4e93-9bc8-3f541d4fb30a",
"DeliveryState": 1,
"CarrierAccountId": "fc4970f3-4a24-4730-ab73-882f309e97a7",
"DeliveryDate": "2026-01-23T23:28:31.0425969+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "7591f6d2-17c7-4030-bdcc-79553b049b91",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "1466e531-d431-4f21-a75e-d7764b5b66ce",
"BidParcelId": "sample string 2",
"AuctionParcelId": "6c059ae5-9513-49e8-9487-499a4b74170c",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "16d7bc69-8980-47aa-b58b-b2090d22d492",
"PackageId": "2f681997-b218-4d78-bfee-6b2024fe5cbc",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "1466e531-d431-4f21-a75e-d7764b5b66ce",
"BidParcelId": "sample string 2",
"AuctionParcelId": "6c059ae5-9513-49e8-9487-499a4b74170c",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "16d7bc69-8980-47aa-b58b-b2090d22d492",
"PackageId": "2f681997-b218-4d78-bfee-6b2024fe5cbc",
"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.