GET api/report/getInvoiceCount?from={from}&to={to}
İstek Bilgisi
URI Parametreleri
İsim | Açıklama | Tip | Ek bilgi |
---|---|---|---|
from | date |
Required |
|
to | date |
Required |
Gövde Parametreleri
Yok.
Yanıt Bilgisi
Kaynak Açıklaması
Collection of InvoiceCountReportViewModelİsim | Açıklama | Tip | Ek bilgi |
---|---|---|---|
Direction | string |
Yok. |
|
TaxNo | string |
Yok. |
|
Profile | string |
Yok. |
|
TotalCount | integer |
Yok. |
|
TotalAmount | decimal number |
Yok. |
Yanıt Formatı
application/json, text/json
Örnek:
[ { "direction": "sample string 1", "taxNo": "sample string 2", "profile": "sample string 3", "totalCount": 4, "totalAmount": 5.0 }, { "direction": "sample string 1", "taxNo": "sample string 2", "profile": "sample string 3", "totalCount": 4, "totalAmount": 5.0 } ]
text/html
Örnek:
[{"direction":"sample string 1","taxNo":"sample string 2","profile":"sample string 3","totalCount":4,"totalAmount":5.0},{"direction":"sample string 1","taxNo":"sample string 2","profile":"sample string 3","totalCount":4,"totalAmount":5.0}]
application/xml, text/xml
Örnek:
<ArrayOfInvoiceCountReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DP.NetInvoice.View.Models"> <InvoiceCountReportViewModel> <Direction>sample string 1</Direction> <Profile>sample string 3</Profile> <TaxNo>sample string 2</TaxNo> <TotalAmount>5</TotalAmount> <TotalCount>4</TotalCount> </InvoiceCountReportViewModel> <InvoiceCountReportViewModel> <Direction>sample string 1</Direction> <Profile>sample string 3</Profile> <TaxNo>sample string 2</TaxNo> <TotalAmount>5</TotalAmount> <TotalCount>4</TotalCount> </InvoiceCountReportViewModel> </ArrayOfInvoiceCountReportViewModel>