Jurisdiction Transactions

The API Jurisdiction transactions can be used to create, update, delete and retrieve jurisdiction entities in the CMDB.

Limited Support/End of Life Capabilities

The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.

If you need to request a hotfix or support for these features, please contact Alemba Support

JurisdictionCreate Transaction

The JurisdictionCreate transaction can be used to create a new jurisdiction record and save its details.

Input Parameters: JurisdictionCreateRequest

Return Values:JurisdictionResponse

JurisdictionUpdate Transaction

The JurisdictionUpdate transaction can be used to update the details of an existing jurisdiction record.

Input Parameters: JurisdictionUpdateRequest

Return Values: JurisdictionResponse

See JurisdictionResponse for more information.

JurisdictionRetrieve Transaction

The JurisdictionRetrieve transaction can be used to retrieve the details of a Jurisdiction record.

Input Parameters: JurisdictionEntityRequest

Return Parameters: JurisdictionRetrieveResponse

JurisdictionDelete Transaction

The JurisdictionDelete transaction can be used to find and delete a jurisdiction record. After the transaction is executed, the status and audit trail are updated.

Input Parameters: JurisdictionDeleteRequest

Return Values: JurisdictionResponse

See JurisdictionResponse for more information.