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
SaveAuctionContactDataContract| Name | Description | Type | Additional 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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |