ReDoc documentation
Unassigns customer from the company.
401 Unauthorized
Unexpected error
{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}Returns customer attributes for company by ID.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "company_id": 0,
- "customer_id": 0,
- "extension_attributes": { },
- "is_default": true,
- "job_title": "string",
- "status": 0,
- "telephone": "string"
}Assigns customer as a company user.
401 Unauthorized
Unexpected error
{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}