Profile Extension Schema
| Purpose: Describes a type of extension available for the customer profiles. |
Description
Describes one of the Profile Extension resources. Before your application can start adding extensions to a given profile, your application must define this extension's schema, which includes its nested attributes.
Resource
Example
The following schema describes the Address extension.
"name":"Address",
"type":"single-valued",
"attributes": [
{"name":"AddressType","type":"integer","default":0},
{"name":"Address","type":"string","length":256},
{"name":"City","type":"string","length":32},
{"name":"County","type":"string","length":32},
{"name":"PostCode","type":"string", "length":10},
{"name":"Country","type":"string","length":32}
]
Related Operations
This page was last edited on July 17, 2020, at 15:52.
Comments or questions about this documentation? Contact us for support!
