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": "b3f63897-020a-4da3-8905-72d959ac4c1c",
"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": "550266bc-3dae-45da-a7db-89a3658b0d49",
"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": "a0c49f48-ca16-4551-ac7c-36ae8d810abf",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "e6089840-c2dc-4c16-bb20-3995ef6ee1db",
"AuctionId": "dfa40b78-0076-4efd-9f0b-07977791d083",
"DeliveryState": 1,
"CarrierAccountId": "e295bb50-a079-4d38-880a-5c0fe0e540ff",
"DeliveryDate": "2026-07-29T15:35:44.7166503+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "061952bc-b09c-486c-b934-8ca4e3e91145",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "def74a50-1cfc-49ce-a60d-632da88a0b75",
"BidParcelId": "sample string 2",
"AuctionParcelId": "f73ee0b1-9712-4b17-a8d2-4888fec2bd6b",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "cbd99305-f5fa-4781-b265-a64c71e9eb0f",
"PackageId": "634df20c-c39e-4049-b535-85128a44d381",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "def74a50-1cfc-49ce-a60d-632da88a0b75",
"BidParcelId": "sample string 2",
"AuctionParcelId": "f73ee0b1-9712-4b17-a8d2-4888fec2bd6b",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "cbd99305-f5fa-4781-b265-a64c71e9eb0f",
"PackageId": "634df20c-c39e-4049-b535-85128a44d381",
"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.