POST api/expenditure/detail-final
Request Information
URI Parameters
None.
Body Parameters
ExpenditureFinalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FinYear | integer |
None. |
|
| MonthSrlNo | integer |
None. |
|
| DeptId | integer |
None. |
|
| OfficeId | integer |
None. |
|
| 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:
{
"FinYear": 1,
"MonthSrlNo": 2,
"DeptId": 3,
"OfficeId": 4,
"Type": 5,
"LoginType": 6,
"AppLoginId": "sample string 7",
"AppPassword": "sample string 8",
"WSName": "sample string 9",
"APIId": 10
}
application/xml, text/xml
Sample:
<ExpenditureFinalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelAccesLayer.ViewModel.Request"> <APIId>10</APIId> <AppLoginId>sample string 7</AppLoginId> <AppPassword>sample string 8</AppPassword> <DeptId>3</DeptId> <FinYear>1</FinYear> <LoginType>6</LoginType> <MonthSrlNo>2</MonthSrlNo> <OfficeId>4</OfficeId> <Type>5</Type> <WSName>sample string 9</WSName> </ExpenditureFinalRequest>
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.