Skip to main content
PATCH
Partially update a Datum's value, currency, or comment.

Authorizations

Authorization
string
header
required

Your valid bearer token. All Auth tokens persist for all requests. Make sure to replace Client Credential Basic tokens with Bearer tokens after retrieving your bearer token. Go to the API Reference/Setup, User Guides/Initial Setup, or API Reference/Get API Access Token page to get your token.

Path Parameters

datum_id
string
required

Body

application/json
value
string
Minimum string length: 1
currency
enum<string>
Available options:
AED,
AUD,
BDT,
BRL,
CAD,
CHF,
CNY,
COP,
CZK,
DKK,
EUR,
GBP,
GHS,
HKD,
IDR,
ILS,
INR,
JPY,
JOD,
KES,
KRW,
MXN,
NGN,
NOK,
NZD,
PEN,
PHP,
SAR,
SGD,
USD,
PKR,
THB,
TRY,
TWD,
TZS,
VND,
SEK,
ISK,
ZAR
comments
object[]

Response

200 - application/json
id
string
required
value
string
required
Minimum string length: 1
currency
enum<string> | null
required
Available options:
AED,
AUD,
BDT,
BRL,
CAD,
CHF,
CNY,
COP,
CZK,
DKK,
EUR,
GBP,
GHS,
HKD,
IDR,
ILS,
INR,
JPY,
JOD,
KES,
KRW,
MXN,
NGN,
NOK,
NZD,
PEN,
PHP,
SAR,
SGD,
USD,
PKR,
THB,
TRY,
TWD,
TZS,
VND,
SEK,
ISK,
ZAR
comments
object[]
required