POST api/Common/FlortexAPI

Request Information

URI Parameters

None.

Body Parameters

RequestObj
NameDescriptionTypeAdditional information
al

string

None.

CompanyIndex

integer

None.

RoleID

integer

None.

UserID

integer

None.

LangID

integer

None.

isReportDB

integer

None.

UserName

string

None.

Command

string

None.

p1

string

None.

p2

string

None.

p3

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "CompanyIndex": 1,
  "RoleID": 2,
  "UserID": 3,
  "LangID": 4,
  "isReportDB": 5,
  "UserName": "sample string 6",
  "Command": "sample string 7",
  "p1": "sample string 8",
  "p2": "sample string 9",
  "p3": "sample string 10",
  "al": "sample string 1"
}

text/xml

Sample:
<RequestObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iERPAPI.Controllers">
  <Command>sample string 7</Command>
  <CompanyIndex>1</CompanyIndex>
  <LangID>4</LangID>
  <RoleID>2</RoleID>
  <UserID>3</UserID>
  <UserName>sample string 6</UserName>
  <al>sample string 1</al>
  <isReportDB>5</isReportDB>
  <p1>sample string 8</p1>
  <p2>sample string 9</p2>
  <p3>sample string 10</p3>
</RequestObj>

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 'RequestObj'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.