ROSE Developers - Web API Reference

Taxes | Income Code

Service to manage entities of type 'IncomeCode'.

Overview


URL api/{tenantKey}/{orgKey}/taxesCore/incomeCodes
Methods Supported GET

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET IncomeCodes

Returns the list of all the entity records available.

Response:

When successful, the response body contains the list of records available. See IncomeCodeResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /taxesCore/incomeCodes

GET IncomeCodes (paged)

Returns a page of the list of all the entity records available.

The following elements are optional:

page (int) The index of the page of the list that should be returned. This is a query string parameter.
pageSize (int) The number of page elements that should be returned (max. is 1000). This is a query string parameter.

Response:

When successful, the response body contains the list of records available. See IncomeCodeResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /taxesCore/incomeCodes?page={page}&pageSize={pageSize}

GET IncomeCode by identifier

Returns the entity record that matches the specified identifier.

The following elements are required:

id (string) The record identifier.

Response:

When successful, the response body contains the entity record. See IncomeCodeResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /taxesCore/incomeCodes/{id}

GET IncomeCode by key

Returns the entity record that matches the specified key.

The following elements are required:

incomeCodeKey (string) Income Code.

Response:

When successful, the response body contains the entity record. See IncomeCodeResource.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.
404 NotFound. The specified record does not exist.

Resource URL:

GET /taxesCore/incomeCodes/{incomeCodeKey}

Resources


IncomeCodeResource

The following elements are required:

incomeCodeKey (string) Income Code.

The following elements are optional:

description (string) Description.