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": "da70fcbe-7f7b-414f-8c02-1b70a1277be1",
"ContactId": "b3a223f6-b9b5-457a-aaf9-f9d7f32f0d04",
"EventId": "3dda8ff6-07bd-4582-81fa-c01a38d8c208"
}
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>da70fcbe-7f7b-414f-8c02-1b70a1277be1</AccountId> <ContactId>b3a223f6-b9b5-457a-aaf9-f9d7f32f0d04</ContactId> <EventId>3dda8ff6-07bd-4582-81fa-c01a38d8c208</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. |