POST api/BESysCode/GetSysCode

Request Information

URI Parameters

None.

Body Parameters

SysCodeCondition
NameDescriptionTypeAdditional information
Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1"
}

application/xml, text/xml

Sample:
<SysCodeCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <Type>sample string 1</Type>
</SysCodeCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfListOfSysCode
NameDescriptionTypeAdditional information
body

Collection of SysCode

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfArrayOfSysCodeuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <SysCode>
      <label>sample string 2</label>
      <value>sample string 1</value>
    </SysCode>
    <SysCode>
      <label>sample string 2</label>
      <value>sample string 1</value>
    </SysCode>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfSysCodeuKWfnEcv>