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": "64275d22-7a58-4868-b5aa-a12042dc7865",
"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": "97341bc0-6b13-47e5-8606-590bf00fb822",
"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": "19fac133-46d6-4832-9c38-5e177733061d",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "fe7cbfce-09c8-431a-b8e0-0773e29c41ac",
"AuctionId": "cf887d6f-5202-4cba-ab47-7a0498a30090",
"DeliveryState": 1,
"CarrierAccountId": "74b7adfc-cfb4-4049-9b59-9706f74f4fc8",
"DeliveryDate": "2026-03-09T02:32:47.7432124+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "a3f53f6b-ab06-46e4-bf94-455d48e5f537",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "ecda4757-7f30-4add-8967-21c55543cc1a",
"BidParcelId": "sample string 2",
"AuctionParcelId": "6edc6fb2-f6a5-4b19-9238-37cd7890f193",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "f47c01b6-b484-41de-b07e-58557abe6565",
"PackageId": "95220395-b179-4c9e-963b-258cd497f49f",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "ecda4757-7f30-4add-8967-21c55543cc1a",
"BidParcelId": "sample string 2",
"AuctionParcelId": "6edc6fb2-f6a5-4b19-9238-37cd7890f193",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "f47c01b6-b484-41de-b07e-58557abe6565",
"PackageId": "95220395-b179-4c9e-963b-258cd497f49f",
"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.