POST api/Order/SetCustLease

Request Information

URI Parameters

None.

Body Parameters

SetCustLeaseViewModel
NameDescriptionTypeAdditional information
FKey

integer

None.

FLeaseNO

string

None.

FLeaseMoney

decimal number

None.

FCashPledge

decimal number

None.

FLeaseImage

string

None.

FOptID

integer

None.

FOptName

string

None.

FGriveBackMoney

decimal number

None.

FGriveBackLeaseImage

string

None.

FGriveBackLeaseStatus

integer

None.

FType

integer

None.

FBillNO

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FKey": 1,
  "FLeaseNO": "sample string 2",
  "FLeaseMoney": 1.0,
  "FCashPledge": 1.0,
  "FLeaseImage": "sample string 3",
  "FOptID": 1,
  "FOptName": "sample string 4",
  "FGriveBackMoney": 1.0,
  "FGriveBackLeaseImage": "sample string 5",
  "FGriveBackLeaseStatus": 1,
  "FType": 1,
  "FBillNO": "sample string 6"
}

application/xml, text/xml

Sample:
<SetCustLeaseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
  <FBillNO>sample string 6</FBillNO>
  <FCashPledge>1</FCashPledge>
  <FGriveBackLeaseImage>sample string 5</FGriveBackLeaseImage>
  <FGriveBackLeaseStatus>1</FGriveBackLeaseStatus>
  <FGriveBackMoney>1</FGriveBackMoney>
  <FKey>1</FKey>
  <FLeaseImage>sample string 3</FLeaseImage>
  <FLeaseMoney>1</FLeaseMoney>
  <FLeaseNO>sample string 2</FLeaseNO>
  <FOptID>1</FOptID>
  <FOptName>sample string 4</FOptName>
  <FType>1</FType>
</SetCustLeaseViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModelOfInt32
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": 4
}

application/xml, text/xml

Sample:
<MessageModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response>4</Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfint>