v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Custom Field

Update an existing set of custom fields

Updates an existing set of custom fields for a given parent object type and id. On success the update custom fields are returned.

put/customField/{parentObjectType}/{parentObjectId}/{customFieldName}

Path parameters

parentObjectTypestring required

Object type custom fields are attached to. Available Object Types: ACCOUNT, ORDER, ORDER_ITEM, PLAN, CHARGE, INVOICE, SUBSCRIPTION_ITEM,OPPORTUNITY

parentObjectIdstring required

Id of the parent object

customFieldNamestring required

Name of the custom field to be updated

Request body

valuestring
selectionsstring[]

Response

successful operation