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