POST api/Report/Get_Report_Outstanding_Summary_Aging_Individual

Request Information

URI Parameters

None.

Body Parameters

Report_Entity
NameDescriptionTypeAdditional information
site_id

integer

None.

year

integer

None.

month

integer

None.

user_id

integer

None.

zone

string

None.

from_year

integer

None.

from_month

integer

None.

to_year

integer

None.

to_month

integer

None.

company_id

integer

None.

corp_id

integer

None.

tenant_type

string

None.

bay_type

string

None.

membership_no

string

None.

season_type_id

integer

None.

corporate_name

string

None.

parkers_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "site_id": 1,
  "year": 1,
  "month": 1,
  "user_id": 1,
  "zone": "sample string 1",
  "from_year": 2,
  "from_month": 3,
  "to_year": 4,
  "to_month": 5,
  "company_id": 6,
  "corp_id": 1,
  "tenant_type": "sample string 7",
  "bay_type": "sample string 8",
  "membership_no": "sample string 9",
  "season_type_id": 10,
  "corporate_name": "sample string 11",
  "parkers_name": "sample string 12"
}

application/xml, text/xml

Sample:
<Report_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AibayParkingApi">
  <bay_type>sample string 8</bay_type>
  <company_id>6</company_id>
  <corp_id>1</corp_id>
  <corporate_name>sample string 11</corporate_name>
  <from_month>3</from_month>
  <from_year>2</from_year>
  <membership_no>sample string 9</membership_no>
  <month>1</month>
  <parkers_name>sample string 12</parkers_name>
  <season_type_id>10</season_type_id>
  <site_id>1</site_id>
  <tenant_type>sample string 7</tenant_type>
  <to_month>5</to_month>
  <to_year>4</to_year>
  <user_id>1</user_id>
  <year>1</year>
  <zone>sample string 1</zone>
</Report_Entity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.