Last Modified January 28, 2021

API Test Requests

Some API Requests only retrieve License information and do not update any License settings. You can issue these API Requests at any time.

For API Requests that update the License settings, you can issue Test Requests by specifying "Test" : true in the Request body, which will processed or not depending on the status of the DNA Product:

Product in TESTING MODE

All API Requests will be processed and executed - the Test attribute is ignored in the SandBox environment

Product in ACTIVE state
Test = false The API Request is processed and executed - the License information is updated
A Success HTTP Response Code or an Error HTTP Response Code will be returned
Test = true The API Request is processed but will not be executed and the License information is not updated
A 409 Conflict HTTP Response Code or an Error HTTP Response Code will be returned

Typically, you would issue test API Requests while your DNA Product is still in TESTING MODE which is a SandBox environment.

If you need to issue test API Requests when your DNA Product is ACTIVE, then include "Test" : true in your API Request.