PUT api/EstRentDueProcess/Confirm

Request Information

URI Parameters

None.

Body Parameters

EstRentDueProcessConfirmVM
NameDescriptionTypeAdditional information
BookId

integer

Required

ProcessId

integer

Required

ProcessDate

string

Required

BookTypeId

integer

Required

FinYearId

integer

Required

Month

MonthsLookupVM

Required

Year

integer

Required

Remarks

string

string length: inclusive between 0 and 200

ConfirmUser

integer

Required

ConfirmIp

string

Required

string length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "BookId": 1,
  "ProcessId": 2,
  "ProcessDate": "sample string 3",
  "BookTypeId": 4,
  "FinYearId": 5,
  "Month": {
    "MonthId": 1,
    "MonthName": "sample string 2"
  },
  "Year": 6,
  "Remarks": "sample string 7",
  "ConfirmUser": 8,
  "ConfirmIp": "sample string 9"
}

application/xml, text/xml

Sample:
<EstRentDueProcessConfirmVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <BookId>1</BookId>
  <BookTypeId>4</BookTypeId>
  <ConfirmIp>sample string 9</ConfirmIp>
  <ConfirmUser>8</ConfirmUser>
  <FinYearId>5</FinYearId>
  <Month>
    <MonthId>1</MonthId>
    <MonthName>sample string 2</MonthName>
  </Month>
  <ProcessDate>sample string 3</ProcessDate>
  <ProcessId>2</ProcessId>
  <Remarks>sample string 7</Remarks>
  <Year>6</Year>
</EstRentDueProcessConfirmVM>

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.