employees ignore create

POST {{baseUrl}}/employees/ignore/:model_id

Ignores a specific row based on the model_id in the url. These records will have their properties set to null, and will not be updated in future syncs. The reason and message fields in the request body will be stored for audit purposes.

Request Body

[{"name"=>"reason", "value"=>"GENERAL_CUSTOMER_REQUEST", "datatype"=>"string"}, {"name"=>"message", "value"=>"deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"reason":"GENERAL_CUSTOMER_REQUEST","message":"deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39"}