POST nomination/checknomination
Request Information
URI Parameters
None.
Body Parameters
CheckNominationModelName | 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": "e29e2fb0-2917-4e2b-9f5b-ee24dad0fec1", "ContactId": "9879fe1c-bbc8-4d00-bd47-e1e1c59bda51", "EventId": "57e52f30-18ca-4343-924e-d4e356b624f8" }
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>e29e2fb0-2917-4e2b-9f5b-ee24dad0fec1</AccountId> <ContactId>9879fe1c-bbc8-4d00-bd47-e1e1c59bda51</ContactId> <EventId>57e52f30-18ca-4343-924e-d4e356b624f8</EventId> </CheckNominationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |