Persists one or more asset costs
Persists one or more asset costs
- application/json
Request Body required
items undefined[] required
account string
assetIdentifier string
cost int64
costIdentifier string
description string
invoice string
provider string
retrievedAt string
usageAmount string
usageEndTime string
usageStartTime string
usageType string
usageUnit string
workspaceIdentifier string
Responses
- 200
- 400
- 401
- 403
- 500
Costs successfully persisted
Validation error of supplied parameters/body
- application/json
- Schema
- Example (from schema)
Schema
code int32
fieldErrors undefined[]
errCode string
field string
message string
message string
{
"code": 0,
"fieldErrors": [
{
"errCode": "string",
"field": "string",
"message": "string"
}
],
"message": "string"
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...