PUT api/v1/organizationusercustomers/{customerkey}/product/{productcode}/subscription

Endpoint that add or update the subscription status for a customer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerkey

Unique Customer Key of the partner system.

string

Required

productcode

Product Code

string

Required

Body Parameters

Subscription changes to be applied

SubscriptionModificationVM
NameDescriptionTypeAdditional information
PricingCode

string

None.

ExpiryDate

date

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pricingCode": "sample string 1",
  "expiryDate": "2025-04-03T23:38:16.9549901+00:00",
  "remark": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A record with an HTTP 200, or null with an HTTP 404.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.