GET api/Tripexpenses/GET_cashexpenseBYId/{ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ID | 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
}