POST/messages/{id}/messageReplies.json

Create a Message Reply

This will create a new message. Also, you have the option of sending a notification to a list of people you select people.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      messagereply
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

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