POST B2B/ChangeB2BStatus

Request Information

URI Parameters

None.

Body Parameters

ChangeB2BStatus
NameDescriptionTypeAdditional information
RegId

integer

None.

EventId

string

None.

B2Bmeet

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RegId": 1,
  "EventId": "sample string 2",
  "B2Bmeet": true
}

application/xml, text/xml

Sample:
<ChangeB2BStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <B2Bmeet>true</B2Bmeet>
  <EventId>sample string 2</EventId>
  <RegId>1</RegId>
</ChangeB2BStatus>

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 'ChangeB2BStatus'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.