POST api/Services/GetTimeSlipsByProjectId

Request Information

URI Parameters

None.

Body Parameters

TimeSlipsByProject
NameDescriptionTypeAdditional information
AuthenticationCode

string

None.

ClientId

integer

None.

ProjectId

integer

None.

IsTimeslips

integer

None.

PageMode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthenticationCode": "sample string 1",
  "ClientId": 2,
  "ProjectId": 3,
  "IsTimeslips": 4,
  "PageMode": 5
}

text/html

Sample:
{"AuthenticationCode":"sample string 1","ClientId":2,"ProjectId":3,"IsTimeslips":4,"PageMode":5}

application/xml, text/xml

Sample:
<TimeSlipsByProject 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>
  <IsTimeslips>4</IsTimeslips>
  <PageMode>5</PageMode>
  <ProjectId>3</ProjectId>
</TimeSlipsByProject>

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.