Jasmin Developers - Web API Reference

Taxes | Tax Issue Reason

Service to manage entities of type 'FiscalIssueReason'.

Overview


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

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET FiscalIssueReasons (odata)

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

The following elements are optional:

opts (ODataQueryOptions) OData query option.

Response:

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

Response status codes:

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

Resource URL:

GET /taxesCore/fiscalIssueReasons/odata

GET FiscalIssueReason 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 FiscalIssueReasonResource.

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/fiscalIssueReasons/{id}

GET FiscalIssueReason by key

Returns the entity record that matches the specified key.

The following elements are required:

fiscalIssueReasonKey (string) The issue reason tax classification's key.

Response:

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

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/fiscalIssueReasons/{fiscalIssueReasonKey}

Resources


FiscalIssueReasonResource

The following elements are required:

fiscalIssueReasonKey (string) The issue reason tax classification's key.
description (string) The description for the memo reason.