GetNewImportID function

This function may be used to get a unique ImportID for a subsequent Import call. The function returns a 128-bit GUID. If the client has any other method to generate a GUID, that can be used as well.

Import may also be called without specifying an ImportID, but knowing the ImportID in advance allows idempotent input, such as, in case of retries after Import failed without returning a response.

The GetNewImportID function has no parameters and returns a response as shown below.


response of the GetNewImportID function