POST api/auction/savecontact

Add a new contact to the given auction Role or edit an existing contact

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.Command.SaveAuctionContactDataContract
NameDescriptionTypeAdditional information
AuctionContactId

integer

None.

AuctionRoleId

integer

None.

GroupId

integer

None.

PersonId

integer

None.

CaseNumber

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "AuctionContactId": 1,
  "AuctionRoleId": 2,
  "GroupId": 3,
  "PersonId": 4,
  "CaseNumber": "sample string 5"
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.