CostSheets
CreditGrants
Credit Notes
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Plans
Integrations
Subscriptions
Tenants
Users
CostSheets
Create a new cost sheet
Create a new cost sheet with the specified configuration
POST
/
cost
Copy
curl --request POST \
--url https://api.cloud.flexprice.com/v1/cost \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"meter_id": "<string>",
"price_id": "<string>"
}'
Copy
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Body
application/json
Cost sheet configuration
The body is of type object
.
Response
201
application/json
Created
The response is of type object
.
Copy
curl --request POST \
--url https://api.cloud.flexprice.com/v1/cost \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"meter_id": "<string>",
"price_id": "<string>"
}'
Copy
{
"created_at": "<string>",
"id": "<string>",
"meter_id": "<string>",
"price_id": "<string>",
"status": "published",
"updated_at": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.