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": "e8945ea9-a3bd-4f37-873e-2609dd8f8d2a",
"AttendeeId": "963a9197-3d98-43ab-9037-738f8a858cc5",
"BuyerRank": 1,
"AccountId": "28262b73-86da-45ab-a693-437046eecca0",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "9668d36c-15bd-456d-9dad-8be5b6afc1c9",
"IsDisabled": true
},
{
"EntityId": "e8945ea9-a3bd-4f37-873e-2609dd8f8d2a",
"AttendeeId": "963a9197-3d98-43ab-9037-738f8a858cc5",
"BuyerRank": 1,
"AccountId": "28262b73-86da-45ab-a693-437046eecca0",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "9668d36c-15bd-456d-9dad-8be5b6afc1c9",
"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>28262b73-86da-45ab-a693-437046eecca0</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>963a9197-3d98-43ab-9037-738f8a858cc5</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>e8945ea9-a3bd-4f37-873e-2609dd8f8d2a</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>9668d36c-15bd-456d-9dad-8be5b6afc1c9</UserAttendeeId>
</BuyerRankingsModel>
<BuyerRankingsModel>
<AccountCountry>sample string 4</AccountCountry>
<AccountId>28262b73-86da-45ab-a693-437046eecca0</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>963a9197-3d98-43ab-9037-738f8a858cc5</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>e8945ea9-a3bd-4f37-873e-2609dd8f8d2a</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>9668d36c-15bd-456d-9dad-8be5b6afc1c9</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. |