Authorizations
Path Parameters
Body
application/json
Response
Successful response
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>"
}
}
Show child attributes
Successful response
Show child attributes
Was this page helpful?