POST api/PaperTest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
papertest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PaperTestID": "2e5d442e-e844-46a1-8a11-de9dab152bd3",
  "TrainingClassAttendeeID": "eb3bb795-8f3d-4a73-83fb-6c5a67463113",
  "TrainingType_CompanyID": "b04fbe4b-92b6-4cd2-af16-6f55e87b3f82",
  "TakenDateTime": "2025-12-16T07:53:08.7113177-05: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": "77336399-3d8e-4d97-ba13-8b11bfd087a0",
  "TrainingClassAttendeeID": "51b26b08-e611-46f4-a313-b5182487342e",
  "TrainingType_CompanyID": "83aa4353-91b4-498b-aee6-7d72d7f100f1",
  "TakenDateTime": "2025-12-16T07:53:08.7113177-05:00",
  "Taken": true,
  "Score": 5.1,
  "Passed": true,
  "Deleted": true
}