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": "313f73f3-b7e8-482c-80c7-238ba44d0f3a",
"EventId": "ec6174c6-435d-4f54-9bbd-df4d028a832e",
"IsSeatConfirm": true,
"IsGovEmp": true,
"OrgNameOrId": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.