Skip to main content
Version: Next

Occurrence

This method allows inserting occurrences through a REST API.

POST /apigateway/se/rest/v1/spc/occurrence

Request example:

Request body parameterTypeRequiredDescription
idOccurrenceStringYesID #
nmOccurrenceStringYesName

Request example:

{
"idOccurrence": "string",
"nmOccurrence": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}