POST api/PointsCenter/HasExchangedPoints

Request Information

URI Parameters

None.

Body Parameters

ExchangePointsEditModule
NameDescriptionTypeAdditional information
MeetingID

globally unique identifier

None.

RuleCode

string

None.

ItemID

globally unique identifier

None.

ItemName

string

None.

UserID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MeetingID": "692d09f0-11a1-49b5-97ba-f93e428590ac",
  "RuleCode": "sample string 2",
  "ItemID": "3ab744f8-223a-427c-910f-c55034d78b68",
  "ItemName": "sample string 3",
  "UserID": "57aa6eee-3a1d-4c5a-893e-dacedbf45b24"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExchangePointsEditModule'.

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.