POST v3/teams/{teamId}/duesinfo
pay-panel view model: fee amounts, paid state and visibility flags for the current member
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| teamId | team id |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"acceptTeamPayment": true,
"acceptIndividualPayment": true,
"acceptOnlinePayment": true,
"acceptCoupons": true,
"teamFeeAmount": 5.1,
"individualFeeAmount": 6.1,
"myIndividualFeeAmount": 7.1,
"myIndividualFeeCountedByFreeagent": true,
"teamOnlyAcceptPackages": true,
"individualOnlyAcceptPackages": true,
"teamAcceptPackage": true,
"individualAcceptPackage": true,
"isTeamMember": true,
"isTeamAdmin": true,
"teamFeePaid": true,
"myIndividualFeePaid": true,
"showPayPanel": true,
"showTeamFee": true,
"showIndividualFee": true,
"showBothFees": true,
"teamPayRestricted": true,
"restrictTeamPayMsg": "sample string 22",
"paymentInstructions": "sample string 23"
}
application/xml, text/xml
Sample:
<TeamDuesInfoOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Team"> <acceptCoupons>true</acceptCoupons> <acceptIndividualPayment>true</acceptIndividualPayment> <acceptOnlinePayment>true</acceptOnlinePayment> <acceptTeamPayment>true</acceptTeamPayment> <individualAcceptPackage>true</individualAcceptPackage> <individualFeeAmount>6.1</individualFeeAmount> <individualOnlyAcceptPackages>true</individualOnlyAcceptPackages> <isTeamAdmin>true</isTeamAdmin> <isTeamMember>true</isTeamMember> <myIndividualFeeAmount>7.1</myIndividualFeeAmount> <myIndividualFeeCountedByFreeagent>true</myIndividualFeeCountedByFreeagent> <myIndividualFeePaid>true</myIndividualFeePaid> <paymentInstructions>sample string 23</paymentInstructions> <restrictTeamPayMsg>sample string 22</restrictTeamPayMsg> <showBothFees>true</showBothFees> <showIndividualFee>true</showIndividualFee> <showPayPanel>true</showPayPanel> <showTeamFee>true</showTeamFee> <teamAcceptPackage>true</teamAcceptPackage> <teamFeeAmount>5.1</teamFeeAmount> <teamFeePaid>true</teamFeePaid> <teamOnlyAcceptPackages>true</teamOnlyAcceptPackages> <teamPayRestricted>true</teamPayRestricted> </TeamDuesInfoOutVO>
multipart/form-data
Sample:
Sample not available.