Mark Variant for Review
Mark a variant for terms for review.
post
Path parameters
termsAndConditionsIdstringRequired
idstringRequired
productIdstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
post
POST /public/v1/catalog/products/{productId}/terms/{termsAndConditionsId}/variants/{id}/review HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-07-01T17:04:53.463Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-07-01T17:04:53.463Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"type": "text",
"assetUrl": "text",
"languageCode": "text",
"name": "text",
"description": "text",
"status": "text",
"filename": "text",
"size": 1,
"contentType": "text",
"termsAndConditions": {
"id": "text",
"name": "text"
},
"fileId": "text"
}
Last updated
Was this helpful?