POST api/PFWithdrawalDueEntry/Save

Request Information

URI Parameters

None.

Body Parameters

PFWithdrawalDueEntrySaveVM
NameDescriptionTypeAdditional information
BookId

integer

Required

AccBookTypeId

integer

Required

WithdrawRefNo

string

Required

String length: inclusive between 0 and 20

WithdrawDate

string

Required

PfRegId

integer

Required

WithdrawAmount

decimal number

Required

CreateUser

integer

Required

CreateIp

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:
{
  "BookId": 1,
  "AccBookTypeId": 2,
  "WithdrawRefNo": "sample string 3",
  "WithdrawDate": "sample string 4",
  "PfRegId": 5,
  "WithdrawAmount": 6.0,
  "CreateUser": 7,
  "CreateIp": "sample string 8",
  "FinYearId": 9,
  "Remarks": "sample string 10"
}

application/xml, text/xml

Sample:
<PFWithdrawalDueEntrySaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AccBookTypeId>2</AccBookTypeId>
  <BookId>1</BookId>
  <CreateIp>sample string 8</CreateIp>
  <CreateUser>7</CreateUser>
  <FinYearId>9</FinYearId>
  <PfRegId>5</PfRegId>
  <Remarks>sample string 10</Remarks>
  <WithdrawAmount>6</WithdrawAmount>
  <WithdrawDate>sample string 4</WithdrawDate>
  <WithdrawRefNo>sample string 3</WithdrawRefNo>
</PFWithdrawalDueEntrySaveVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.