Validate Request
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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"
}
]
}