POST v2/networks/{networkid}/teams/{id}/updatewaiver

[Sport Admin Permission Required] Edit player waiver status

Request Information

Parameters

NameDescriptionAdditional information
networkid
network id

Define this parameter in the request URI.

id
team id

Define this parameter in the request URI.

editPlayerWaiver
contains member id and waiver options

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "member_id": "sample string 1",
  "waiver_option": 0
}

application/xml, text/xml

Sample:
<EditPlayerWaiverStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Web.API.Models.Input">
  <member_id>sample string 1</member_id>
  <waiver_option>Acceptable</waiver_option>
</EditPlayerWaiverStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.