POST api/Erp/GetServer

Request Information

URI Parameters

None.

Body Parameters

StringInput
NameDescriptionTypeAdditional information
Input

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<StringInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProTech.SYS.Entity">
  <Input>sample string 1</Input>
</StringInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServerInfo
NameDescriptionTypeAdditional information
Code

string

None.

Url

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Url": "sample string 2",
  "Name": "sample string 3"
}

application/xml, text/xml

Sample:
<ServerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProTech.Member.WechatApi.Api">
  <Code>sample string 1</Code>
  <Name>sample string 3</Name>
  <Url>sample string 2</Url>
</ServerInfo>