...
{API-SYSTEM-ID
}: Unique identifier assigned by SIMA to the integrated external entity or if you will integrate as a Third Party you must use the protocol_system_id = 8.
Delete
Uri:
Code Block |
---|
/integration/api/v1/workOrdersGroup |
Method:
Code Block |
---|
DELETE |
Header:
Code Block |
---|
'X-SIMA-APIKEY: {API-KEY}',
'X-SIMA-SYSTEM-ID: {API-SYSTEM-ID}',
'Accept: application/json',
'Content-Type: application/json' |
Request example:
Code Block |
---|
{"data":
[
473229,
473228
]
} |
Response example:
Code Block |
---|
{
"processed": 2,
"ok": {
"count": 2,
"ids": [
473229,
473228
]
},
"error": {
"count": 0,
"ids": []
}
} |