v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Client APIs

This enpoint is used to add client company.

post/api/external/client/add

Headers

RF-Api-Keystring
content-typestring

Request body

added_byinteger
added_timestring
careers_pagestring
company_sizestring
domainstring
industry_idinteger
lead_owner_idinteger
linkedin_pagestring
namestring
phone_numberstring
status_idinteger
tagsstring[]

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/client/add:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":{"id":1}}}

Example response

{
  "data": {
    "id": 1
  }
}