ImportInvoiceResponse
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ImportInvoiceResponse.jsoncountint64required
Number of invoices imported
messagestringrequired
Status message
uuidsstring[]nullablerequired
List of imported invoice UUIDs
ImportInvoiceResponse
{
"$schema": "https://example.com/schemas/ImportInvoiceResponse.json",
"count": 0,
"message": "string",
"uuids": "Unknown Type: array,null"
}