POST api/AuctionReferral

Adds a job to the queue to manually refer to auction provider

Request Information

URI Parameters

None.

Body Parameters

AuctionReferralCommandDataContract
NameDescriptionTypeAdditional information
SaleRoleIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "SaleRoleIds": [
    1,
    2
  ]
}

Response Information

Resource Description

JobStatusDataContract
NameDescriptionTypeAdditional 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": "120e5d4e-e359-4c7b-8a57-9cbc5a2179ff",
  "JobStatus": 0,
  "JobPercentageCompleted": 2,
  "JobStatusText": "sample string 3",
  "UsageToken": "30231611-b089-47f6-8781-a2b143c0e0f1"
}