invoice
Name | Description |
---|---|
id Required | Number Unique ID on the invoice on the platform. |
from_date Required | Date Start of the billing period. |
to_date Required | Date End of the billing period. |
amount Required | Decimal Invoiced amount. |
{
"id": 112,
"from_date": "2016-03-13",
"to_date": "2016-03-13",
"amount": 56.78
}