GET api/ProductCustomInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCustomInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductCustomFieldId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "06038b07-7121-470a-81cc-a553e68dabcd",
"ProductCustomFieldId": "294374d1-588e-411b-9073-0b98f22a186e",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:37:21.9419099-05:00"
},
{
"Id": "06038b07-7121-470a-81cc-a553e68dabcd",
"ProductCustomFieldId": "294374d1-588e-411b-9073-0b98f22a186e",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:37:21.9419099-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductCustomInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductCustomInfoData>
<Id>06038b07-7121-470a-81cc-a553e68dabcd</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomFieldId>294374d1-588e-411b-9073-0b98f22a186e</ProductCustomFieldId>
<Updated>2025-12-15T23:37:21.9419099-05:00</Updated>
</ProductCustomInfoData>
<ProductCustomInfoData>
<Id>06038b07-7121-470a-81cc-a553e68dabcd</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomFieldId>294374d1-588e-411b-9073-0b98f22a186e</ProductCustomFieldId>
<Updated>2025-12-15T23:37:21.9419099-05:00</Updated>
</ProductCustomInfoData>
</ArrayOfProductCustomInfoData>