POST api/Neo/GetAgentList

Request Information

URI Parameters

None.

Body Parameters

NeoAgentListRequest
NameDescriptionTypeAdditional information
AgentSessionId

string

None.

PaymentMode

string

None.

PayoutCountry

string

None.

PayoutCurrency

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentSessionId": "sample string 1",
  "PaymentMode": "sample string 2",
  "PayoutCountry": "sample string 3",
  "PayoutCurrency": "sample string 4"
}

text/xml

Sample:
<NeoAgentListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Neo">
  <AgentSessionId>sample string 1</AgentSessionId>
  <PaymentMode>sample string 2</PaymentMode>
  <PayoutCountry>sample string 3</PayoutCountry>
  <PayoutCurrency>sample string 4</PayoutCurrency>
</NeoAgentListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.