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
- application/json
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
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
nigoId string
Nigo Identifier
{
"nigoId": "string"
}
Loading...