selective sync configurations update

PUT {{baseUrl}}/selective-sync/configurations

Replace a linked account's selective syncs.

Request Body

{"linked_account_conditons"=>[{"condition_schema_id"=>"123e4567-e89b-12d3-a456-426655440000", "operator"=>"GREATER_THAN_OR_EQUAL", "value"=>"2022-01-01T00:00:00Z"}]}

HEADERS

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

RESPONSES

status: OK

{"linked_account_conditons":[{"condition_schema_id":"123e4567-e89b-12d3-a456-426655440000","common_model":"hris.Employee","native_name":"Started At","field_name":"start_date","operator":"GREATER_THAN_OR_EQUAL","value":"2022-01-01T00:00:00Z"}]}