SalesContractDetails
Usage
Gets the owner's usage given the contract detail id and arrival date
Parameters
Name
Type
Required
Description
id
Int32
✓
The id of the contract detail
arrival
DateTime
✓
The arrival date
Returns
Type:
int
Description:
The number of days used by the owner
Http Method:
GET
Url:
api/SalesContractDetails/Usage?id={id}&arrival={arrival}