POST api/pay/ydzfauthforzfbbycf

Request Information

URI Parameters

None.

Body Parameters

YDZFSQByCFDto
NameDescriptionTypeAdditional information
AccessToken

string

None.

UserId

string

None.

sSFZ

string

None.

sXM

string

None.

sPatientId

string

None.

sCFH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "UserId": "sample string 2",
  "sSFZ": "sample string 3",
  "sXM": "sample string 4",
  "sPatientId": "sample string 5",
  "sCFH": "sample string 6"
}

application/xml, text/xml

Sample:
<YDZFSQByCFDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto">
  <AccessToken>sample string 1</AccessToken>
  <UserId>sample string 2</UserId>
  <sCFH>sample string 6</sCFH>
  <sPatientId>sample string 5</sPatientId>
  <sSFZ>sample string 3</sSFZ>
  <sXM>sample string 4</sXM>
</YDZFSQByCFDto>

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

Response Information

Resource Description

YDZFLinkDto
NameDescriptionTypeAdditional information
Link

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<YDZFLinkDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wechatpay.Dto">
  <Link>sample string 1</Link>
</YDZFLinkDto>