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": "ffc6c9c0-68ba-485a-919d-93b13d11adb9",
"AttendeeId": "c9a4f1ae-d952-4493-bf1d-73272f5601be",
"BuyerRank": 1,
"AccountId": "ef1c37c5-68b8-4333-9a85-5b7d73e2af63",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "3dab959d-2244-4880-9466-60cf666c118b",
"IsDisabled": true
},
{
"EntityId": "ffc6c9c0-68ba-485a-919d-93b13d11adb9",
"AttendeeId": "c9a4f1ae-d952-4493-bf1d-73272f5601be",
"BuyerRank": 1,
"AccountId": "ef1c37c5-68b8-4333-9a85-5b7d73e2af63",
"AccountCountry": "sample string 4",
"AccountName": "sample string 5",
"ContactName": "sample string 6",
"ContactTitle": "sample string 7",
"UserAttendeeId": "3dab959d-2244-4880-9466-60cf666c118b",
"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>ef1c37c5-68b8-4333-9a85-5b7d73e2af63</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>c9a4f1ae-d952-4493-bf1d-73272f5601be</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>ffc6c9c0-68ba-485a-919d-93b13d11adb9</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>3dab959d-2244-4880-9466-60cf666c118b</UserAttendeeId>
</BuyerRankingsModel>
<BuyerRankingsModel>
<AccountCountry>sample string 4</AccountCountry>
<AccountId>ef1c37c5-68b8-4333-9a85-5b7d73e2af63</AccountId>
<AccountName>sample string 5</AccountName>
<AttendeeId>c9a4f1ae-d952-4493-bf1d-73272f5601be</AttendeeId>
<BuyerRank>1</BuyerRank>
<ContactName>sample string 6</ContactName>
<ContactTitle>sample string 7</ContactTitle>
<EntityId>ffc6c9c0-68ba-485a-919d-93b13d11adb9</EntityId>
<IsDisabled>true</IsDisabled>
<UserAttendeeId>3dab959d-2244-4880-9466-60cf666c118b</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. |