POST api/PartnerCert

Add new Cert

Request Information

URI Parameters

None.

Body Parameters

PartnerCert
NameDescriptionTypeAdditional information
PartnerCertId

integer

None.

PartnerId

integer

None.

CertType

integer

None.

Name

string

None.

Number

string

None.

Expiration

date

None.

Request Formats

application/json, text/json

Sample:
{
  "partnerCertId": 1,
  "partnerId": 2,
  "certType": 3,
  "name": "sample string 4",
  "number": "sample string 5",
  "expiration": "2025-12-08T04:03:18.0561721Z"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PartnerCert'.

Response Information

Resource Description

None.