POST api/Agents/GetAgentLanesAndProfit

Request Information

URI Parameters

None.

Body Parameters

AgentLanesProfitResp
NameDescriptionTypeAdditional information
idx

integer

None.

AgentIdx

integer

None.

LaneIdx

integer

None.

ProfitPerc

decimal number

None.

ProfitAmount

decimal number

None.

fullName

string

None.

LaneName

string

None.

email

string

None.

AddedBy

integer

None.

AddedOn

date

None.

AddedByName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idx": 1,
  "AgentIdx": 2,
  "LaneIdx": 3,
  "ProfitPerc": 4.0,
  "ProfitAmount": 5.0,
  "fullName": "sample string 6",
  "LaneName": "sample string 7",
  "email": "sample string 8",
  "AddedBy": 9,
  "AddedOn": "2025-12-17T17:50:11.5038769+05:00",
  "AddedByName": "sample string 11"
}

application/xml, text/xml

Sample:
<AgentLanesProfitResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.Responses">
  <AddedBy>9</AddedBy>
  <AddedByName>sample string 11</AddedByName>
  <AddedOn>2025-12-17T17:50:11.5038769+05:00</AddedOn>
  <AgentIdx>2</AgentIdx>
  <LaneIdx>3</LaneIdx>
  <LaneName>sample string 7</LaneName>
  <ProfitAmount>5</ProfitAmount>
  <ProfitPerc>4</ProfitPerc>
  <email>sample string 8</email>
  <fullName>sample string 6</fullName>
  <idx>1</idx>
</AgentLanesProfitResp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgentLanesProfitResp'.

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.