POST api/AuctionReferral
Adds a job to the queue to manually refer to auction provider
Request Information
URI Parameters
None.
Body Parameters
AuctionReferralCommandDataContract| Name | 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
JobStatusDataContract| Name | 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": "f8e06815-fc0e-4c1f-ab90-1d082627a55c",
"JobStatus": 0,
"JobPercentageCompleted": 2,
"JobStatusText": "sample string 3",
"UsageToken": "2d7ef89b-86e2-476f-839d-e0433c498bf8"
}