GET api/v1/organizationusercustomers/{customerkey}/product/{productcode}/subscription
Endpoint that get the subscription status for an organization user.
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
None.
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.