GET v2/networks/{networkid}/sessions/{id}/paymenturl?payfor={payfor}
[User Permission Required] Get payment url for session
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | session id |
Define this parameter in the request URI. |
| networkid | network id |
Define this parameter in the request URI. |
| payfor | pay for options: 1-class, 2-session, 4-both |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>