GET api/v1/getformfieldvaluesbyskumasterid?skuMasterId={skuMasterId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
skuMasterId

integer

Required

Response Information

Description:

Return type: Collection of GetFormFieldValuesBySkuMasterId

Response Formats
[
  {
    "CategoryMasterId": 1,
    "CategoryName": "sample string 2",
    "FormFieldId": 3,
    "FormFieldName": "sample string 4",
    "FormFieldValueId": 5,
    "FormFieldValueName": "sample string 6",
    "ResponseDataGUID": "4a47285f-7c8a-4e93-94d3-62c2b4fd5fad"
  },
  {
    "CategoryMasterId": 1,
    "CategoryName": "sample string 2",
    "FormFieldId": 3,
    "FormFieldName": "sample string 4",
    "FormFieldValueId": 5,
    "FormFieldValueName": "sample string 6",
    "ResponseDataGUID": "4a47285f-7c8a-4e93-94d3-62c2b4fd5fad"
  }
]
[{"CategoryMasterId":1,"CategoryName":"sample string 2","FormFieldId":3,"FormFieldName":"sample string 4","FormFieldValueId":5,"FormFieldValueName":"sample string 6","ResponseDataGUID":"4a47285f-7c8a-4e93-94d3-62c2b4fd5fad"},{"CategoryMasterId":1,"CategoryName":"sample string 2","FormFieldId":3,"FormFieldName":"sample string 4","FormFieldValueId":5,"FormFieldValueName":"sample string 6","ResponseDataGUID":"4a47285f-7c8a-4e93-94d3-62c2b4fd5fad"}]
<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>4a47285f-7c8a-4e93-94d3-62c2b4fd5fad</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>4a47285f-7c8a-4e93-94d3-62c2b4fd5fad</ResponseDataGUID>
  </GetFormFieldValuesBySkuMasterId>
</ArrayOfGetFormFieldValuesBySkuMasterId>