ReDoc documentation
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": {
- "customer_id": 0,
- "company_id": 0,
- "job_title": "string",
- "status": 0,
- "telephone": "string",
- "is_default": true,
- "extension_attributes": { }
}
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}
Returns the list of company customer attributes.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "customer_id": 0,
- "company_id": 0,
- "job_title": "string",
- "status": 0,
- "telephone": "string",
- "is_default": true,
- "extension_attributes": { }
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}