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
ServiceResultOfAuctionParcelModelName | 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": "51119aca-1f94-4722-8785-5e6dcaab85e4", "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": "acbee169-ae5e-48f8-b6da-d8fb3e8a6916", "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": "bac1b259-cefc-4e10-b473-80fd5a7b81ab", "DestinationCountryDisplay": "sample string 20", "ParcelId": "7428074d-ff98-4713-bbbc-f93dabbd1ad4", "AuctionId": "8b325895-cb26-4fd6-ad5e-a66165280b56", "DeliveryState": 1, "CarrierAccountId": "6b36ece5-45a7-4c6f-a82f-afd46a494f54", "DeliveryDate": "2025-09-01T19:32:37.5887589+00:00", "InsuranceType": 1, "InsuranceTypeDisplay": "sample string 24", "InsuranceFixedValue": null, "InsuranceLevelId": "2a2522bc-539c-4123-b650-fe51a627cd30", "InsuranceLevel": null, "CarrierAccount": null, "AuctionPackages": [ { "Id": "2fdec38f-f072-4638-8d78-322e4b9ae862", "BidParcelId": "sample string 2", "AuctionParcelId": "d31e5ef2-c6fd-4917-ae6b-3b75f85d6481", "Name": "sample string 4", "Weight": 5.0, "Height": 6.0, "Width": 7.0, "Length": 8.0, "QrCode": "d3df9124-8b81-46cf-a56e-edeaa5a65286", "PackageId": "035311bc-b97e-4ff3-a889-ac08c8908c93", "IsPickedup": true, "ExternalCode": 1 }, { "Id": "2fdec38f-f072-4638-8d78-322e4b9ae862", "BidParcelId": "sample string 2", "AuctionParcelId": "d31e5ef2-c6fd-4917-ae6b-3b75f85d6481", "Name": "sample string 4", "Weight": 5.0, "Height": 6.0, "Width": 7.0, "Length": 8.0, "QrCode": "d3df9124-8b81-46cf-a56e-edeaa5a65286", "PackageId": "035311bc-b97e-4ff3-a889-ac08c8908c93", "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.