Occurrence
This method allows inserting occurrences through a REST API.
POST /apigateway/se/rest/v1/spc/occurrence
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idOccurrence | String | Yes | ID # |
nmOccurrence | String | Yes | Name |
Request example:
{
"idOccurrence": "string",
"nmOccurrence": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}