Saves a company

POST /api/company/save

Updates an existing company or creates a new one

Query parameters

  • search.value string

    Search Query

  • length string

    number of items to return (page size)

  • start string

    Start row for returned records

Responses

  • default
POST /api/company/save
curl \
 --request POST 'http://api.example.com/api/company/save' \
 --header "Authorization: Bearer $ACCESS_TOKEN"