Loading...
Create a variant for terms.
Json representation of the variant
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/products/{productId}/terms/{termsAndConditionsId}/variants', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); 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" }