Skip to main content
Skip table of contents

Notify manifest (POST)

Notify ADE by manifest to be ready for processing is a Notify API method that can be used to notify Agile Data Engine that manifest is ready to be processed.


See also:


Usage

Request method:
POST

Request URL:

{baseUrl}/notify-api/tenants/local/installations/local/environments/local/source-systems/{sourceSystemName}/source-entities/{sourceEntityName}/manifests/{id}/notify

where:

  • {baseUrl}, {sourceSystemName}, {sourceEntityName} see Notify API.

  • {id} is the manifest id.


Notes

When notify manifest is called, manifest state is changed to NOTIFIED. After this manifest cannot be modified anymore.

If notify manifest fails, check get manifest that everything is populated correctly. Also make sure that the manifest has entries with get entries.

Once notify manifest has been called successfully, source data is ready to be loaded. See Loading source data for full instructions.


Examples

Notify a manifest is ready for processing

Property

Value

sourceSystemName

taxidata

sourceEntityName

ratecode_description

id

a936c9c5-a2d5-4d1a-bcf5-7832f21342ca

Request method:

POST

Request URL:

{base_url}/notify-api/tenants/local/installations/local/environments/local/source-systems/taxidata/source-entities/ratecode_description/manifests/a936c9c5-a2d5-4d1a-bcf5-7832f21342ca/notify

Response code:

200 (OK)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.