POST api/Account/certificateGen/Generate
Request Information
URI Parameters
None.
Body Parameters
GenerateCertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid | integer |
None. |
|
| courseid | integer |
None. |
|
| overrideExisting | boolean |
None. |
|
| sendEmail | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"memberid": 1,
"courseid": 2,
"overrideExisting": true,
"sendEmail": true
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"