Update Customer ATSIntegration - CSA_API
POST https://api.linkedin.com/v2/atsIntegrations?ids[0].integrationContext=urn:li:contract:{{contract_id}}&ids[0].integrationType=CSA_API&ids[0].tenantType=RECRUITER&ids[0].dataProvider=ATS
/atsIntegrations
used to update the customer Integration. To enable CSA_API
, use integrationType= CSA_API
in the request body. Partner can update other RSC Integrations by changing integrationType
.CSA_API
is Contract level Integration. To know more , please refer here
Request Params
Key | Datatype | Required | Description |
---|
ids[0].integrationContext | string | | |
ids[0].integrationType | string | | |
ids[0].tenantType | string | | |
ids[0].dataProvider | string | | |
Request Body
{"entities"=>{"integrationContext=urn:li:contract:{{contract_id}}&integrationType=CSA_API&tenantType=RECRUITER&dataProvider=ATS"=>{"patch"=>{"$set"=>{"integrationName"=>"{{customer_name}} LinkedIn Recruiter CSA_API Integration"}}}}}
Key | Datatype | Required | Description |
---|
x-restli-method | string | | |
Content-Type | string | | |