GET api/orders?userId={userId}&companyId={companyId}&startDate={startDate}&endDate={endDate}&devotee={devotee}&devatha={devatha}&pageNumber={pageNumber}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

companyId

integer

None.

startDate

date

None.

endDate

date

None.

devotee

string

None.

devatha

string

None.

pageNumber

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

APIResponse
NameDescriptionTypeAdditional information
Status

string

None.

Data

Object

None.

Message

string

None.

Type

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": {},
  "Message": "sample string 3",
  "Type": 4
}

application/xml, text/xml

Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaTempleKioskApi.Models">
  <Data />
  <Message>sample string 3</Message>
  <Status>sample string 1</Status>
  <Type>4</Type>
</APIResponse>