Reference Data
Department and nominal codes. Auth:X-API-Key header. Base: https://api.vh3connect.io/api:YdihQNr3.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Department and nominal codes
X-API-Key header. Base: https://api.vh3connect.io/api:YdihQNr3.
| Param | Type | Description |
|---|---|---|
pageNumber | integer | Page index (1-based) |
pageSize | integer | Items per page (default 100, max 1000) |
sortBy | string | Sort field (endpoint-specific) |
direction | enum | ascending or descending |
POST /reference_data/department_codes_listcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/reference_data/department_codes_list" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"pageNumber": 1,
"pageSize": 100
}'
GET /reference_data/retrieves_detailscurl -G "https://api.vh3connect.io/api:YdihQNr3/reference_data/retrieves_details" \
-H "X-API-Key: your-api-key" \
--data-urlencode "departmentCodeId=1"
POST /reference_data/normalt_codes_listcurl -X POST "https://api.vh3connect.io/api:YdihQNr3/reference_data/normalt_codes_list" \
-H "X-API-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"pageNumber": 1,
"pageSize": 100
}'
GET /reference_data/nominal_code_idcurl -G "https://api.vh3connect.io/api:YdihQNr3/reference_data/nominal_code_id" \
-H "X-API-Key: your-api-key" \
--data-urlencode "nominalCodeId=1"
Was this page helpful?
Suggestions