Certificate

A certificate is issued to a client or partner as confirmation that they meet a specific program's requirements. This document is proof that the client or partner has adhered to the vendor's standards and is now eligible to purchase or access their products.

The following rules apply to certificates:

  • A certificate can only be created or re-enrolled for published programs.

  • A client or partner can re-enroll for a certificate if it's in Active or Expired status. Re-enrollment is not permitted for terminated certificates.

  • A certificate can automatically expire on its expiration date, changing its status to Expired.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The business identifier of the certificate.

Example: CER-1234-5678-9012

href

string

The resource URI of the certificate.

Example: /v1/program/certificates/CER-1234-5678-9012

program

object (program)

The program to which this certificate applies.

Example:

client

object (account)

The client or partner to whom the certificate belongs.

Example:

applicableTo

string

Defines the scope in which the given enrollment has been created. Allowed values: buyer or licensee.

buyer

object

A reference to the buyer object if the enrollment applies to the buyer.

Example:

licensee

object

A reference to the licensee object if the enrollment applies to the licensee.

Example:

eligibility

eligibility

Configuration of the partner program.

Example:

externalIds

Identifier for the external system.

Example:

status

enum

The certificate's status. Allowed values: pending, updating, active, terminated, or expired.

expirationDate

dateTime

The expiration date of the certificate. When the date has passed, the system expires the certificate.

Example: 2025-12-04

template

Example:

parameters.fulfillment

An object that holds a concise definition of a parameter, its value, and any associated errors.

Example:

parameters.ordering

An object that holds a concise definition of a parameter, its value, and any associated errors.

Example:

audit

object

A reference to the audit object.

Parameter value

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The identifier of the parameter definition this value refers to.

Example: PAR-1234-1234-1234

externalId

string

The ID of the parameter in the external system.

Example: MPNID

type

string

The type of the parameter definition.

Example: SingleLineText

name

string

The display name of the parameter.

Example: Microsoft Partner Network ID

value

string

The value of the parameter.

Example: 65272478BB01A12

Example response

Last updated

Was this helpful?