POST api/colony/RechargeOrgSmsByLT

Request Information

URI Parameters

None.

Body Parameters

RechargeOrgSmsByLTInput
NameDescriptionTypeAdditional information
OrgId

globally unique identifier

None.

Count

integer

None.

RechargeUser

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgId": "55a25a3d-15c4-4562-805d-c66cac4b2a93",
  "Count": 2,
  "RechargeUser": 3
}

application/xml, text/xml

Sample:
<RechargeOrgSmsByLTInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Colonys.Dto">
  <Count>2</Count>
  <OrgId>55a25a3d-15c4-4562-805d-c66cac4b2a93</OrgId>
  <RechargeUser>3</RechargeUser>
</RechargeOrgSmsByLTInput>

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.