POST api/PaperTest
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| papertest | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PaperTestID": "d4d875c7-1542-4293-ad39-977483389185",
"TrainingClassAttendeeID": "8eef54d4-3095-49cc-a751-dcf19cdc5750",
"TrainingType_CompanyID": "d600dfa9-6d8a-4d02-8dfa-19617fc956f0",
"TakenDateTime": "2026-08-25T14:00:24.0824666-04:00",
"Taken": true,
"Score": 5.1,
"Passed": true,
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"PaperTestID": "131862ef-e032-4d24-9f6f-e9a02619408f",
"TrainingClassAttendeeID": "1eefdbdf-9f69-4031-9c69-b31f367d5c14",
"TrainingType_CompanyID": "a3c8d447-03c5-48c1-b9a1-8624096865e0",
"TakenDateTime": "2026-08-25T14:00:24.0979536-04:00",
"Taken": true,
"Score": 5.1,
"Passed": true,
"Deleted": true
}