POST api/AccountsRPT/ProfitAndLoss
Request Information
URI Parameters
None.
Body Parameters
PLSFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| PartyGroupName | string |
None. |
|
| IsAccourdingToSetting | boolean |
None. |
|
| IsExcludeZero | boolean |
None. |
|
| IsOnClosingBalanceType | boolean |
None. |
|
| IsMonthWise | boolean |
None. |
|
| IsTradingProfit | boolean |
None. |
|
| MonthVal | integer |
None. |
|
| YearVal | integer |
None. |
|
| IsAllDate | boolean |
None. |
|
| IsSingleDate | boolean |
None. |
|
| IsTillDate | boolean |
None. |
|
| IsDateRange | boolean |
None. |
|
| SingleDate | string |
None. |
|
| TillDate | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| SBUID | integer |
None. |
|
| CropSeasonID | integer |
None. |
|
| SBUName | string |
None. |
|
| CurrencyID | integer |
None. |
|
| CurrencyName | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartyGroupName": "sample string 1",
"IsAccourdingToSetting": true,
"IsExcludeZero": true,
"IsOnClosingBalanceType": true,
"IsMonthWise": true,
"IsTradingProfit": true,
"MonthVal": 7,
"YearVal": 8,
"IsAllDate": true,
"IsSingleDate": true,
"IsTillDate": true,
"IsDateRange": true,
"SingleDate": "sample string 13",
"TillDate": "sample string 14",
"FromDate": "sample string 15",
"ToDate": "sample string 16",
"SBUID": 17,
"CropSeasonID": 18,
"SBUName": "sample string 19",
"CurrencyID": 20,
"CurrencyName": "sample string 21",
"UserID": 22
}
application/xml, text/xml
Sample:
<PLSFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroFlour_API.Models"> <CropSeasonID>18</CropSeasonID> <CurrencyID>20</CurrencyID> <CurrencyName>sample string 21</CurrencyName> <FromDate>sample string 15</FromDate> <IsAllDate>true</IsAllDate> <IsDateRange>true</IsDateRange> <IsSingleDate>true</IsSingleDate> <IsTillDate>true</IsTillDate> <SBUID>17</SBUID> <SBUName>sample string 19</SBUName> <SingleDate>sample string 13</SingleDate> <TillDate>sample string 14</TillDate> <ToDate>sample string 16</ToDate> <UserID>22</UserID> <IsAccourdingToSetting>true</IsAccourdingToSetting> <IsExcludeZero>true</IsExcludeZero> <IsMonthWise>true</IsMonthWise> <IsOnClosingBalanceType>true</IsOnClosingBalanceType> <IsTradingProfit>true</IsTradingProfit> <MonthVal>7</MonthVal> <PartyGroupName>sample string 1</PartyGroupName> <YearVal>8</YearVal> </PLSFilters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |