POST api/colony/RechargeOrgSms
Request Information
URI Parameters
None.
Body Parameters
RechargeOrgSmsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | globally unique identifier |
None. |
|
| RType | integer |
None. |
|
| Count | integer |
None. |
|
| RechargeUser | integer |
None. |
|
| Remark | string |
None. |
|
| CType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": "b887ec2e-b4b2-49ee-aabc-af7b3194ad4a",
"RType": 2,
"Count": 3,
"RechargeUser": 4,
"Remark": "sample string 5",
"CType": 6
}
application/xml, text/xml
Sample:
<RechargeOrgSmsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Colonys.Dto"> <CType>6</CType> <Count>3</Count> <OrgId>b887ec2e-b4b2-49ee-aabc-af7b3194ad4a</OrgId> <RType>2</RType> <RechargeUser>4</RechargeUser> <Remark>sample string 5</Remark> </RechargeOrgSmsInput>
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.