GET /api/v3/glsubcode/{subCodeIndex}/savedValues

Retrieves unique General Ledger Subcode values

GetGLSubCodeValuesV3 Permissions: Accounts (View)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
subCodeIndex The index of the subCode whose values are being retrieved integer (int32) Required

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

Array of:

Type: string

Example Response application/json
[
  "string"
]