PUT v1/SubscriptionProductCustomFields
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Put.SubscriptionProductCustomFieldName | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
subscriptionProductId | integer |
Range: inclusive between 1 and 9.22337203685478E+18 |
|
value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "key": "sample string 1", "subscriptionProductId": 2, "value": {} }
Response Information
Resource Description
Common.Dto.Get.SubscriptionCustomFieldName | Description | Type | Additional information |
---|---|---|---|
key | string |
None. |
|
friendlyName | string |
None. |
|
dataType | string |
None. |
|
value | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "key": "sample string 1", "friendlyName": "sample string 2", "dataType": "sample string 3", "value": {} }