GET api/Tripexpenses/GET_cashexpense?CATEGID={CATEGID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CATEGID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"Amount": 3.0,
"CategoryId": 4,
"Status": 5,
"TYPE": 6
},
{
"ID": 1,
"Name": "sample string 2",
"Amount": 3.0,
"CategoryId": 4,
"Status": 5,
"TYPE": 6
},
{
"ID": 1,
"Name": "sample string 2",
"Amount": 3.0,
"CategoryId": 4,
"Status": 5,
"TYPE": 6
}
]