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": "41695d0f-98a4-445c-9a17-d2820365f498",
"EventId": "4d711b63-e524-4630-91b2-5925cbea11ee",
"IsSeatConfirm": true,
"IsGovEmp": true,
"OrgNameOrId": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.