Skip to main content

Add New Nigo

POST 

/cases/:caseId/nigos

Adds new nigo; available as an Add-On Module

Request

Path Parameters

    caseId stringrequired

    Case Identifier

Query Parameters

    siteId string

    Site Identifier

Body

required

    nigo

    object

    required

    name stringrequired

    Name of Nigo

    description string

    Description of Nigo

    status NigoStatus (string)

    Status of the Nigo

    Possible values: [NEW, ASSIGNED, IN_PROGRESS, ON_HOLD, ESCALATED, RESOLVED, CLOSED, UNDER_REVIEW, AWAITING_CLIENT_RESPONSE]

    plannedStartDate string

    Planned Start Date

    startDate string

    Start Date

    endDate string

    End Date

    dueDate string

    Due Date

    metadata

    object

    documentIds string[]

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    nigoId string

    Nigo Identifier

Loading...