Batch Lookup Result

Read Batch Lookup Results

Read lookup job results by page

SecurityapiKey
Request
path Parameters
id
required
string

id of the lookup job

query Parameters
businessPartnerId
Array of strings

Business Partner IDs which should be filtered.

limit
integer <int32> [ 1 .. 100 ]
Default: 100

Number of results that should be fetched. Maximum 100 results can be returned in one page.

startAfter
string
Default: "0"

Only records with an ID greater than this ID will be fetched.

Responses
200

OK

get/lookupjobs/{id}/results
Request samples
Response samples
application/json
{
  • "startAfter": "string",
  • "limit": 0,
  • "total": 0,
  • "values": [
    ]
}

Reads Batch Lookup Results

SecurityapiKey
Request
path Parameters
id
required
string

id of the lookup job

query Parameters
businessPartnerId
Array of strings

Business Partner IDs which should be filtered.

limit
integer <int32> [ 1 .. 100 ]
Default: 100

Number of results that should be fetched. Maximum 100 results can be returned in one page.

startAfter
string
Default: "0"

Only records with an ID greater than this ID will be fetched.

Responses
200

OK

get/v3/lookupjobs/{id}/results
Request samples
Response samples
application/json
{
  • "startAfter": "string",
  • "limit": 0,
  • "total": 0,
  • "values": [
    ]
}