Add CNC Result

The “Add Could Not Complete” API allows you to add a could not complete task.

A valid x-Auth-token header related to the client the asset belongs to is required.

A Could not Complete task signs off the test schedule, and adds a reason as to why the CNC occurred to the schedule.


URI

Development

https://api.zetasafe.net/dev/ext/result/cnc/add

Production

https://api.zetasafe.net/ext/result/cnc/add

Method

POST

Content Type

application/json

Example Upload

{
"testId":1021661533,
"assetId":1021661534,
"couldNotTakeTestReason":"Could Not be Bothered",
"client":254482268,
"testDate":"2019-06-02T14:55:00"
}

Responses:

201: OK

Successful

400: missing/wrong fields

403: Unauthorised/Access Denied

500: Error with the internal process of adding a location.