PUT api/TrainingType/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
trainingtype | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TrainingTypeID": "8510ac53-52ed-42c5-a7c2-0bfc3f0bfcad", "Name": "sample string 2", "Description": "sample string 3", "ActiveStart": "2024-10-06T06:18:32.8557443-04:00", "ActiveEnd": "2024-10-06T06:18:32.8557443-04:00", "Deleted": true, "CertificateClassName": "sample string 5", "CertificateSubtext": "sample string 6", "TrainingTypeDescriptionHTML": "sample string 7", "CertificateNumberMask": "sample string 8", "CertificateTemplatePath": "sample string 9", "TrainingLetterTemplatePath": "sample string 10", "ExpirationMonths": 1, "MaxStudents": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.