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": "9378e7ce-9c31-427c-ad95-77a322e18b91",
"ContactId": "d36a8d0d-b39f-4c1b-a847-d4db8d123dd4",
"EventId": "70bac535-745b-4d40-9f73-a37f7f068483"
}
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>9378e7ce-9c31-427c-ad95-77a322e18b91</AccountId> <ContactId>d36a8d0d-b39f-4c1b-a847-d4db8d123dd4</ContactId> <EventId>70bac535-745b-4d40-9f73-a37f7f068483</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. |