POST api/AuctionReferral

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

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.AuctionReferral.Command.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

Dezrez.Core.DataContracts.Internal.SystemMessages.JobMessages.JobStatusDataContract
NameDescriptionTypeAdditional information
JobReference

globally unique identifier

None.

JobStatus

Dezrez.Core.DataContracts.Internal.SystemMessages.JobMessages.JobStatus

None.

JobPercentageCompleted

integer

None.

JobStatusText

string

None.

UsageToken

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "JobReference": "fa1df6d9-0b2f-49bc-8190-6c1bca2d730e",
  "JobStatus": 0,
  "JobPercentageCompleted": 2,
  "JobStatusText": "sample string 3",
  "UsageToken": "3ab7dc77-04e6-48a0-92a8-bb3e3b513cf7"
}