POST api/v1/events/register
Request Information
URI Parameters
None.
Body Parameters
EventsRegisterAppModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EventDateId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| IsSeatConfirm | boolean |
None. |
|
| IsGovEmp | boolean |
None. |
|
| OrgNameOrId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventDateId": "e22736b8-5814-4270-ac6d-a2136b7000c1",
"EventId": "e76fe932-c7e9-404a-a939-04ff8b1a19b4",
"IsSeatConfirm": true,
"IsGovEmp": true,
"OrgNameOrId": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.