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