Update Custom Field on Subscription

This call allows you to edit the value of a Custom Field on a Subscription.

Body Params
string

This is the unique key of the Custom Field you wish to modify.

int32

This is the Id of the Subscription in which the Custom Field exists.

string

This is the value you wish to update the custom field to. This will always be the string version of the value. If you wish to pass a number, for example, pass it as "123". Likewise, a DateTime would be passed as "2014-06-26T04:00:00". We will use the known data type of the custom field to properly convert the String to a Number, DateTime, etc.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json