XML Validation and Generation
Validate report data and generate submission-ready XML.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
report_idstring · uuidRequired
Responses
200
Successful Response
application/json
validbooleanRequired
error_countintegerRequired
warning_countintegerRequired
422
Validation Error
application/json
post
/reports/{report_id}/validateAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
report_idstring · uuidRequired
Responses
200
XML file ready for submission
application/xml
422
Validation errors — fix before generating
post
/reports/{report_id}/generateLast updated