GET odata/MIDAs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MIDA
NameDescriptionTypeAdditional information
MIDAID

integer

None.

AuthorizationID

string

Required

String length: inclusive between 0 and 20

OldRate

decimal number

None.

NewRate

decimal number

None.

OldHome

decimal number

None.

NewHome

decimal number

None.

OldBalance

decimal number

None.

EffectiveDate

date

None.

ExpID

integer

None.

ExpCode

string

String length: inclusive between 0 and 15

OldBase

integer

None.

NewBase

integer

None.

PaySchedule

integer

None.

MIDAOverride

decimal number

None.

TotalMIDA

decimal number

None.

MIDAPayment

decimal number

None.

MIDATerm

integer

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MIDAID": 1,
    "AuthorizationID": "sample string 2",
    "OldRate": 1.1,
    "NewRate": 1.1,
    "OldHome": 1.0,
    "NewHome": 1.0,
    "OldBalance": 1.0,
    "EffectiveDate": "2025-05-09T18:00:15.4796274+00:00",
    "ExpID": 1,
    "ExpCode": "sample string 3",
    "OldBase": 1,
    "NewBase": 1,
    "PaySchedule": 1,
    "MIDAOverride": 1.0,
    "TotalMIDA": 1.0,
    "MIDAPayment": 1.0,
    "MIDATerm": 1,
    "ID": 4
  },
  {
    "MIDAID": 1,
    "AuthorizationID": "sample string 2",
    "OldRate": 1.1,
    "NewRate": 1.1,
    "OldHome": 1.0,
    "NewHome": 1.0,
    "OldBalance": 1.0,
    "EffectiveDate": "2025-05-09T18:00:15.4796274+00:00",
    "ExpID": 1,
    "ExpCode": "sample string 3",
    "OldBase": 1,
    "NewBase": 1,
    "PaySchedule": 1,
    "MIDAOverride": 1.0,
    "TotalMIDA": 1.0,
    "MIDAPayment": 1.0,
    "MIDATerm": 1,
    "ID": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfMIDA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <MIDA>
    <AuthorizationID>sample string 2</AuthorizationID>
    <EffectiveDate>2025-05-09T18:00:15.4796274+00:00</EffectiveDate>
    <ExpCode>sample string 3</ExpCode>
    <ExpID>1</ExpID>
    <ID>4</ID>
    <MIDAID>1</MIDAID>
    <MIDAOverride>1</MIDAOverride>
    <MIDAPayment>1</MIDAPayment>
    <MIDATerm>1</MIDATerm>
    <NewBase>1</NewBase>
    <NewHome>1</NewHome>
    <NewRate>1.1</NewRate>
    <OldBalance>1</OldBalance>
    <OldBase>1</OldBase>
    <OldHome>1</OldHome>
    <OldRate>1.1</OldRate>
    <PaySchedule>1</PaySchedule>
    <TotalMIDA>1</TotalMIDA>
  </MIDA>
  <MIDA>
    <AuthorizationID>sample string 2</AuthorizationID>
    <EffectiveDate>2025-05-09T18:00:15.4796274+00:00</EffectiveDate>
    <ExpCode>sample string 3</ExpCode>
    <ExpID>1</ExpID>
    <ID>4</ID>
    <MIDAID>1</MIDAID>
    <MIDAOverride>1</MIDAOverride>
    <MIDAPayment>1</MIDAPayment>
    <MIDATerm>1</MIDATerm>
    <NewBase>1</NewBase>
    <NewHome>1</NewHome>
    <NewRate>1.1</NewRate>
    <OldBalance>1</OldBalance>
    <OldBase>1</OldBase>
    <OldHome>1</OldHome>
    <OldRate>1.1</OldRate>
    <PaySchedule>1</PaySchedule>
    <TotalMIDA>1</TotalMIDA>
  </MIDA>
</ArrayOfMIDA>