curl --request PUT \
--url https://app.flowglad.com/api/v1/pricing-models/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pricingModel": {
"id": "<string>",
"isDefault": true,
"name": "<string>"
}
}
'{
"pricingModel": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"isDefault": true,
"name": "<string>"
}
}curl --request PUT \
--url https://app.flowglad.com/api/v1/pricing-models/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"pricingModel": {
"id": "<string>",
"isDefault": true,
"name": "<string>"
}
}
'{
"pricingModel": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"isDefault": true,
"name": "<string>"
}
}Successful response
Show child attributes
Epoch milliseconds.
-9007199254740991 <= x <= 9007199254740991Epoch milliseconds.
-9007199254740991 <= x <= 9007199254740991Was this page helpful?