Validate Request

Validates the request, and returns any error information at both request parameter and request level.

POSThttps://api.platform.softwareone.com/public/v1/commerce/requests/{id}/validate
Path parameters
id*string

Request id

Response

Success

Body
errornullable string
parametersarray
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/requests/{id}/validate', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "error": "text",
  "parameters": []
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.