POST api/JCXX/cpisAPI_GetOrgList2?token={token}&OprID={OprID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

OprID

string

Required

Body Parameters

CpisAPI_JGXX2
NameDescriptionTypeAdditional information
ORGBM

string

None.

ORGMC

string

None.

ORGLX

string

None.

ORGFJ

string

None.

SFZK

string

None.

SSQY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ORGBM": "sample string 1",
  "ORGMC": "sample string 2",
  "ORGLX": "sample string 3",
  "ORGFJ": "sample string 4",
  "SFZK": "sample string 5",
  "SSQY": "sample string 6"
}

application/xml, text/xml

Sample:
<CpisAPI_JGXX2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model.CpisAPI">
  <ORGBM>sample string 1</ORGBM>
  <ORGFJ>sample string 4</ORGFJ>
  <ORGLX>sample string 3</ORGLX>
  <ORGMC>sample string 2</ORGMC>
  <SFZK>sample string 5</SFZK>
  <SSQY>sample string 6</SSQY>
</CpisAPI_JGXX2>

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

Response Information

Resource Description

JsonResult
NameDescriptionTypeAdditional information
code

string

None.

date

string

None.

result

Object

None.

count

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "date": "sample string 2",
  "result": {},
  "count": 4,
  "message": "sample string 5"
}

application/xml, text/xml

Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common">
  <code>sample string 1</code>
  <count>4</count>
  <date>sample string 2</date>
  <message>sample string 5</message>
  <result />
</JsonResult>