GET api/CustomerCustomInfo/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "8d597816-5eeb-4f52-878c-49fe30affdcf",
"CustomerCustomFieldId": "6fac5aea-d029-4090-92e2-24fe6cd5c463",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:18.0893293-05:00"
}
application/xml, text/xml
Sample:
<CustomerCustomInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <CustomerCustomFieldId>6fac5aea-d029-4090-92e2-24fe6cd5c463</CustomerCustomFieldId> <Id>8d597816-5eeb-4f52-878c-49fe30affdcf</Id> <Identifier>sample string 2</Identifier> <Name>sample string 3</Name> <Updated>2025-12-15T23:39:18.0893293-05:00</Updated> </CustomerCustomInfoData>