POST RMS/Get_Budgets_By_Residence?Ticket={Ticket}&resid={resid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

resid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Result_Get_Budgets_By_Residence_AA
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

draw

integer

None.

recordsFiltered

integer

None.

recordsTotal

integer

None.

data

Collection of BudgetDto

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1",
  "draw": 2,
  "recordsFiltered": 3,
  "recordsTotal": 4,
  "data": [
    {
      "BUDGET_ID": 1,
      "RESIDENCE_ID": 1,
      "TITLE": "sample string 1",
      "DESCRIPTION": "sample string 2",
      "START_DATE": "sample string 3",
      "END_DATE": "sample string 4",
      "INVOICES_GENERATED": true,
      "TYPE": 1,
      "STATUS": 1,
      "ADMIN_REMARKS": "sample string 5",
      "NOTES": "sample string 6",
      "DISPLAY_ORDER": 1,
      "AMOUNT": 7.1,
      "CURRENCY": "sample string 8",
      "CHILDS_COUNT": 9
    },
    {
      "BUDGET_ID": 1,
      "RESIDENCE_ID": 1,
      "TITLE": "sample string 1",
      "DESCRIPTION": "sample string 2",
      "START_DATE": "sample string 3",
      "END_DATE": "sample string 4",
      "INVOICES_GENERATED": true,
      "TYPE": 1,
      "STATUS": 1,
      "ADMIN_REMARKS": "sample string 5",
      "NOTES": "sample string 6",
      "DISPLAY_ORDER": 1,
      "AMOUNT": 7.1,
      "CURRENCY": "sample string 8",
      "CHILDS_COUNT": 9
    }
  ]
}