GET api/AccIncListQ?Quarter={Quarter}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Quarter | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"MFirstName": "sample string 1",
"MSecondName": "sample string 2",
"MThirdName": "sample string 3",
"AccIncItems": [
{
"$id": "2",
"ord": 1,
"AccName": "sample string 2",
"IsBold": 3,
"IsTitle": 4,
"IsTot": 5,
"GroupId": 6,
"MFirst": 7.1,
"MSecond": 8.1,
"MThird": 9.1,
"MTotal": 10.1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}