Validate Querying Enrollment
post
Path parameters
idstringRequired
Body
programall ofOptional
statusNotesall ofOptional
notesstring | nullableOptional
assigneeall ofOptional
errorall ofOptional
parametersall ofOptional
templateall ofOptional
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
500
Internal Server Error
post
POST /public/v1/program/enrollments/{id}/validate HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 586
{
"program": {
"id": "text"
},
"statusNotes": {
"id": "text",
"message": "text",
"parameters": null
},
"notes": "text",
"assignee": {
"id": "text"
},
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"parameters": {
"ordering": [
{
"id": "text",
"value": null,
"externalId": "text",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
}
}
],
"fulfillment": [
{
"id": "text",
"value": null,
"externalId": "text",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
}
}
]
},
"template": {
"id": "text"
}
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
},
"processing": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
},
"querying": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
},
"completed": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
},
"failed": {
"at": "2025-06-27T14:06:43.561Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"certificate": {
"id": "text",
"name": "text"
},
"program": {
"id": "text",
"name": "text",
"status": "None",
"applicableTo": "Buyer",
"products": [
{
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"shortDescription": "text",
"longDescription": "text",
"externalIds": {
"operations": "text"
},
"website": "text",
"icon": "text",
"status": "text",
"vendor": {
"id": "text",
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"settings": {
"productOrdering": true,
"productRequests": {
"enabled": true,
"name": "text",
"label": "text"
},
"itemSelection": true,
"orderQueueChanges": true,
"preValidation": {
"purchaseOrderDraft": true,
"purchaseOrderQuerying": true,
"changeOrderDraft": true,
"configurationOrderDraft": true,
"terminationOrder": true,
"productRequest": true
},
"splitBilling": {
"enabled": true,
"type": "text"
},
"subscriptionCessation": {
"enabled": true,
"mode": "Termination"
}
},
"statistics": {
"itemCount": 1,
"ordersPlacedCount": 1,
"agreementCount": 1,
"subscriptionCount": 1,
"requestCount": 1
}
}
]
},
"applicableTo": "text",
"type": "text",
"buyer": {
"id": "text",
"icon": "text",
"name": "text"
},
"licensee": {
"id": "text",
"icon": "text",
"name": "text",
"externalId": "text"
},
"eligibility": {
"client": true,
"partner": true
},
"status": "text",
"notes": "text",
"statusNotes": {
"id": "text",
"message": "text",
"parameters": null
},
"assignee": {
"id": "text",
"icon": "text",
"name": "text"
},
"parameters": {
"ordering": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Order",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
},
"displayValue": "text",
"value": null
}
],
"fulfillment": [
{
"id": "text",
"externalId": "text",
"name": "text",
"type": "SingleLineText",
"phase": "Order",
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"constraints": {
"hidden": true,
"readonly": true,
"required": true
},
"displayValue": "text",
"value": null
}
]
},
"error": {
"id": "text",
"message": "text",
"parameters": null
},
"template": {
"id": "text",
"name": "text",
"type": "CertificateActivated"
}
}
Last updated
Was this helpful?