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": "fade9557-1734-4e63-a4e3-d14dcf6b6c93",
"EventId": "ca570f20-539f-4a5e-aaa2-feb818b288ac",
"IsSeatConfirm": true,
"IsGovEmp": true,
"OrgNameOrId": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.