POST api/BankCase/BankCaseSetPromisedRepayment

Request Information

URI Parameters

None.

Body Parameters

BankCaseSetPromisedRepaymentVm
NameDescriptionTypeAdditional information
Id

string

None.

PromisedRepaymentMoney

decimal number

None.

PromisedRepaymentDate

date

None.

EmployeId

integer

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "PromisedRepaymentMoney": 2.0,
  "PromisedRepaymentDate": "2025-12-09T01:02:42.9578036+08:00",
  "EmployeId": 4,
  "Name": "sample string 5"
}

application/xml, text/xml

Sample:
<BankCaseSetPromisedRepaymentVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Request">
  <EmployeId>4</EmployeId>
  <Id>sample string 1</Id>
  <Name>sample string 5</Name>
  <PromisedRepaymentDate>2025-12-09T01:02:42.9578036+08:00</PromisedRepaymentDate>
  <PromisedRepaymentMoney>2</PromisedRepaymentMoney>
</BankCaseSetPromisedRepaymentVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankCaseSetPromisedRepaymentVm'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.