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": "31cb508d-f5d4-46c5-a391-7fdad2c5c5c6",
"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": "b50de56d-3495-4a97-874b-9ffda767cb95",
"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": "688ab69e-cb3d-4338-826e-daa08afd8aba",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "e908f46d-b609-4b69-b606-14224c284f9e",
"AuctionId": "5c53dfe6-8408-4285-a668-900d0b6fc9f5",
"DeliveryState": 1,
"CarrierAccountId": "218fc5a4-8c53-45e8-99f6-fd3a64ee79d8",
"DeliveryDate": "2026-04-02T12:25:38.2538576+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "0d005612-3116-49f3-83cc-9f131ab2b82a",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "2ca9f50f-db9b-4fb2-b585-52b5a7018a70",
"BidParcelId": "sample string 2",
"AuctionParcelId": "bb58736b-0ca2-4dea-9234-6343c585dde7",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "99500d85-c3bf-4501-ba8d-54dc223958be",
"PackageId": "713960cb-8cb1-4da1-a988-ec727dd106bb",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "2ca9f50f-db9b-4fb2-b585-52b5a7018a70",
"BidParcelId": "sample string 2",
"AuctionParcelId": "bb58736b-0ca2-4dea-9234-6343c585dde7",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "99500d85-c3bf-4501-ba8d-54dc223958be",
"PackageId": "713960cb-8cb1-4da1-a988-ec727dd106bb",
"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.