POST api/LineItem/GetManufacturerTotalByClassCategory?id={id}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| type | string |
Required |
Body Parameters
ManufacturerMatchInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufacturerID | integer |
None. |
|
| ClassID | integer |
None. |
|
| NotClassID | integer |
None. |
|
| ToManufacturerID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"manufacturerID": 1,
"classID": 1,
"notClassID": 1,
"toManufacturerID": 2
}
application/xml, text/xml
Sample:
<ManufacturerMatchInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameTimeDAL.Helper"> <ClassID>1</ClassID> <ManufacturerID>1</ManufacturerID> <NotClassID>1</NotClassID> <ToManufacturerID>2</ToManufacturerID> </ManufacturerMatchInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.