PUT api/InterestRate
Request Information
URI Parameters
None.
Body Parameters
InterestRateViewModelsName | Description | Type | Additional information |
---|---|---|---|
interestRateId | integer |
None. |
|
schemeName | string |
None. |
|
interestRate1 | string |
None. |
|
interestRate2 | string |
None. |
|
duration | string |
None. |
|
createdAt | date |
None. |
|
createdBy | string |
None. |
|
schemeType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "interestRateId": 1, "schemeName": "sample string 2", "interestRate1": "sample string 3", "interestRate2": "sample string 4", "duration": "sample string 5", "createdAt": "2024-11-21T14:35:12.7435682+05:30", "createdBy": "sample string 7", "schemeType": "sample string 8" }
application/xml, text/xml
Sample:
<InterestRateViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSPWeb.Models"> <createdAt>2024-11-21T14:35:12.7435682+05:30</createdAt> <createdBy>sample string 7</createdBy> <duration>sample string 5</duration> <interestRate1>sample string 3</interestRate1> <interestRate2>sample string 4</interestRate2> <interestRateId>1</interestRateId> <schemeName>sample string 2</schemeName> <schemeType>sample string 8</schemeType> </InterestRateViewModels>
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.