Datapoints
Patch Datapoint
Updates a datapoint in the Isometric system. Associated components and removals will be recalculated, if they are not in an immutable state.
PATCH
/
datapoints
/
{id}
Authorizations
Authorization
string
headerrequiredA JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
x-client-secret
string
requiredA secret token identifying the client connecting to the API
Path Parameters
id
string
requiredBody
application/json
description
default: {"__typename":"Undefined"}
display_name
default: {"__typename":"Undefined"}
Required string length:
1 - 100
quantity
object
source_ids
Overwrite existing source IDs
type
default: {"__typename":"Undefined"}
Available options:
CONSTANT
, STANDARD_PUBLISHED_VALUE
, REPORTED
, ASSUMPTION
, DERIVED
Response
200 - application/json
description
string | null
requireddisplay_name
string
requiredid
string
requiredRequired string length:
20 - 36
measured_at
string | null
requiredmeasurement_location_id
string | null
requiredRequired string length:
20 - 36
quantity
object
requiredsource_ids
string[]
requiredsupplier_reference_id
string | null
requiredtype
enum<string>
requiredAvailable options:
CONSTANT
, STANDARD_PUBLISHED_VALUE
, REPORTED
, ASSUMPTION
, DERIVED
Was this page helpful?