POST api/UpdateUserPayment/LeagueEvent

Request Information

URI Parameters

None.

Body Parameters

UpdatePaymentLeagueEvent
NameDescriptionTypeAdditional information
UserMobile

string

None.

LeagueEventId

integer

None.

LeagueEventCharge

string

None.

PaymentRecivedSS

HttpPostedFileBase

None.

LeagueEventType

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserMobile": "sample string 1",
  "LeagueEventId": 2,
  "LeagueEventCharge": "sample string 3",
  "PaymentRecivedSS": null,
  "LeagueEventType": true
}

application/xml, text/xml

Sample:
<UpdatePaymentLeagueEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO">
  <LeagueEventCharge>sample string 3</LeagueEventCharge>
  <LeagueEventId>2</LeagueEventId>
  <LeagueEventType>true</LeagueEventType>
  <PaymentRecivedSS xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
  <UserMobile>sample string 1</UserMobile>
</UpdatePaymentLeagueEvent>

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.