POST api/WechatApi/JCGZAdd
Request Information
URI Parameters
None.
Body Parameters
CodeMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
None. |
|
| nBaseID | integer |
None. |
|
| Openid | string |
None. |
|
| ranking | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyID": 1,
"nBaseID": 2,
"Openid": "sample string 3",
"ranking": 4
}
application/xml, text/xml
Sample:
<WechatApiController.CodeMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Controllers"> <CompanyID>1</CompanyID> <Openid>sample string 3</Openid> <nBaseID>2</nBaseID> <ranking>4</ranking> </WechatApiController.CodeMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.