{
"data": {
"type": "EmqGroupImportValidation",
"attributes": {
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/emq-group-import-validations' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "EmqGroupImportValidation",
"attributes": {
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "EmqGroupImportValidation",
"attributes": {
"toCreate": 0,
"toUpdate": 0,
"toDelete": 0
},
"relationships": {
"test": {
"data": {
"id": "FID001",
"type": "Test"
}
}
}
}
}