PUT api/PFWithdrawalDueEntry/Update
Request Information
URI Parameters
None.
Body Parameters
PFWithdrawalDueEntryUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| DueId | integer |
Required |
|
| BookId | integer |
Required |
|
| AccBookTypeId | integer |
Required |
|
| WithdrawDate | string |
Required |
|
| PfRegId | integer |
Required |
|
| WithdrawAmount | decimal number |
Required |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
|
| FinYearId | integer |
Required |
|
| Remarks | string |
String length: inclusive between 0 and 300 |
Request Formats
application/json, text/json
Sample:
{
"DueId": 1,
"BookId": 2,
"AccBookTypeId": 3,
"WithdrawDate": "sample string 4",
"PfRegId": 5,
"WithdrawAmount": 6.0,
"UpdateUser": 7,
"UpdateIp": "sample string 8",
"FinYearId": 9,
"Remarks": "sample string 10"
}
application/xml, text/xml
Sample:
<PFWithdrawalDueEntryUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AccBookTypeId>3</AccBookTypeId> <BookId>2</BookId> <DueId>1</DueId> <FinYearId>9</FinYearId> <PfRegId>5</PfRegId> <Remarks>sample string 10</Remarks> <UpdateIp>sample string 8</UpdateIp> <UpdateUser>7</UpdateUser> <WithdrawAmount>6</WithdrawAmount> <WithdrawDate>sample string 4</WithdrawDate> </PFWithdrawalDueEntryUpdateVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.