Skip to main content
PUT
/
private-records
/
{record_id}
Error
A valid request URL is required to generate request examples
{
  "name": "<string>",
  "currency_code": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "archived": true,
  "archived_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "established_date": "2023-12-25",
  "size_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "naics_code_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": "<string>",
  "city": "<string>",
  "state": "<string>",
  "postal_code": "<string>",
  "country_code": "<string>",
  "website": "<string>",
  "company_registration_number": "<string>",
  "tax_id": "<string>",
  "corporation_type_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Requester-Organization-ID
string<uuid>
required

The unique identifier of the organization making the request. This ID is used to authorize the requester within the system.

Target-Organization-ID
string<uuid>
required

The unique identifier of the organization that is the target of the request. The Target-Organization-ID may match the Requester-Organization-ID if the requester accesses their own resources. If the Target-Organization-ID differs from the Requester-Organization-ID, the requester can access third-party resources if the requester has a connection with the target organization and is authorized to perform such actions.

Path Parameters

record_id
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 300
email
string<email> | null
Required string length: 1 - 100
phone
string | null
established_date
string<date> | null
size_id
string<uuid> | null
role_id
string<uuid> | null
naics_code_id
string<uuid> | null
address
string | null
Required string length: 1 - 500
city
string | null
Required string length: 1 - 100
state
string | null
Required string length: 1 - 100
postal_code
string | null
Required string length: 1 - 30
country_code
string | null
Required string length: 2
website
string<uri> | null
Required string length: 1 - 255
company_registration_number
string | null
Required string length: 1 - 255
tax_id
string | null
Required string length: 1 - 255
corporation_type_id
string | null
Required string length: 10 - 100

Response

Successful Response

name
string
required
Required string length: 1 - 300
currency_code
string
required
Required string length: 3
id
string<uuid>
required
archived
boolean
required
archived_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
email
string<email> | null
Required string length: 1 - 100
phone
string | null
established_date
string<date> | null
size_id
string<uuid> | null
role_id
string<uuid> | null
naics_code_id
string<uuid> | null
address
string | null
Required string length: 1 - 500
city
string | null
Required string length: 1 - 100
state
string | null
Required string length: 1 - 100
postal_code
string | null
Required string length: 1 - 30
country_code
string | null
Required string length: 2
website
string<uri> | null
Required string length: 1 - 255
company_registration_number
string | null
Required string length: 1 - 255
tax_id
string | null
Required string length: 1 - 255
corporation_type_id
string | null
Required string length: 10 - 100