Upsert
PUT {{baseUrl}}/mgmt/v2/entity_mappings/{{entityId}}
Request Body
{"entity_id"=>"{{entityId}}", "object"=>{"type"=>"standard", "name"=>"company"}, "field_mappings"=>[{"entity_field"=>"name1", "mapped_field"=>"name"}, {"entity_field"=>"desc2", "mapped_field"=>"description"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-customer-id | string | ||
x-provider-name | string |