Skip to main content

Add a Job Financial Line

Query String Parameters

NameTypeDescriptionRequired
ActionStringAddJobFinancialLineRequired
JobIdIntId of the job to associate the financial line with.Required
PredefinedItemIdIntId of predefined invoice item to associate with job.Required
ItemTypeStringSpecifies the line type to associate with job. Required
DescriptionString(1000)Description of the line to be associated with the job.Required
CurrencyCodeStringCurrency of the line to be associated with the job. Required
NominalCodeStringNominal code to associate with financial line. If no code is passed the service will attempt to add the nominal code of 4001 if it exists within your BigChange setup.Optional
DepartmentCodeStringDepartment code to associate with financial line.Optional
CostDoubleCost of the line item to associate with the job. Defaults to null if none passed.Optional
UnitPriceDoubleUnit Price of the line item to associate job. Defaults to 0 if none passed.Optional
DiscountedPercentageDoubleDiscounted percentage of the line item to associate with the job. Must be <= 100.Optional
DiscountedValueDoubleDiscounted value of the line item to associate with the sales opportunity.Optional
QuantityDoubleNumber of units.Optional
VATRateDoubleTotal, including tax, payable on the job. Generally calculated from financial lines added when a document is created.Optional
IncludeDefaultsBoolInclude Unsaved Invoice Rates in return.Optional

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=addjobfinancialline