GET
api/v1/getformfieldvaluesbyskumasterid?skuMasterId={skuMasterId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuMasterId | integer |
Required |
Response Information
Description:
Return type: Collection of GetFormFieldValuesBySkuMasterId
Response Formats
application/json, text/json
[
{
"CategoryMasterId": 1,
"CategoryName": "sample string 2",
"FormFieldId": 3,
"FormFieldName": "sample string 4",
"FormFieldValueId": 5,
"FormFieldValueName": "sample string 6",
"ResponseDataGUID": "de6d2186-a680-4a0f-9cab-64df0fae8cfe"
},
{
"CategoryMasterId": 1,
"CategoryName": "sample string 2",
"FormFieldId": 3,
"FormFieldName": "sample string 4",
"FormFieldValueId": 5,
"FormFieldValueName": "sample string 6",
"ResponseDataGUID": "de6d2186-a680-4a0f-9cab-64df0fae8cfe"
}
]
text/html
[{"CategoryMasterId":1,"CategoryName":"sample string 2","FormFieldId":3,"FormFieldName":"sample string 4","FormFieldValueId":5,"FormFieldValueName":"sample string 6","ResponseDataGUID":"de6d2186-a680-4a0f-9cab-64df0fae8cfe"},{"CategoryMasterId":1,"CategoryName":"sample string 2","FormFieldId":3,"FormFieldName":"sample string 4","FormFieldValueId":5,"FormFieldValueName":"sample string 6","ResponseDataGUID":"de6d2186-a680-4a0f-9cab-64df0fae8cfe"}]
application/xml, text/xml
<ArrayOfGetFormFieldValuesBySkuMasterId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory">
<GetFormFieldValuesBySkuMasterId>
<CategoryMasterId>1</CategoryMasterId>
<CategoryName>sample string 2</CategoryName>
<FormFieldId>3</FormFieldId>
<FormFieldName>sample string 4</FormFieldName>
<FormFieldValueId>5</FormFieldValueId>
<FormFieldValueName>sample string 6</FormFieldValueName>
<ResponseDataGUID>de6d2186-a680-4a0f-9cab-64df0fae8cfe</ResponseDataGUID>
</GetFormFieldValuesBySkuMasterId>
<GetFormFieldValuesBySkuMasterId>
<CategoryMasterId>1</CategoryMasterId>
<CategoryName>sample string 2</CategoryName>
<FormFieldId>3</FormFieldId>
<FormFieldName>sample string 4</FormFieldName>
<FormFieldValueId>5</FormFieldValueId>
<FormFieldValueName>sample string 6</FormFieldValueName>
<ResponseDataGUID>de6d2186-a680-4a0f-9cab-64df0fae8cfe</ResponseDataGUID>
</GetFormFieldValuesBySkuMasterId>
</ArrayOfGetFormFieldValuesBySkuMasterId>
