POST v1_1/api/MyAccount/CertificateInsertUpdateDelete
Request Information
URI Parameters
None.
Body Parameters
CertificationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Type | boolean |
None. |
|
UserID | string |
None. |
|
CertificationTitle | string |
Required |
|
InstitutionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Type": true, "UserID": "sample string 3", "CertificationTitle": "sample string 4", "InstitutionName": "sample string 5" }
application/xml, text/xml
Sample:
<Certification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CsharpCornerAPI.Models.v1_0"> <CertificationTitle>sample string 4</CertificationTitle> <Id>1</Id> <InstitutionName>sample string 5</InstitutionName> <Type>true</Type> <UserID>sample string 3</UserID> </Certification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |