POST api/Agents/AssignLaneAndProfitToAgent
Request Information
URI Parameters
None.
Body Parameters
AgentLanesProfitResp| Name | Description | Type | Additional information |
|---|---|---|---|
| idx | integer |
None. |
|
| AgentIdx | integer |
None. |
|
| LaneIdx | integer |
None. |
|
| ProfitPerc | decimal number |
None. |
|
| ProfitAmount | decimal number |
None. |
|
| fullName | string |
None. |
|
| LaneName | string |
None. |
|
| 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:45:22.3145197+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:45:22.3145197+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:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |