GET api/CustomerCustomInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerCustomInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerCustomFieldId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8bc08329-4bac-4a3b-8000-c5117d23c59c",
"CustomerCustomFieldId": "27a94089-9c8b-4bd5-b60d-a7b4a0c604dc",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:45:45.2414486-05:00"
},
{
"Id": "8bc08329-4bac-4a3b-8000-c5117d23c59c",
"CustomerCustomFieldId": "27a94089-9c8b-4bd5-b60d-a7b4a0c604dc",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:45:45.2414486-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerCustomInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<CustomerCustomInfoData>
<CustomerCustomFieldId>27a94089-9c8b-4bd5-b60d-a7b4a0c604dc</CustomerCustomFieldId>
<Id>8bc08329-4bac-4a3b-8000-c5117d23c59c</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:45:45.2414486-05:00</Updated>
</CustomerCustomInfoData>
<CustomerCustomInfoData>
<CustomerCustomFieldId>27a94089-9c8b-4bd5-b60d-a7b4a0c604dc</CustomerCustomFieldId>
<Id>8bc08329-4bac-4a3b-8000-c5117d23c59c</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:45:45.2414486-05:00</Updated>
</CustomerCustomInfoData>
</ArrayOfCustomerCustomInfoData>