Get Contract Financial Lines
Returns an output of the contract financial lines based on the contract Id.
Query String Parameters
Name | Type | Description | Note |
---|---|---|---|
Action | String | ContractFinancialLines | Required |
ContractId | Int | Contracts Contract Id. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContractFinancialLines&ContractId=304734
Response Data
{ "Code": 0, "Result": [ { "LineQuantity": 2, "UnitPrice": 100, "TaxRate": 23, "InvoiceVatCode": "001", "TaxAmount": 46, "NetPrice": 246, "Currency": "GBP", "ItemDescription": "New Fin Line", "NominalAccountCode": "", "DepartmentCode": "", "JobId": 0, "ContractId": 304734, "InvoiceItemId": 109546283, "ItemType": 0 } ] }