GET api/EntityOracle/GetSDEscrowReport?period={period}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
period

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SDEscrowReportModel
NameDescriptionTypeAdditional information
Operator_ID

string

None.

Operator_Name

string

None.

SD_Ending_Balance

decimal number

None.

CIR_Draw

decimal number

None.

CIR_Monthly_Impound

decimal number

None.

CIR_Beginning_Balance

decimal number

None.

CIR_Ending_Balance

decimal number

None.

RETR_Beginning_Balance

decimal number

None.

RETR_Monthly_Impound

decimal number

None.

RETR_Draw

decimal number

None.

RETR_Ending_Balance

decimal number

None.

IR_Beginning_Balance

decimal number

None.

IR_Monthly_Impound

decimal number

None.

IR_Draw

decimal number

None.

IR_Ending_Balance

decimal number

None.

GLR_Beginning_Balance

decimal number

None.

GLR_Monthly_Impound

decimal number

None.

GLR_Draw

decimal number

None.

GLR_Ending_Balance

decimal number

None.

LEASE_NAME

string

None.

TENANT_ID

string

None.

Property_Id

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Operator_ID": "sample string 1",
    "Operator_Name": "sample string 2",
    "SD_Ending_Balance": 1.0,
    "CIR_Draw": 1.0,
    "CIR_Monthly_Impound": 1.0,
    "CIR_Beginning_Balance": 1.0,
    "CIR_Ending_Balance": 1.0,
    "RETR_Beginning_Balance": 1.0,
    "RETR_Monthly_Impound": 1.0,
    "RETR_Draw": 1.0,
    "RETR_Ending_Balance": 1.0,
    "IR_Beginning_Balance": 1.0,
    "IR_Monthly_Impound": 1.0,
    "IR_Draw": 1.0,
    "IR_Ending_Balance": 1.0,
    "GLR_Beginning_Balance": 1.0,
    "GLR_Monthly_Impound": 1.0,
    "GLR_Draw": 1.0,
    "GLR_Ending_Balance": 1.0,
    "LEASE_NAME": "sample string 3",
    "TENANT_ID": "sample string 4",
    "Property_Id": "sample string 5"
  },
  {
    "Operator_ID": "sample string 1",
    "Operator_Name": "sample string 2",
    "SD_Ending_Balance": 1.0,
    "CIR_Draw": 1.0,
    "CIR_Monthly_Impound": 1.0,
    "CIR_Beginning_Balance": 1.0,
    "CIR_Ending_Balance": 1.0,
    "RETR_Beginning_Balance": 1.0,
    "RETR_Monthly_Impound": 1.0,
    "RETR_Draw": 1.0,
    "RETR_Ending_Balance": 1.0,
    "IR_Beginning_Balance": 1.0,
    "IR_Monthly_Impound": 1.0,
    "IR_Draw": 1.0,
    "IR_Ending_Balance": 1.0,
    "GLR_Beginning_Balance": 1.0,
    "GLR_Monthly_Impound": 1.0,
    "GLR_Draw": 1.0,
    "GLR_Ending_Balance": 1.0,
    "LEASE_NAME": "sample string 3",
    "TENANT_ID": "sample string 4",
    "Property_Id": "sample string 5"
  }
]