Update PDT

PATCH {{url}}/{{tenantName}}/{{instanceName}}/pdts/{{core_type_name}}/{{core_type_id}}

This endpoint allows for updating an existing record of a specific Profile Data Type (PDT) identified by its unique core_type_id and core_type_name. The HTTP method used is PATCH. The request body should contain the updated values for the fields that need to be modified. The response will include the updated record of the PDT with the new values for the specified fields. If the core_type_id or core_type_name provided in the URL path does not match any existing record, the response will return a 404 status code.

Note:

  • phone: when working with patients and fields such as phone, phone must be specified in the international format, E.164 format, without zero

Request Body

{"text_field"=>"text4", "number_field"=>4, "boolean_field"=>false}