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": "2024-11-21T09:34:01.7403464Z", "ToDate": "2024-11-21T09:34:01.7403464Z" }
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": "2024-11-21T09:34:01.755975Z", "Amount": 3.0, "PeriodicLength": "sample string 4", "References": [ { "Reference": "sample string 1", "Id": 2 }, { "Reference": "sample string 1", "Id": 2 } ] }, { "InvoiceId": 1, "DueDate": "2024-11-21T09:34:01.755975Z", "Amount": 3.0, "PeriodicLength": "sample string 4", "References": [ { "Reference": "sample string 1", "Id": 2 }, { "Reference": "sample string 1", "Id": 2 } ] } ]