GET Api/VW_RPT_B_2828/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VW_RPT_REPORT_B
NameDescriptionTypeAdditional information
ID1

integer

None.

ID2

integer

None.

PROJECT_NAME

string

None.

PARCEL_KEY

string

None.

AGENT_NAME

string

None.

OWNER_NAME

string

None.

Property_Owner_Address

string

None.

PROP_ADDRESS

string

None.

FIRST_CONTACT_DT

date

None.

APRSL_ORDERED_DT

date

None.

APRSL_RCVD_DT

date

None.

CLAIM_REPORT_AMT

integer

None.

OFFER_AMT

integer

None.

OFFER_MADE_DT

date

None.

PARCEL_ACCESS_OBTAIN_DT

date

None.

CHECK_RCVD_DT

date

None.

SETTLE_DT

date

None.

CLOSE_DT

date

None.

FILE_DT

date

None.

MEMO_ACTION_DEED_DT

date

None.

APRSL_AMT

integer

None.

FINAL_SETTLE_AMT

integer

None.

CNDM_DEPOSIT_AMT

integer

None.

ADDTL_DEPOSIT_AMT

integer

None.

CONSENT_JUDGE_DEED_AMT

integer

None.

TAX_PRORATION_AMT

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID1": 1,
  "ID2": 2,
  "PROJECT_NAME": "sample string 3",
  "PARCEL_KEY": "sample string 4",
  "AGENT_NAME": "sample string 5",
  "OWNER_NAME": "sample string 6",
  "Property_Owner_Address": "sample string 7",
  "PROP_ADDRESS": "sample string 8",
  "FIRST_CONTACT_DT": "2026-04-03T22:43:24.4384729+00:00",
  "APRSL_ORDERED_DT": "2026-04-03T22:43:24.4384729+00:00",
  "APRSL_RCVD_DT": "2026-04-03T22:43:24.4384729+00:00",
  "CLAIM_REPORT_AMT": 1,
  "OFFER_AMT": 1,
  "OFFER_MADE_DT": "2026-04-03T22:43:24.4384729+00:00",
  "PARCEL_ACCESS_OBTAIN_DT": "2026-04-03T22:43:24.4384729+00:00",
  "CHECK_RCVD_DT": "2026-04-03T22:43:24.4384729+00:00",
  "SETTLE_DT": "2026-04-03T22:43:24.4384729+00:00",
  "CLOSE_DT": "2026-04-03T22:43:24.4384729+00:00",
  "FILE_DT": "2026-04-03T22:43:24.4384729+00:00",
  "MEMO_ACTION_DEED_DT": "2026-04-03T22:43:24.4384729+00:00",
  "APRSL_AMT": 1,
  "FINAL_SETTLE_AMT": 1,
  "CNDM_DEPOSIT_AMT": 1,
  "ADDTL_DEPOSIT_AMT": 1,
  "CONSENT_JUDGE_DEED_AMT": 1,
  "TAX_PRORATION_AMT": 9
}

text/xml

Sample:
<VW_RPT_REPORT_B xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <ADDTL_DEPOSIT_AMT>1</ADDTL_DEPOSIT_AMT>
  <AGENT_NAME>sample string 5</AGENT_NAME>
  <APRSL_AMT>1</APRSL_AMT>
  <APRSL_ORDERED_DT>2026-04-03T22:43:24.4384729+00:00</APRSL_ORDERED_DT>
  <APRSL_RCVD_DT>2026-04-03T22:43:24.4384729+00:00</APRSL_RCVD_DT>
  <CHECK_RCVD_DT>2026-04-03T22:43:24.4384729+00:00</CHECK_RCVD_DT>
  <CLAIM_REPORT_AMT>1</CLAIM_REPORT_AMT>
  <CLOSE_DT>2026-04-03T22:43:24.4384729+00:00</CLOSE_DT>
  <CNDM_DEPOSIT_AMT>1</CNDM_DEPOSIT_AMT>
  <CONSENT_JUDGE_DEED_AMT>1</CONSENT_JUDGE_DEED_AMT>
  <FILE_DT>2026-04-03T22:43:24.4384729+00:00</FILE_DT>
  <FINAL_SETTLE_AMT>1</FINAL_SETTLE_AMT>
  <FIRST_CONTACT_DT>2026-04-03T22:43:24.4384729+00:00</FIRST_CONTACT_DT>
  <ID1>1</ID1>
  <ID2>2</ID2>
  <MEMO_ACTION_DEED_DT>2026-04-03T22:43:24.4384729+00:00</MEMO_ACTION_DEED_DT>
  <OFFER_AMT>1</OFFER_AMT>
  <OFFER_MADE_DT>2026-04-03T22:43:24.4384729+00:00</OFFER_MADE_DT>
  <OWNER_NAME>sample string 6</OWNER_NAME>
  <PARCEL_ACCESS_OBTAIN_DT>2026-04-03T22:43:24.4384729+00:00</PARCEL_ACCESS_OBTAIN_DT>
  <PARCEL_KEY>sample string 4</PARCEL_KEY>
  <PROJECT_NAME>sample string 3</PROJECT_NAME>
  <PROP_ADDRESS>sample string 8</PROP_ADDRESS>
  <Property_Owner_Address>sample string 7</Property_Owner_Address>
  <SETTLE_DT>2026-04-03T22:43:24.4384729+00:00</SETTLE_DT>
  <TAX_PRORATION_AMT>9</TAX_PRORATION_AMT>
</VW_RPT_REPORT_B>