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": "842e0eb5-4e31-45d8-9a5f-51b46fc8b18e",
"ContactId": "3bd397f4-5a7d-4bff-a747-c29e10de6ae9",
"EventId": "53365a7d-0937-43a2-bd3c-061d11bf8cb0"
}
application/xml, text/xml
Sample:
<CheckNominationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models"> <AccountId>842e0eb5-4e31-45d8-9a5f-51b46fc8b18e</AccountId> <ContactId>3bd397f4-5a7d-4bff-a747-c29e10de6ae9</ContactId> <EventId>53365a7d-0937-43a2-bd3c-061d11bf8cb0</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. |