POST api/Events/Confirm_EventRequest
Request Information
URI Parameters
None.
Body Parameters
ConfirmEventRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| OrganiserId | integer |
None. |
|
| ClientId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| Status | string |
None. |
|
| Action | string |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"OrganiserId": 2,
"ClientId": 3,
"PropertyId": 4,
"Status": "sample string 5",
"Action": "sample string 6",
"Remarks": "sample string 7"
}
application/xml, text/xml
Sample:
<ConfirmEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mice_RFQ_API.Models"> <Action>sample string 6</Action> <ClientId>3</ClientId> <EventId>1</EventId> <OrganiserId>2</OrganiserId> <PropertyId>4</PropertyId> <Remarks>sample string 7</Remarks> <Status>sample string 5</Status> </ConfirmEventRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.