POST api/OMS/GetMakeDetails
Request Information
URI Parameters
None.
Body Parameters
NPIFilterDetailsName | Description | Type | Additional information |
---|---|---|---|
empCode | integer |
None. |
|
Item | string |
None. |
|
Product | string |
None. |
|
Make | string |
None. |
|
Theme | string |
None. |
|
Brand | string |
None. |
|
WorkStyle | string |
None. |
|
Ornamentation | string |
None. |
|
Collection | string |
None. |
|
Form | string |
None. |
|
WeightFrom | decimal number |
None. |
|
WeightTo | decimal number |
None. |
|
Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "empCode": 1, "Item": "sample string 2", "Product": "sample string 3", "Make": "sample string 4", "Theme": "sample string 5", "Brand": "sample string 6", "WorkStyle": "sample string 7", "Ornamentation": "sample string 8", "Collection": "sample string 9", "Form": "sample string 10", "WeightFrom": 11.0, "WeightTo": 12.0, "Status": 13 }
application/xml, text/xml
Sample:
<NPIFilterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models"> <Brand>sample string 6</Brand> <Collection>sample string 9</Collection> <Form>sample string 10</Form> <Item>sample string 2</Item> <Make>sample string 4</Make> <Ornamentation>sample string 8</Ornamentation> <Product>sample string 3</Product> <Status>13</Status> <Theme>sample string 5</Theme> <WeightFrom>11</WeightFrom> <WeightTo>12</WeightTo> <WorkStyle>sample string 7</WorkStyle> <empCode>1</empCode> </NPIFilterDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of NPIReportDetailsName | Description | Type | Additional information |
---|---|---|---|
TotalLike | integer |
None. |
|
Liked | integer |
None. |
|
QtyToLike | integer |
None. |
|
Id | integer |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TotalLike": 1, "Liked": 2, "QtyToLike": 3, "Id": 4, "Name": "sample string 5" }, { "TotalLike": 1, "Liked": 2, "QtyToLike": 3, "Id": 4, "Name": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfNPIReportDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models"> <NPIReportDetails> <Id>4</Id> <Liked>2</Liked> <Name>sample string 5</Name> <QtyToLike>3</QtyToLike> <TotalLike>1</TotalLike> </NPIReportDetails> <NPIReportDetails> <Id>4</Id> <Liked>2</Liked> <Name>sample string 5</Name> <QtyToLike>3</QtyToLike> <TotalLike>1</TotalLike> </NPIReportDetails> </ArrayOfNPIReportDetails>