Usages
Last updated
Last updated
POST
https://api.piriod.com/usages/
Creates a new Usage object.
Name | Type | Description |
---|---|---|
GET
https://api.piriod.com/usages/
Retrieves a list of Usages objects.
DELETE
https://api.piriod.com/usages/{{id}}/
Destroy a Usage object.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
subscription_line
string
ID of a Subscription Line object.
date_time
string
Datetime of usage record. Format YYYY-MM-DD HH:mm:ss
quantity
number
The usage quantity for the specified datetime.
date_time
string
Datetime to filter usage records.
subscription_line
string
ID to filter usage records by Subscription Line object.
id
string
ID of the Usage object.