POST api/subscription/wechat/bind_auth_getIsFollowOA

Request Information

URI Parameters

None.

Body Parameters

BindAndAuthOA
NameDescriptionTypeAdditional information
WechatAccountId

string

None.

OAAuthCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WechatAccountId": "sample string 1",
  "OAAuthCode": "sample string 2"
}

application/xml, text/xml

Sample:
<BindAndAuthOA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IES.JobBoard.WebApi.Models">
  <OAAuthCode>sample string 2</OAAuthCode>
  <WechatAccountId>sample string 1</WechatAccountId>
</BindAndAuthOA>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.