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": "9a93f97c-1573-41e2-a9f8-5c68083ebb5e",
"EventId": "8eeb1857-c279-43ac-95f1-66aacd2d0fc7",
"IsSeatConfirm": true,
"IsGovEmp": true,
"OrgNameOrId": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.