v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
institutions

Custom fields values files upload

Uploads a CSV containing values for a specific custom field of type <b>dropdown_large_list</b>. The <code>custom_field_id</code> path parameter accepts both classic custom field IDs (legacy) and underlying field IDs (v2). The lookup is performed automatically — no additional parameter is required. More details in the <a href="#custom_fields">Custom Fields section</a>

post/account/institution/custom_fields/{custom_field_id}/items/upload

Path parameters

custom_field_idinteger required

Identifier of the custom field or underlying field (v2) of type <b>dropdown_large_list</b>

Response

OK

object required

Example response

{
  "code": 200,
  "message": "OK"
}