POST postreg/ratings/{eventid}/{attendeeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventid | globally unique identifier |
Required |
|
| attendeeId | globally unique identifier |
Required |
Body Parameters
Collection of BuyerRankingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityId | globally unique identifier |
None. |
|
| AttendeeId | globally unique identifier |
None. |
|
| BuyerRank | integer |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| AccountCountry | string |
None. |
|
| AccountName | string |
None. |
|
| ContactName | string |
None. |
|
| ContactTitle | string |
None. |
|
| UserAttendeeId | globally unique identifier |
None. |
|
| IsDisabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EntityId": "cdb85d99-85fe-4afc-8a82-e627c3a198cc",
"AttendeeId": "ac1318ee-63a1-475a-94fc-76b116ad0969",
"BuyerRank": 1,
"AccountId": "61df15af-bc07-4c02-a9fa-3d4d2c0d15b8",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "a1a005be-a1ad-4a72-b75e-9ed1c2181f70",
"IsDisabled": true
},
{
"EntityId": "cdb85d99-85fe-4afc-8a82-e627c3a198cc",
"AttendeeId": "ac1318ee-63a1-475a-94fc-76b116ad0969",
"BuyerRank": 1,
"AccountId": "61df15af-bc07-4c02-a9fa-3d4d2c0d15b8",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "a1a005be-a1ad-4a72-b75e-9ed1c2181f70",
"IsDisabled": true
}
]
application/xml, text/xml
Sample:
<ArrayOfBuyerRankingsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodExport.Web.Services.Models">
<BuyerRankingsModel>
<AccountCountry>sample string 4</AccountCountry>
<AccountId>61df15af-bc07-4c02-a9fa-3d4d2c0d15b8</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>ac1318ee-63a1-475a-94fc-76b116ad0969</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>cdb85d99-85fe-4afc-8a82-e627c3a198cc</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>a1a005be-a1ad-4a72-b75e-9ed1c2181f70</UserAttendeeId>
</BuyerRankingsModel>
<BuyerRankingsModel>
<AccountCountry>sample string 4</AccountCountry>
<AccountId>61df15af-bc07-4c02-a9fa-3d4d2c0d15b8</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>ac1318ee-63a1-475a-94fc-76b116ad0969</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>cdb85d99-85fe-4afc-8a82-e627c3a198cc</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>a1a005be-a1ad-4a72-b75e-9ed1c2181f70</UserAttendeeId>
</BuyerRankingsModel>
</ArrayOfBuyerRankingsModel>
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. |