GET
/
trn
/
validate
/
batch
/
{batchId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batchId
string
required

The unique batch request identifier.

Query Parameters

offset
integer
default:
0
required

The starting index of records to be returned.

limit
integer
default:
100
required

The limit number of records to be returned.

Response

200 - application/json

Contains the required properties for batch of tax registration numbers validation response

batchId
string
required

Id of the batch request.

limit
integer
required

Use for the pagination for batch request, limit indicates the maximum number of records to be returned in the response.

offset
integer
required

Use for the pagination for batch request, offset indicates the starting point of records to be returned in the response.

status
enum<string>
required

This field indicates current status of the request at server side.

Available options:
COMPLETED,
FAILED,
RUNNING,
CANCELED
trns
object[]
required

List of tax registration numbers

batchName
string

Name of the batch request.

completionPercentage
integer

Percentage of batch request processing.

externalId
string

The externalId passed in request.