Validate Request
Validates the request, and returns any error information at both request parameter and request level.
post
Path parameters
idstringRequired
Request id
Responses
200
OK
application/json
404
Not Found
application/json
post
POST /public/v1/commerce/requests/{id}/validate HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"error": "text",
"parameters": [
{
"id": "text",
"externalId": "text",
"value": "text",
"isValid": true,
"error": "text"
}
]
}
Last updated
Was this helpful?