PUT api/v1/organizationusercustomers/{customerkey}/product/{productcode}/subscription
Endpoint that add or update the subscription status for a customer.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerkey |
Unique Customer Key of the partner system. |
string |
Required |
| productcode |
Product Code |
string |
Required |
Body Parameters
Subscription changes to be applied
SubscriptionModificationVM| Name | Description | Type | Additional information |
|---|---|---|---|
| PricingCode | string |
None. |
|
| ExpiryDate | date |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pricingCode": "sample string 1",
"expiryDate": "2025-12-15T10:18:01.8963507+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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.