Injection context

The injection context is the payload response of the batchInjectPointSectoStart service. It is a part of all other injection requests 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 for your own use.

Example:

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