GET api/CustomerCustomInfo/GetAllItems
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": "7c652bbe-c753-4cd3-810b-c78b30cbe3c3",
"CustomerCustomFieldId": "a19bf092-e69e-4549-92ab-8550ce16f437",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:18.0737026-05:00"
},
{
"Id": "7c652bbe-c753-4cd3-810b-c78b30cbe3c3",
"CustomerCustomFieldId": "a19bf092-e69e-4549-92ab-8550ce16f437",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:18.0737026-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>a19bf092-e69e-4549-92ab-8550ce16f437</CustomerCustomFieldId>
<Id>7c652bbe-c753-4cd3-810b-c78b30cbe3c3</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:39:18.0737026-05:00</Updated>
</CustomerCustomInfoData>
<CustomerCustomInfoData>
<CustomerCustomFieldId>a19bf092-e69e-4549-92ab-8550ce16f437</CustomerCustomFieldId>
<Id>7c652bbe-c753-4cd3-810b-c78b30cbe3c3</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<Updated>2025-12-15T23:39:18.0737026-05:00</Updated>
</CustomerCustomInfoData>
</ArrayOfCustomerCustomInfoData>