Mock Test
The Client may signal for a mock response by including a special HTTP Header of the format:
Mock-Response-Type:
Valid mock responses exist for the following mock response types:
- IBV Report 200
- Processing Request 202
- Invalid Data 400
- Internal Server Error 500
Processing Request 202 Response
When requesting a mock Processing Request 202 response, the Client will receive a mock IBV report status using a combination of two mock headers:
- Mock-Response-Type: Processing Request 202
- Mock-Processing-Request:
Available statuses include:
- initiated
- ibv_data_acquired
- reconnect_required
Internal Server Error 500 Response
When requesting mock Internal Server 500 response, the Client will receive a mock IBV report status using a combination of two mock headers:
- Mock-Response-Type: Internal Server Error 500
- Mock-Processing-Request:
Available statuses include:
- ibv_data_acquire_failed
Updated over 1 year ago