POST api/RegMall
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| openOauthTokenResponse | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"taobao_user_id": "sample string 1",
"taobao_user_nick": "sample string 2",
"w1_expires_in": "sample string 3",
"w2_expires_in": "sample string 4",
"re_expires_in": "sample string 5",
"r1_expires_in": "sample string 6",
"r2_expires_in": "sample string 7",
"expires_in": "sample string 8",
"token_type": "sample string 9",
"refresh_token": "sample string 10",
"access_token": "sample string 11",
"sub_taobao_user_id": "sample string 12",
"sub_taobao_user_nick": "sample string 13",
"tId": 14,
"shopId": 15
}
application/xml, text/xml
Sample:
<RegMall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/X5WEBJST.Controllers.Regedit"> <access_token>sample string 11</access_token> <expires_in>sample string 8</expires_in> <r1_expires_in>sample string 6</r1_expires_in> <r2_expires_in>sample string 7</r2_expires_in> <re_expires_in>sample string 5</re_expires_in> <refresh_token>sample string 10</refresh_token> <shopId>15</shopId> <sub_taobao_user_id>sample string 12</sub_taobao_user_id> <sub_taobao_user_nick>sample string 13</sub_taobao_user_nick> <tId>14</tId> <taobao_user_id>sample string 1</taobao_user_id> <taobao_user_nick>sample string 2</taobao_user_nick> <token_type>sample string 9</token_type> <w1_expires_in>sample string 3</w1_expires_in> <w2_expires_in>sample string 4</w2_expires_in> </RegMall>
application/x-www-form-urlencoded
Sample:
Sample not available.