POST api/expenditure/update
Request Information
URI Parameters
None.
Body Parameters
ExpenditureUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OfficeId | integer |
None. |
|
| MonthNo | integer |
None. |
|
| FinYear | integer |
None. |
|
| MH_ID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| UpdateBy | integer |
None. |
|
| Exp_Type | integer |
None. |
|
| LoginType | integer |
None. |
|
| AppLoginId | string |
None. |
|
| AppPassword | string |
None. |
|
| WSName | string |
None. |
|
| APIId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OfficeId": 1,
"MonthNo": 2,
"FinYear": 3,
"MH_ID": 4,
"Amount": 5.0,
"UpdateBy": 6,
"Exp_Type": 7,
"LoginType": 8,
"AppLoginId": "sample string 9",
"AppPassword": "sample string 10",
"WSName": "sample string 11",
"APIId": 12
}
application/xml, text/xml
Sample:
<ExpenditureUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelAccesLayer.ViewModel.Request"> <APIId>12</APIId> <Amount>5</Amount> <AppLoginId>sample string 9</AppLoginId> <AppPassword>sample string 10</AppPassword> <Exp_Type>7</Exp_Type> <FinYear>3</FinYear> <LoginType>8</LoginType> <MH_ID>4</MH_ID> <MonthNo>2</MonthNo> <OfficeId>1</OfficeId> <UpdateBy>6</UpdateBy> <WSName>sample string 11</WSName> </ExpenditureUpdateRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.