Skip to main content

Request Testing for a Trade

PATCH /api/v1/trades/{tradeId}/request-testing/{businessId}

Description​

Request testing for a specific trade.

Path Parameters​

NameTypeDescription
tradeIdstringThe ID of the trade (path)
businessIdstringThe ID of the business (path)

Request Headers​

NameTypeDescription
tenantIdstringThe tenant ID (header)
userIdstringThe user ID (header)
countryCodestringThe 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-TypeValue
apiKey{{apiKey}}
tenantIdstring
userIdstring
countryCodestring

🔑 Authentication bearer​

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

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!