SalesContractDetails
UsageByUseYear
Gets the owner's usage given the contract detail id and use year
Parameters
Name
Type
Required
Description
id
Int32
✓
The id of the contract detail
useYear
Int32
✓
The use year (as an int, ex. 2014)
Returns
Type:
int
Description:
The number of days used by the owner for the given year
Http Method:
GET
Url:
api/SalesContractDetails/UsageByUseYear?id={id}&useYear={useYear}