PUT api/v3/Certificates
Request Information
URI Parameters
None.
Body Parameters
CertificateName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
CertificateUrl | string |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
TenantId | integer |
None. |
|
CreatorName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "CertificateUrl": "sample string 3", "CreatedBy": 4, "CreatedDate": "2024-12-30T22:24:36.7520857Z", "ModifiedBy": 6, "ModifiedDate": "2024-12-30T22:24:36.7520857Z", "TenantId": 8, "CreatorName": "sample string 9" }
text/html
Sample:
{"Id":1,"Name":"sample string 2","CertificateUrl":"sample string 3","CreatedBy":4,"CreatedDate":"2024-12-30T22:24:36.7520857Z","ModifiedBy":6,"ModifiedDate":"2024-12-30T22:24:36.7520857Z","TenantId":8,"CreatorName":"sample string 9"}
text/xml
Sample:
<Certificate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.DbContexts.DbEntities"> <CertificateUrl>sample string 3</CertificateUrl> <CreatedBy>4</CreatedBy> <CreatedDate>2024-12-30T22:24:36.7520857Z</CreatedDate> <CreatorName>sample string 9</CreatorName> <Id>1</Id> <ModifiedBy>6</ModifiedBy> <ModifiedDate>2024-12-30T22:24:36.7520857Z</ModifiedDate> <Name>sample string 2</Name> <TenantId>8</TenantId> </Certificate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>