POST api/colony/RechargeColonySms

Request Information

URI Parameters

None.

Body Parameters

RechargeColonySmsInput
NameDescriptionTypeAdditional information
ColonyId

globally unique identifier

None.

Count

integer

None.

RechargeUser

integer

None.

RType

integer

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ColonyId": "ce50e8be-e393-4d0c-995b-2347d64b25be",
  "Count": 2,
  "RechargeUser": 3,
  "RType": 4,
  "Remarks": "sample string 5"
}

application/xml, text/xml

Sample:
<RechargeColonySmsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Colonys.Dto">
  <ColonyId>ce50e8be-e393-4d0c-995b-2347d64b25be</ColonyId>
  <Count>2</Count>
  <RType>4</RType>
  <RechargeUser>3</RechargeUser>
  <Remarks>sample string 5</Remarks>
</RechargeColonySmsInput>

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.