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.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
Dezrez.Core.DataContracts.Internal.SystemMessages.JobMessages.JobStatusDataContractName | Description | Type | Additional 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": "efc8e120-d62e-4df6-865a-a1cf0d738e0b", "JobStatus": 0, "JobPercentageCompleted": 2, "JobStatusText": "sample string 3", "UsageToken": "98c65661-1834-49bc-b616-3ae15100d72e" }