Use this API to retrieve metadata for attributes of customer resource.
Actor | Permission |
---|---|
User | No additional permission is required. |
Client Application | No additional permission is required. |
OK
No content
Bad Request message
Unauthorized
Forbidden
Not Acceptable
Internal server error
{- "attribute": [
- {
- "dataSize": 255,
- "dataType": "stringList",
- "options": {
- "option": [
- {
- "value": "association",
- "displayValue": "Association"
}, - {
- "value": "club",
- "displayValue": "Club"
}, - {
- "value": "household",
- "displayValue": "Household"
}, - {
- "value": "joint_account",
- "displayValue": "Joint Account"
}, - {
- "value": "membership",
- "displayValue": "Membership"
}, - {
- "value": "other",
- "displayValue": "Other"
}
]
}, - "name": "type.group.type"
}, - {
- "dataSize": 255,
- "dataType": "stringList",
- "options": {
- "option": [
- {
- "value": "Asia Pacific"
}, - {
- "value": "Europe"
}, - {
- "value": "United States"
}
]
}, - "name": "type.group.region"
}, - {
- "dataSize": 255,
- "dataType": "stringList",
- "options": {
- "option": [
- {
- "value": "Asia Pacific"
}, - {
- "value": "Europe"
}, - {
- "value": "United States"
}
]
}, - "name": "type.corporate.region"
}
], - "resource": "customer"
}