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
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"reason":"GENERAL_CUSTOMER_REQUEST","message":"deletion request by user id 51903790-7dfe-4053-8d63-5a10cc4ffd39"}