Skip to main content

Add or Update a Nominal Code

Nominal codes are made up of three distinct elements: 'Account','Cost Centre' and 'Department'. All three elements must be included in the web service POST data, however the cost centre and account elements may be empty.

Nominal codes in BigChange are stored by concatenating Account, Cost Centre and Department, separated by the / character. If existing nominal codes are submitted they will update the existing record based upon the concatenated nominal code, otherwise a new record will be created.

Query String Parameters

NameTypeDescriptionRequired
ActionStringImportNominalCodesRequired

POST Data Parameters

NameTypeDescriptionNote
AccountString(8)Nominal code account.Required
CostCentreString(3)Nominal code cost centre.Required, however empty field is acceptable
DepartmentString(3)Nominal code department.Required, however empty field is acceptable
DescriptionString(100)Description associated with nominal code.Required, however empty field is acceptable
TypeString(1)Nominal code type. Normally "P" or "B".Required, however empty field is acceptable
ReferenceString(40)Remote system Nominal code reference.Required, however empty field is acceptable

Response Codes

Example

Request URL

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