Skip to content

Update a(n) Company V2 record​

PUT
/companiesV2

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object
object
One of
object

Handles dollar amounts and currencies
Cooresponds with the database type "money", such as "salary" and "salary_intl" (or currency_intl) to store the dollar amount and currency type

object

Handles dollar amounts and currencies
Cooresponds with the database type "money", such as "salary" and "salary_intl" (or currency_intl) to store the dollar amount and currency type

object
One of
object[]
object[]
object[]
object[]
object[]
object[]

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​