Get a single sale batch that was imported
Path Parameters
- id string
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema
- id integer
The batch ID
- lookback integer
Possible values:
>= 1
and<= 60
This is the number of months to look back to when matching calls to your sales.
- status string
processing|complete|failed
- successes integer
The qty of successful matches
- errors integer
The qty of failed matches
{
"id": "1",
"lookback": 6,
"status": "processing",
"successes": "1",
"errors": "1"
}
Validation error in request, details can be found in the body of the response