POST api/Services/GetAllProjectList

Request Information

URI Parameters

None.

Body Parameters

GetProjectList
NameDescriptionTypeAdditional information
AuthenticationCode

string

None.

ClientID

integer

None.

ProjectName

string

None.

CustomerName

string

None.

Project_budget

string

None.

StartDate

string

None.

EndDate

string

None.

ProjectStatus

integer

None.

GlobalSearch

string

None.

SortColumnName

string

None.

isAscendingOrder

boolean

None.

PageNumber

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthenticationCode": "sample string 1",
  "ClientID": 2,
  "ProjectName": "sample string 3",
  "CustomerName": "sample string 4",
  "Project_budget": "sample string 5",
  "StartDate": "sample string 6",
  "EndDate": "sample string 7",
  "ProjectStatus": 8,
  "GlobalSearch": "sample string 9",
  "SortColumnName": "sample string 10",
  "isAscendingOrder": true,
  "PageNumber": 12,
  "PageSize": 13
}

text/html

Sample:
{"AuthenticationCode":"sample string 1","ClientID":2,"ProjectName":"sample string 3","CustomerName":"sample string 4","Project_budget":"sample string 5","StartDate":"sample string 6","EndDate":"sample string 7","ProjectStatus":8,"GlobalSearch":"sample string 9","SortColumnName":"sample string 10","isAscendingOrder":true,"PageNumber":12,"PageSize":13}

application/xml, text/xml

Sample:
<GetProjectList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel">
  <AuthenticationCode>sample string 1</AuthenticationCode>
  <ClientID>2</ClientID>
  <CustomerName>sample string 4</CustomerName>
  <EndDate>sample string 7</EndDate>
  <GlobalSearch>sample string 9</GlobalSearch>
  <PageNumber>12</PageNumber>
  <PageSize>13</PageSize>
  <ProjectName>sample string 3</ProjectName>
  <ProjectStatus>8</ProjectStatus>
  <Project_budget>sample string 5</Project_budget>
  <SortColumnName>sample string 10</SortColumnName>
  <StartDate>sample string 6</StartDate>
  <isAscendingOrder>true</isAscendingOrder>
</GetProjectList>

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.