Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
miAppDetailId |
The mi app detail identifier. |
integer |
Required |
Body Parameters
The mi app detail.
Nano.MIAppDetailName | Description | Type | Additional information |
---|---|---|---|
annualAmount |
Gets or sets the annual amount. |
decimal number |
None. |
certificateNumber |
Gets or sets the certificate number. |
string |
None. |
initialTerm |
Gets or sets the initial term. |
integer |
None. |
isRateOverridden |
Gets or sets a value indicating whether this is rate overridden. |
boolean |
None. |
miRateLastModifiedDate |
Gets or sets the mi rate last modified date. |
date |
None. |
renewalAnnualAmount |
Gets or sets the renewal annual amount. |
decimal number |
None. |
upfrontAmount |
Gets or sets the upfront amount. |
decimal number |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the mi app detail identifier. |
integer |
None. |
miRateLastModifiedBy |
Gets or sets the mi rate last modified by identifier. |
integer |
None. |
provider |
Gets or sets the provider identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "annualAmount": 1.0, "certificateNumber": "sample String 1", "initialTerm": 1, "isRateOverridden": true, "miRateLastModifiedDate": "2025-04-25T18:38:55.0534199Z", "renewalAnnualAmount": 1.0, "upfrontAmount": 1.0, "app": "3", "id": "4", "miRateLastModifiedBy": "1", "provider": "1" }
text/html
{"annualAmount":1.0,"certificateNumber":"sample String 1","initialTerm":1,"isRateOverridden":true,"miRateLastModifiedDate":"2025-04-25T18:38:55.0534199Z","renewalAnnualAmount":1.0,"upfrontAmount":1.0,"app":"3","id":"4","miRateLastModifiedBy":"1","provider":"1"}
application/xml, text/xml
<MIAppDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AnnualAmount>1</AnnualAmount> <CertificateNumber>sample String 1</CertificateNumber> <InitialTerm>1</InitialTerm> <IsRateOverridden>true</IsRateOverridden> <MIRateLastModifiedDate>2025-04-25T18:38:55.0534199Z</MIRateLastModifiedDate> <RenewalAnnualAmount>1</RenewalAnnualAmount> <UpfrontAmount>1</UpfrontAmount> <AppId>3</AppId> <MIAppDetailId>4</MIAppDetailId> <MIRateLastModifiedById>1</MIRateLastModifiedById> <ProviderId>1</ProviderId> </MIAppDetail>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated mi app detail.
Nano.MIAppDetailName | Description | Type | Additional information |
---|---|---|---|
annualAmount |
Gets or sets the annual amount. |
decimal number |
None. |
certificateNumber |
Gets or sets the certificate number. |
string |
None. |
initialTerm |
Gets or sets the initial term. |
integer |
None. |
isRateOverridden |
Gets or sets a value indicating whether this is rate overridden. |
boolean |
None. |
miRateLastModifiedDate |
Gets or sets the mi rate last modified date. |
date |
None. |
renewalAnnualAmount |
Gets or sets the renewal annual amount. |
decimal number |
None. |
upfrontAmount |
Gets or sets the upfront amount. |
decimal number |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the mi app detail identifier. |
integer |
None. |
miRateLastModifiedBy |
Gets or sets the mi rate last modified by identifier. |
integer |
None. |
provider |
Gets or sets the provider identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "annualAmount": 1.0, "certificateNumber": "sample String 1", "initialTerm": 1, "isRateOverridden": true, "miRateLastModifiedDate": "2025-04-25T18:38:55.0534199Z", "renewalAnnualAmount": 1.0, "upfrontAmount": 1.0, "app": "3", "id": "4", "miRateLastModifiedBy": "1", "provider": "1" }
text/html
{"annualAmount":1.0,"certificateNumber":"sample String 1","initialTerm":1,"isRateOverridden":true,"miRateLastModifiedDate":"2025-04-25T18:38:55.0534199Z","renewalAnnualAmount":1.0,"upfrontAmount":1.0,"app":"3","id":"4","miRateLastModifiedBy":"1","provider":"1"}
application/xml, text/xml
<MIAppDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AnnualAmount>1</AnnualAmount> <CertificateNumber>sample String 1</CertificateNumber> <InitialTerm>1</InitialTerm> <IsRateOverridden>true</IsRateOverridden> <MIRateLastModifiedDate>2025-04-25T18:38:55.0534199Z</MIRateLastModifiedDate> <RenewalAnnualAmount>1</RenewalAnnualAmount> <UpfrontAmount>1</UpfrontAmount> <AppId>3</AppId> <MIAppDetailId>4</MIAppDetailId> <MIRateLastModifiedById>1</MIRateLastModifiedById> <ProviderId>1</ProviderId> </MIAppDetail>
application/vnd.api+json
Sample not available.