POST api/Agents/ODstatusUpdateByAdmin

Request Information

URI Parameters

None.

Body Parameters

IP_ODstatusUpdateByAdmin
NameDescriptionTypeAdditional information
id

integer

None.

mainagentid

integer

None.

searchKey

string

None.

rowsPerPage

integer

None.

pageNumber

integer

None.

salesHead

integer

None.

salesPerson

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "mainagentid": 2,
  "searchKey": "sample string 3",
  "rowsPerPage": 4,
  "pageNumber": 5,
  "salesHead": 6,
  "salesPerson": 7
}

application/xml, text/xml

Sample:
<IP_ODstatusUpdateByAdmin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity.Models.Input_class">
  <id>1</id>
  <mainagentid>2</mainagentid>
  <pageNumber>5</pageNumber>
  <rowsPerPage>4</rowsPerPage>
  <salesHead>6</salesHead>
  <salesPerson>7</salesPerson>
  <searchKey>sample string 3</searchKey>
</IP_ODstatusUpdateByAdmin>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.