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": "bb7bbf56-b817-445f-934d-4c83bcd22f07",
"ContactId": "4582c0fd-dd0d-4c47-8232-3c9f700a43cf",
"EventId": "b113a082-5e78-4d65-9bb2-70d2debdc8d1"
}
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>bb7bbf56-b817-445f-934d-4c83bcd22f07</AccountId> <ContactId>4582c0fd-dd0d-4c47-8232-3c9f700a43cf</ContactId> <EventId>b113a082-5e78-4d65-9bb2-70d2debdc8d1</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. |