Web Service Documentation / Categories / Basic Account Services / Get Customer Custom Field Values
Updated on July 17, 2013
This web service returns a list of custom fields and their values for a specific customer.
25.0
GET
/account/(accountId)/customFieldList
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| accountId | Id to account |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | customField.xsd |
The following example retrieves a list of custom fields and their values for an account that has an id of 7443.
GET /account/7443/customFieldList
The following example returns a list of customer-level identifiers and their values for a specific customer.
<?xml version="1.0" encoding="UTF-8"?>
<customFieldList>
<customField name="Customer Number">FG123</customField>
</customFieldList>
