POST CompletionStatus
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Parameters": { "UserName": "example@fake.com", "UserLogin": "somename", "Password": "123456789", "extcourseid": "example School 1", "extcertificationid": "example Cert 1", "AdminUserName": "superadmin@fake.com" } }
application/xml, text/xml
Sample:
<CompletionStatusRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Parameters> <AdminUserName>superadmin@fake.com</AdminUserName> <Password>123456789</Password> <UserLogin>somename</UserLogin> <UserName>example@fake.com</UserName> <extcertificationid>example Cert 1</extcertificationid> <extcourseid>example School 1</extcourseid> </Parameters> </CompletionStatusRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.