PUT
/
cost
/
{id}
curl --request PUT \
  --url https://api.cloud.flexprice.com/v1/cost/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "id": "<string>",
  "status": "<string>"
}'
{
  "created_at": "<string>",
  "id": "<string>",
  "meter_id": "<string>",
  "price_id": "<string>",
  "status": "published",
  "updated_at": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Cost Sheet ID

Body

application/json

Cost sheet configuration

The body is of type object.

Response

200
application/json

OK

The response is of type object.