POST nomination/checknomination

Request Information

URI Parameters

None.

Body Parameters

CheckNominationModel
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

ContactId

globally unique identifier

None.

EventId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "0f043636-5a8a-4dcb-a29f-f425c14dca4e",
  "ContactId": "f30e075f-8bc2-4898-b114-b87564ade0a9",
  "EventId": "f42fc731-0a67-419b-85b7-7774a47b62d2"
}

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>0f043636-5a8a-4dcb-a29f-f425c14dca4e</AccountId>
  <ContactId>f30e075f-8bc2-4898-b114-b87564ade0a9</ContactId>
  <EventId>f42fc731-0a67-419b-85b7-7774a47b62d2</EventId>
</CheckNominationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.