Skip to main content
PUT
Update data source by hubId, dataTypeName, dataId

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

hubId
string
required

Fundamental entity within an organization, serving as the central point for managing various operational components. Use Use GET /hubs endpoint to get the list of Hub IDs. Example: 634e98498ce07d29474a7e29

dataTypeName
string
required

Name of data type. Use GET /data-types API to get the list of dataType Name. Example: Pegawai

dataId
string
required

Primary key data of the data type. Use GET /data API to get the list primary key data of dataType. Example: anas

Body

application/json
dataId
string
required

The identifier of fields from data type. Example: anas

dataTypeId
string
required

The identifier of data type. Use GET /data-types API to get the list of Data Type IDs. Example: 642d165e6a88ff136c692853

hubId
string
required

Fundamental entity within an organization, serving as the central point for managing various operational components. Use GET /hubs endpoint to get the list of Hub IDs. Example: 634e98498ce07d29474a7e29

address
string

The dynamic field, address. Use GET /data-types API to get detail fields of data source. Example: jakarta

golongan
string

The dynamic field, golongan. Use GET /data-types API to get detail fields of data source. Example: A

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

data
object

Detail of object data source.