LinX Batch Object

The LinX Batch object represents a batch of LinX workflow requests.

Attributes

batchId

string (UUID)

ID of the LinX batch.

idempotencyKey

string

Idempotency key used for this request. The key may be a v4 UUID or any other unique string with a minimum length of 6 characters and a maximum length of 255 characters. If a key is not provided, one will be generated automatically.

The idempotency key identifies the request. If a network error occurs, you can safely retry the request using the same idempotency key and the request will only be executed once. This ensures that calling the API multiple times will not result in duplicate requests. For more information, see Idempotent Calls.

LinX Batch Object

				
					{
  "batchId": "string(UUID)",
  "idempotencyKey": "string"
}
				
			
Exit mobile version