ListPayableDocumentSuggestions200Response (object)
| Field | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elements
|
Example (JSON)
{
"data": [
{
"payable_type": "Invoice",
"payable_id": 0,
"payable_label": "string",
"contact_id": 0,
"contact_name": "string",
"contact_first_name": "string",
"amount_total_cents": 0,
"amount_open_cents": 0,
"match_reasons": [
"amount"
],
"suggested_amount_cents": 0
}
]
}