POST api/Invoice/GetFiscalAccountStatement
Created By: Mounika Created Date:26-02-2018 Get Fiscal Account Statement list.
Request Information
URI Parameters
None.
Body Parameters
FiscalAccountStatement| Name | Description | Type | Additional information |
|---|---|---|---|
| StatementFor | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| AmountType | integer |
None. |
|
| SalesPersonID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatementFor": 1,
"StartDate": "2020-02-27T04:54:28.5173062+11:00",
"EndDate": "2020-02-27T04:54:28.5173062+11:00",
"AmountType": 2,
"SalesPersonID": 3
}
application/xml, text/xml
Sample:
<FiscalAccountStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <AmountType>2</AmountType> <EndDate>2020-02-27T04:54:28.5173062+11:00</EndDate> <SalesPersonID>3</SalesPersonID> <StartDate>2020-02-27T04:54:28.5173062+11:00</StartDate> <StatementFor>1</StatementFor> </FiscalAccountStatement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.