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