POST api/pay/unbindperson

Request Information

URI Parameters

None.

Body Parameters

UnbindPersonDto
NameDescriptionTypeAdditional information
PatientId

string

None.

OpenId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "sample string 1",
  "OpenId": "sample string 2"
}

application/xml, text/xml

Sample:
<UnbindPersonDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ydzf.Models">
  <OpenId>sample string 2</OpenId>
  <PatientId>sample string 1</PatientId>
</UnbindPersonDto>

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

Response Information

Resource Description

None.