POST api/LineItem/ListForRDU/{id}?type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| type | string |
Required |
Body Parameters
ManufacturerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ManufacturerID | integer |
None. |
|
| ManufacturerName | string |
None. |
|
| IsGameTime | boolean |
None. |
|
| UsePricingStructure | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"manufacturerID": 1,
"manufacturerName": "sample string 2",
"isGameTime": true,
"usePricingStructure": true
}
application/xml, text/xml
Sample:
<ManufacturerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameTimeBAL.ViewModels"> <IsGameTime>true</IsGameTime> <ManufacturerID>1</ManufacturerID> <ManufacturerName>sample string 2</ManufacturerName> <UsePricingStructure>true</UsePricingStructure> </ManufacturerViewModel>
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.