POST B2B/MeetingAcceptedRejected

Request Information

URI Parameters

None.

Body Parameters

MeetingAcceptedRejected
NameDescriptionTypeAdditional information
Meeting_req_id

integer

None.

EventId

string

None.

Action

string

None.

ReasonofRejection

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Meeting_req_id": 1,
  "EventId": "sample string 2",
  "Action": "sample string 3",
  "ReasonofRejection": "sample string 4"
}

application/xml, text/xml

Sample:
<MeetingAcceptedRejected xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <Action>sample string 3</Action>
  <EventId>sample string 2</EventId>
  <Meeting_req_id>1</Meeting_req_id>
  <ReasonofRejection>sample string 4</ReasonofRejection>
</MeetingAcceptedRejected>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.