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": "810ad083-fe63-444a-8bcc-c26ccb852179",
"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": "9f249ebf-3d4b-4742-b327-563c8a5647e0",
"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": "d654360e-f0c8-4770-b988-e4b8d8271aba",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "15f015cc-39da-4c97-8e51-59e681da2b7b",
"AuctionId": "a99c1cc2-4f7c-4dd5-a7d4-ec02b0a4f724",
"DeliveryState": 1,
"CarrierAccountId": "218383a5-f346-4bff-b25b-618af7a57141",
"DeliveryDate": "2026-06-28T05:36:33.3760391+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "3292c08d-25ba-49b3-a84c-fbc3f639e1cb",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "40c00b10-80a8-4e02-83dc-5a9764137a39",
"BidParcelId": "sample string 2",
"AuctionParcelId": "12cddfd0-51bd-4337-8b22-2ea48d1b350b",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "f929fc00-0897-4748-a459-d8726de2098d",
"PackageId": "c6cc1fc6-da54-4204-9609-c0b447ad875b",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "40c00b10-80a8-4e02-83dc-5a9764137a39",
"BidParcelId": "sample string 2",
"AuctionParcelId": "12cddfd0-51bd-4337-8b22-2ea48d1b350b",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "f929fc00-0897-4748-a459-d8726de2098d",
"PackageId": "c6cc1fc6-da54-4204-9609-c0b447ad875b",
"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.