ROSE Developers - Web API Reference

Assets | Assets Transactions Validation

The assets Transaction validations end point is used to verify wheather asset disposals or aquisitions exist.

Overview


URL api/{tenantKey}/{orgKey}/assetsCore/assetsTransactionsValidations
Methods Supported GET

All Operations

This service includes the following operations:

GET Operations

GET Exist Any Disposal

Operation to return if any Asset Disposal exists.

The following elements are required:

companyId (Guid) The Company Id.
sourceDocLineId (Guid) The Source Document Line Id.
sourceSchemaEntityId (Guid) The Source Schema Entity Id.

Response:

When successful, the response body contains an item of type 'boolean'.

Resource URL:

GET /assetsCore/assetsTransactionsValidations/existAnyDisposal/{companyId}/{sourceDocLineId}/{sourceSchemaEntityId}

GET Exist Any Acquisition

Operation to return if any Asset Acquisition exists.

The following elements are required:

companyId (Guid) The Company Id.
sourceDocLineId (Guid) The Source Document Line Id.
sourceSchemaEntityId (Guid) The Source Schema Entity Id.

Response:

When successful, the response body contains an item of type 'boolean'.

Resource URL:

GET /assetsCore/assetsTransactionsValidations/existAnyAcquisition/{companyId}/{sourceDocLineId}/{sourceSchemaEntityId}