POST api/v1/thirdparty/gettoken

VPC PatientAuth2 生成Token

Request Information

URI Parameters

None.

Body Parameters

AppInfo
NameDescriptionTypeAdditional information
AppId

string

None.

AppSecert

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appId": "sample string 1",
  "appSecert": "sample string 2"
}

text/html

Sample:
{"$id":"1","appId":"sample string 1","appSecert":"sample string 2"}

application/xml, text/xml

Sample:
<AppInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppId>sample string 1</AppId>
  <AppSecert>sample string 2</AppSecert>
</AppInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.