Create an invoice
Create a new invoice for the organization
Request body
Example request
{
"dueDate": "2016-07-22",
"invoiceDate": "2016-07-22",
"servicePeriodEndDate": "2016-07-22",
"servicePeriodStartDate": "2016-07-22"
}Response
Example response
{
"canceledAt": "2016-07-22T00:00:00Z",
"createdAt": "2016-07-22T00:00:00Z",
"dueDate": "2016-07-22",
"invoiceDate": "2016-07-22",
"servicePeriodEndDate": "2016-07-22",
"servicePeriodStartDate": "2016-07-22",
"updatedAt": "2016-07-22T00:00:00Z"
}Changes
Changed in 3 of the 45 revisions of this API.314
- ○
added the new optional request property
currencyCodenew-optional-request-property
- ○
- ○
added the required property
currencyCodeto the response with the200statusresponse-required-property-added
- ○
- ▲
the
lineItems/items/unitPricerequest property type/format changed from/tonumber/request-property-type-changed
- ▲
the
amountresponse's property type/format changed from/tonumber/for status200response-property-type-changed
- ▲
the
lineItems/items/unitPriceresponse's property type/format changed from/tonumber/for status200response-property-type-changed
- ●
removed
Dollarsubschema #2from thelineItems/items/unitPricerequest propertyallOflistrequest-property-all-of-removed
- ○
removed
Dollarsubschema #2from thelineItems/items/unitPriceresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
NonNegativeDollarsubschema #2from theamountresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲