GET
/
supply-chains
/
companies
/
{hashid}

Authorizations

Authorization
string
header
required

Path Parameters

hashid
string
required

Response

200 - application/json
name
string
required

Name of the company.

Required string length: 1 - 500
allow_multiple_login
boolean

Indicates whether multiple logins are allowed for the company.

buy_enabled
boolean

Indicates whether buying functionality is enabled for the company.

buyer
object

The buyer entity associated with the company.

city
string | null

Name of the city where the company is located.

Maximum length: 500
country
string | null

Name of the country where the company is located.

Maximum length: 500
created_on
string

Date and time when the company was created.

creator
string

Identifier of the user who created the company.

currency
object

The currency used by the company for financial transactions.

description
string | null

Description or additional information about the company.

Maximum length: 500
email
string | null

Email address of the company.

Maximum length: 100
entity_card
object

Information related to the entity card of the company.

field_visibilties
object[]

Field visibilities configured for the company.

forms
object[]

Forms associated with the company.

house_name
string | null

Name of the house or building where the company is located.

Maximum length: 100
id
string

Unique identifier for the company.

image
string | null

URL to the photo or logo of the company.

latitude
number

Latitude coordinate of the company's location.

longitude
number

Longitude coordinate of the company's location.

members
string[]

Members associated with the company.

owned_premiums
string[]

Premiums owned by the company.

phone
string | null

Phone number of the company.

Maximum length: 50
products
string[]

Products associated with the company.

province
string | null

Name of the province where the company is located.

Maximum length: 500
quality_correction
boolean

Indicates whether quality correction is enabled for the company.

sell_enabled
boolean

Indicates whether selling functionality is enabled for the company.

street
string | null

Name of the street where the company is located.

Maximum length: 500
sub_province
string | null

Name of the sub-province where the company is located.

Maximum length: 500
updated_on
string

Date and time when the company information was last updated.

updater
string

Identifier of the user who last updated the company.

zipcode
string | null

Postal code or ZIP code of the area where the company is located.

Maximum length: 50