ReDoc documentation
Returns the list of company customer attributes.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "company_id": 0,
- "customer_id": 0,
- "extension_attributes": { },
- "is_default": true,
- "job_title": "string",
- "status": 0,
- "telephone": "string"
}
], - "search_criteria": {
- "current_page": 0,
- "filter_groups": [
- {
- "filters": [
- {
- "condition_type": "string",
- "field": "string",
- "value": "string"
}
]
}
], - "page_size": 0,
- "sort_orders": [
- {
- "direction": "string",
- "field": "string"
}
]
}, - "total_count": 0
}Save customer attributes for company.
required | object (company-data-company-customer-interface) Extended customer custom attributes interface. |
401 Unauthorized
Internal Server error
Unexpected error
{- "companyAttributes": {
- "company_id": 0,
- "customer_id": 0,
- "extension_attributes": { },
- "is_default": true,
- "job_title": "string",
- "status": 0,
- "telephone": "string"
}
}{- "code": 0,
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
]
}
], - "message": "string",
- "parameters": [
- {
- "fieldName": "string",
- "fieldValue": "string",
- "resources": "string"
}
], - "trace": "string"
}