POST api/Credits/UpdateAutoCreditRechargeSettingsByUser

Request Information

URI Parameters

None.

Body Parameters

UpdateAutoCreditRechargeSettingsByUser
NameDescriptionTypeAdditional information
UserId

string

Required

ParentAccountId

string

Required

IsDeleteSettings

boolean

None.

IsAutoRechargeEnabled

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "ParentAccountId": "sample string 2",
  "IsDeleteSettings": true,
  "IsAutoRechargeEnabled": true
}

application/xml, text/xml

Sample:
<UpdateAutoCreditRechargeSettingsByUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.CreditRequestVM">
  <IsAutoRechargeEnabled>true</IsAutoRechargeEnabled>
  <IsDeleteSettings>true</IsDeleteSettings>
  <ParentAccountId>sample string 2</ParentAccountId>
  <UserId>sample string 1</UserId>
</UpdateAutoCreditRechargeSettingsByUser>

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.