Request Testing for a Trade
PATCH /api/v1/trades/{tradeId}/request-testing/{businessId}
Description
Request testing for a specific trade.
Path Parameters
| Name | Type | Description |
|---|---|---|
tradeId | string | The ID of the trade (path) |
businessId | string | The ID of the business (path) |
Request Headers
| Name | Type | Description |
|---|---|---|
tenantId | string | The tenant ID (header) |
userId | string | The user ID (header) |
countryCode | string | The country code (header) |
Example
PATCH /api/v1/trades/{tradeId}/request-testing/{businessId}
Content-Type: application/json
tenantId: string
userId: string
countryCode: string
Response Code: 200 - OK
Description
Request testing for the trade was successful.
Response Fields
The response does not contain any specific fields.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
| tenantId | string |
| userId | string |
| countryCode | string |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /api/v1/trades/{tradeId}/request-testing/{businessId} \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!