POST api/CertificateApi/Provision?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Certificate
NameDescriptionTypeAdditional information
Id

integer

None.

Email

string

Max length: 250

UserId

integer

None.

FriendlyName

string

Max length: 250

Issuer

string

Max length: 500

IssuerName

string

Max length: 500

NotAfter

date

None.

NotBefore

date

None.

SerialNumber

string

Max length: 250

Subject

string

Max length: 500

SubjectName

string

Max length: 500

AddDateTime

date

None.

RawData

string

None.

RawDataKey

string

Max length: 250

ProcessedDateTime

date

None.

CertificateType

CertificateType

None.

CertificateAuthority

CertificateAuthority

None.

IsValid

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Email": "sample string 2",
  "UserId": 1,
  "FriendlyName": "sample string 3",
  "Issuer": "sample string 4",
  "IssuerName": "sample string 5",
  "NotAfter": "2025-10-25T03:36:16.0119095+00:00",
  "NotBefore": "2025-10-25T03:36:16.0119095+00:00",
  "SerialNumber": "sample string 8",
  "Subject": "sample string 9",
  "SubjectName": "sample string 10",
  "AddDateTime": "2025-10-25T03:36:16.0119095+00:00",
  "RawData": "sample string 12",
  "RawDataKey": "sample string 13",
  "ProcessedDateTime": "2025-10-25T03:36:16.0119095+00:00",
  "CertificateType": 0,
  "CertificateAuthority": 0,
  "IsValid": false
}