POST api/invoice/getallinvoicedetailsforyapily
Get all invoice details needed for Yapily transaction matching on money due in
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Invoices.Command.YapilyAllInvoiceFilterDataContractName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "FromDate": "2025-01-18T04:51:47.5784971Z", "ToDate": "2025-01-18T04:51:47.5784971Z" }
Response Information
Resource Description
A list of YapilyInvoiceDetailsDataContract
Collection of Dezrez.Core.DataContracts.Accounts.Invoices.Query.YapilyInvoiceDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
InvoiceId | integer |
None. |
|
DueDate | date |
None. |
|
Amount | decimal number |
None. |
|
PeriodicLength | string |
None. |
|
References | Collection of Dezrez.Core.DataContracts.External.Api.Finances.BankReferenceDataContract |
None. |
Response Formats
application/json, text/json
Sample:
[ { "InvoiceId": 1, "DueDate": "2025-01-18T04:51:47.5784971Z", "Amount": 3.0, "PeriodicLength": "sample string 4", "References": [ { "Reference": "sample string 1", "Id": 2 }, { "Reference": "sample string 1", "Id": 2 } ] }, { "InvoiceId": 1, "DueDate": "2025-01-18T04:51:47.5784971Z", "Amount": 3.0, "PeriodicLength": "sample string 4", "References": [ { "Reference": "sample string 1", "Id": 2 }, { "Reference": "sample string 1", "Id": 2 } ] } ]