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": "264a4cbf-375f-45fb-be40-120e69462f35",
"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": "e0b0a737-a9b0-476b-ac6a-71198847ad2d",
"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": "ce87eff1-2253-42ec-b420-d0580890e2cf",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "70a12ff1-4402-469f-9efd-9e958a5106e9",
"AuctionId": "f8d522b8-ce5d-46e1-a11f-4c676eadfb5a",
"DeliveryState": 1,
"CarrierAccountId": "cb0253f3-993a-4719-8a8b-2abee804657b",
"DeliveryDate": "2025-10-26T17:43:31.7156773+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "70c37651-0fb9-41c7-a8e3-6f219d550c8b",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "c5fd5c87-f866-4288-b2cc-8ffdcb4cc054",
"BidParcelId": "sample string 2",
"AuctionParcelId": "c925bca4-e4bc-41da-a56e-2f8c1e706d03",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "4ee72baf-fdb7-4ea5-88a8-e4349c68a09c",
"PackageId": "1760c839-b302-45d8-a614-79b8aaa0934b",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "c5fd5c87-f866-4288-b2cc-8ffdcb4cc054",
"BidParcelId": "sample string 2",
"AuctionParcelId": "c925bca4-e4bc-41da-a56e-2f8c1e706d03",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "4ee72baf-fdb7-4ea5-88a8-e4349c68a09c",
"PackageId": "1760c839-b302-45d8-a614-79b8aaa0934b",
"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.