GET api/ProductCustomInfo/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "01ef7d3e-e1ce-4331-baf0-5bb3bbe7fd3c",
"ProductCustomFieldId": "6ae7091e-0f25-4b38-8886-4d25454ea0e2",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:40:09.0020465-05:00"
}
application/xml, text/xml
Sample:
<ProductCustomInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <Id>01ef7d3e-e1ce-4331-baf0-5bb3bbe7fd3c</Id> <Identifier>sample string 2</Identifier> <Name>sample string 3</Name> <ProductCustomFieldId>6ae7091e-0f25-4b38-8886-4d25454ea0e2</ProductCustomFieldId> <Updated>2025-12-15T23:40:09.0020465-05:00</Updated> </ProductCustomInfoData>