POST nomination/checknomination
Request Information
URI Parameters
None.
Body Parameters
CheckNominationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "28359ae8-9167-49d1-85ee-f1a1a1a675b3",
"ContactId": "2180e21e-6f31-43b4-9f2e-fd2ba84bafab",
"EventId": "d5ac2ef1-1282-4c79-a118-858b20bd16ce"
}
application/xml, text/xml
Sample:
<CheckNominationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models"> <AccountId>28359ae8-9167-49d1-85ee-f1a1a1a675b3</AccountId> <ContactId>2180e21e-6f31-43b4-9f2e-fd2ba84bafab</ContactId> <EventId>d5ac2ef1-1282-4c79-a118-858b20bd16ce</EventId> </CheckNominationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |