GET api/OrderManagement/GetDailyTransRtsRpt?RightsId={RightsId}&UserId={UserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RightsId

string

Required

UserId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseData
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POEMSWEBAPI.Models.OrderManagement">
  <Data />
  <IsSuccess>true</IsSuccess>
  <Message>sample string 2</Message>
</ResponseData>