POST api/AuctionReferral
Adds a job to the queue to manually refer to auction provider
Request Information
URI Parameters
None.
Body Parameters
AuctionReferralCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
SaleRoleIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "SaleRoleIds": [ 1, 2 ] }
Response Information
Resource Description
JobStatusDataContractName | Description | Type | Additional information |
---|---|---|---|
JobReference | globally unique identifier |
None. |
|
JobStatus | JobStatus |
None. |
|
JobPercentageCompleted | integer |
None. |
|
JobStatusText | string |
None. |
|
UsageToken | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "JobReference": "93b3b4bb-75fe-4794-832a-fdc4fca3c4dc", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "ba3d0e3c-5a32-486c-9422-ad339b0d72c3" }