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": "01ddc62f-9cbe-4289-9757-3a53586c886a",
"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": "89758881-de8e-4f2c-bb60-98e97a6ee6a4",
"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": "97c7df67-9cbe-40e2-8034-c5f668fdc59a",
"DestinationCountryDisplay": "sample string 20",
"ParcelId": "a67ce5e3-f46d-4ed8-a1a1-0df4e670ff3b",
"AuctionId": "51869a95-e8e8-45fc-949c-2dfb18005de3",
"DeliveryState": 1,
"CarrierAccountId": "b3d1087c-0c6e-4886-8ed2-7c6a7c7ad5eb",
"DeliveryDate": "2026-02-15T10:14:15.1249308+00:00",
"InsuranceType": 1,
"InsuranceTypeDisplay": "sample string 24",
"InsuranceFixedValue": null,
"InsuranceLevelId": "f7b985e0-2abf-4a92-a2e7-a3d935005aab",
"InsuranceLevel": null,
"CarrierAccount": null,
"AuctionPackages": [
{
"Id": "1de2a2c7-d8bf-46e3-8f1b-e2e9089272c0",
"BidParcelId": "sample string 2",
"AuctionParcelId": "7871db60-0c70-4245-8d0c-245bd74a5292",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "1f172a7c-2c6a-4a4c-8ee7-52fe01a37e55",
"PackageId": "24751b5b-4f07-4437-b148-5c7e908263c9",
"IsPickedup": true,
"ExternalCode": 1
},
{
"Id": "1de2a2c7-d8bf-46e3-8f1b-e2e9089272c0",
"BidParcelId": "sample string 2",
"AuctionParcelId": "7871db60-0c70-4245-8d0c-245bd74a5292",
"Name": "sample string 4",
"Weight": 5.0,
"Height": 6.0,
"Width": 7.0,
"Length": 8.0,
"QrCode": "1f172a7c-2c6a-4a4c-8ee7-52fe01a37e55",
"PackageId": "24751b5b-4f07-4437-b148-5c7e908263c9",
"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.