latestOpenAPI 3.0.12026-08-192092911.2 MB

916e669fc527

ReferenceData

Get a nominal code by its id

Get a nominal code by its id (required scope stock:read)

get/v1/nominalCodes/{nominalCodeId}

Path parameters

nominalCodeIdinteger required

The unique identifer of the nominal code

Headers

Customer-Idinteger required

The customer identifier

Response

OK

idinteger

The unique identifier of the nominal code

codestring

The nominal code

descriptionstring

Description of the code

createdAtstring date-time

The UTC timestamp of when this nominal code was created

Example response

{
  "id": 5514123,
  "code": "T01",
  "description": "Nominal code for roofing work",
  "createdAt": "2022-11-29T16:50:16.0000000+00:00"
}