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": "9ea13bab-a3c3-4d85-bd2d-69d6a98ddecf",
"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": "8f9525de-d515-49de-b252-e3f20abf84af",
"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": "3f667f69-8f57-4e7a-bdcc-329e4cad4cb0",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "ae60c96d-ec10-4982-97a1-cde025a02565",
"AuctionId": "5e122be7-6df1-41d5-ab5a-7dc280c5dcf3",
"DeliveryState": 1,
"CarrierAccountId": "24fa41ed-e75e-40b6-a13f-471b01498508",
"DeliveryDate": "2025-12-09T12:53:53.2960448+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "0cb37fa5-54c7-4b6e-992d-eeaae8b86c1c",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "12985fcf-b20c-4bac-9fa5-2e9f33307bc0",
"BidParcelId": "sample string 2",
"AuctionParcelId": "e73c41a4-576e-41d8-9f02-55a122cb1f34",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "59e58d46-42b4-4a7a-8a2c-93c8635d3ba7",
"PackageId": "1b8bac00-9524-41a0-8e07-ff734313e860",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "12985fcf-b20c-4bac-9fa5-2e9f33307bc0",
"BidParcelId": "sample string 2",
"AuctionParcelId": "e73c41a4-576e-41d8-9f02-55a122cb1f34",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "59e58d46-42b4-4a7a-8a2c-93c8635d3ba7",
"PackageId": "1b8bac00-9524-41a0-8e07-ff734313e860",
"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.