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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuctionReferralCommandDataContract'.

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": "381b35a4-c224-43fe-8ea1-d89d6ec3ec34",
  "JobStatus": 0,
  "JobPercentageCompleted": 2,
  "JobStatusText": "sample string 3",
  "UsageToken": "4403c5dd-8207-41cf-ac59-1bfc0bd40b88"
}