POST api/expense/saveexpense
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | integer |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": 3,
"StatusCode": 4
}
application/xml, text/xml
Sample:
<ApiResponseOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Business.Api"> <Data>3</Data> <Message>sample string 2</Message> <StatusCode>4</StatusCode> <Success>true</Success> </ApiResponseOflong>