List Business Entiy
GET https://{{baseURL}}/api/v2/business_entity/?company=1
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
company | number |
RESPONSES
status: OK
"{\n \"id\": integer,\n \"name\": \"string\",\n \"business_entity_type\": \"string\",\n \"logo\": \"string\",\n \"region\": \"string\",\n \"country_id\": integer\n}"