POST API/AdminAPI/ProductSubFamily
Request Information
URI Parameters
None.
Body Parameters
ProductSubFamilyRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId | string |
None. |
|
| ProductFamilyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginId": "sample string 1",
"ProductFamilyId": 2
}
application/xml, text/xml
Sample:
<ProductSubFamilyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UpstockAPIModels"> <LoginId>sample string 1</LoginId> <ProductFamilyId>2</ProductFamilyId> </ProductSubFamilyRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.