POST Fundraising/Get_FNR_Projects?Ticket={Ticket}&search={search}&amount={amount}&date={date}&categoryId={categoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

search

string

Required

amount

string

Required

date

string

Required

categoryId

string

Required

Body Parameters

None.

Response Information

Resource Description

Result_Get_FNR_Projects
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

draw

integer

None.

recordsFiltered

integer

None.

recordsTotal

integer

None.

data

Collection of FNR_ProjectDto

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1",
  "draw": 2,
  "recordsFiltered": 3,
  "recordsTotal": 4,
  "data": [
    {
      "PROJECT_ID": 1,
      "CODE": "sample string 1",
      "URL": "sample string 2",
      "TITLE": "sample string 3",
      "START_DATE": "sample string 4",
      "STATUS": 1,
      "CATEGORY_NAME": "sample string 5",
      "CURRENCY": "sample string 6",
      "TARGET_AMOUNT": 1.0,
      "TOTAL_RAISED_AMOUNT": 1.0,
      "DONATIONS_COUNT": 7,
      "COMMENTS_COUNT": 8
    },
    {
      "PROJECT_ID": 1,
      "CODE": "sample string 1",
      "URL": "sample string 2",
      "TITLE": "sample string 3",
      "START_DATE": "sample string 4",
      "STATUS": 1,
      "CATEGORY_NAME": "sample string 5",
      "CURRENCY": "sample string 6",
      "TARGET_AMOUNT": 1.0,
      "TOTAL_RAISED_AMOUNT": 1.0,
      "DONATIONS_COUNT": 7,
      "COMMENTS_COUNT": 8
    }
  ]
}