Injection context

The injection context is the payload response of the batchInjectPointSectoStart service. It is a part of all other injection queries payload.

Its content is :

  • batchImportId : the session identifier of the batch injection.
  • clientId : an optional identifier managed by the caller. It will be returned as is in the response. You can use this field to your own management.

Example:

{
        "batchImportId":"9733e237-8aad-4d2a-9e18-efbccc78bc85",
        "clientId":null
}