POST/eventtypes.json

Create an Event Type

Create an event type.


Body Params

    • Name
      eventtype
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }