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": "1cbd2ac5-40a5-41a5-a13f-4edda16307cf",
"ContactId": "c7cff07f-3c73-43f9-94a2-647321a8a4ed",
"EventId": "7df808ef-2d43-4319-81e0-68f420e80b47"
}
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>1cbd2ac5-40a5-41a5-a13f-4edda16307cf</AccountId> <ContactId>c7cff07f-3c73-43f9-94a2-647321a8a4ed</ContactId> <EventId>7df808ef-2d43-4319-81e0-68f420e80b47</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. |