POST B2B/ChangeB2BStatus
Request Information
URI Parameters
None.
Body Parameters
ChangeB2BStatus| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.