Skip to main content

Patch Trades Quality Assurance Traded

PATCH /api/v1/trades/{tradeId}/quality-assurance

Description

Update quality assurance information for a trade.

Path Parameters

NameTypeDescription
tradeIdstringThe ID of the trade (path)

Request Headers

NameTypeDescription
tenantIdstringThe tenant ID (header)
userIdstringThe user ID (header)

Request Body

  • Content Type: application/json
{
"state": "string",
"lga": "string",
"address": "string"
}

Response Code: 200 - OK

Description

The quality assurance information was updated successfully.

Headers

Content-TypeValue
apiKey{{apiKey}}
tenantIdstring
userIdstring

Body

{
"state": "Lagos",
"lga": "Ikeja",
"address": "123 Trade Street"
}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request PATCH \ 
--url /api/v1/trades/{tradeId}/quality-assurance \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!