POST api/UserApi/AllOperators

Request Information

URI Parameters

None.

Body Parameters

BOOperators
NameDescriptionTypeAdditional information
code

string

None.

st

string

None.

message

string

None.

status

string

None.

Data

Collection of Operator

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "st": "sample string 2",
  "message": "sample string 3",
  "status": "sample string 4",
  "Data": [
    {
      "operatorId": 1,
      "logo": "sample string 2",
      "opcode": "sample string 3",
      "Skey": "sample string 4",
      "operatorName": "sample string 5",
      "st": "sample string 6"
    },
    {
      "operatorId": 1,
      "logo": "sample string 2",
      "opcode": "sample string 3",
      "Skey": "sample string 4",
      "operatorName": "sample string 5",
      "st": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<BOOperators xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO">
  <Data>
    <Operator>
      <Skey>sample string 4</Skey>
      <logo>sample string 2</logo>
      <opcode>sample string 3</opcode>
      <operatorId>1</operatorId>
      <operatorName>sample string 5</operatorName>
      <st>sample string 6</st>
    </Operator>
    <Operator>
      <Skey>sample string 4</Skey>
      <logo>sample string 2</logo>
      <opcode>sample string 3</opcode>
      <operatorId>1</operatorId>
      <operatorName>sample string 5</operatorName>
      <st>sample string 6</st>
    </Operator>
  </Data>
  <code>sample string 1</code>
  <message>sample string 3</message>
  <st>sample string 2</st>
  <status>sample string 4</status>
</BOOperators>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.