Loading...
Mark a variant for terms for review.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{termsAndConditionsId}/variants/{id}/review', { method: 'POST', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "type": "text", "assetUrl": "text", "languageCode": "text", "name": "text", "description": "text", "status": "text", "filename": "text", "contentType": "text", "fileId": "text" }