POST B2B/MeetingList

Request Information

URI Parameters

None.

Body Parameters

B2BDashboard_Parameters
NameDescriptionTypeAdditional information
RegId

integer

None.

EventId

string

None.

Callfor

string

None.

MeetingDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RegId": 1,
  "EventId": "sample string 2",
  "Callfor": "sample string 3",
  "MeetingDate": "2026-06-12T15:12:03.2745637+05:30"
}

application/xml, text/xml

Sample:
<B2BDashboard_Parameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <Callfor>sample string 3</Callfor>
  <EventId>sample string 2</EventId>
  <MeetingDate>2026-06-12T15:12:03.2745637+05:30</MeetingDate>
  <RegId>1</RegId>
</B2BDashboard_Parameters>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.