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": "9ef7a745-326a-4439-8f4f-b0740a97b111",
"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": "176f9a38-6b9c-4fe7-8796-46eba5017a65",
"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": "bfc70a12-6aa1-405f-bf18-83e79a60830e",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "f0beb657-baca-4191-810d-b7387c81403e",
"AuctionId": "7fd26ec7-0710-48c9-89c4-dbe738f0ad26",
"DeliveryState": 1,
"CarrierAccountId": "9272c364-a455-45ba-be54-c8ab254798f3",
"DeliveryDate": "2026-09-22T09:18:09.6603008+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "65d6313e-ce78-4e7e-8123-726f4ed65a22",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "878854db-85ee-4e72-b6b0-c70580b10a43",
"BidParcelId": "sample string 2",
"AuctionParcelId": "906d969e-b9e9-42b9-82e9-b4012c9173ad",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "6c633163-f016-4500-94cb-d55ca10b3dcb",
"PackageId": "7da88d74-b4e0-481b-a4fc-47301f6c220d",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "878854db-85ee-4e72-b6b0-c70580b10a43",
"BidParcelId": "sample string 2",
"AuctionParcelId": "906d969e-b9e9-42b9-82e9-b4012c9173ad",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "6c633163-f016-4500-94cb-d55ca10b3dcb",
"PackageId": "7da88d74-b4e0-481b-a4fc-47301f6c220d",
"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.