SalesContractDetails
GetByContract
Gets a sales contract's details, along with the unit information, by contract id.
Parameters
Name
Type
Required
Description
contractId
Int32
✓
The contractId of the contract.
Returns
Type:
List of
SalesContractDetailWithUnitModel
Description:
A list containing the sales contract's details, along with the units information
Http Method:
GET
Url:
api/SalesContractDetails/GetByContract?contractId={contractId}