InPlay GetPackageQuota

Modified on Tue, 01 Mar 2022 at 04:30 PM

Get the quota status of a InPlay package and the remaining amount of avaiable Fixtures to Order :

Method - POST
URL - https://stm-api.lsports.eu/Package/GetPackageQuota

Body Scheme

{
    "PackageId": YourPackageId,
    "UserName": "YourUserName",
    "Password": "YourPassword"
}

Parameter breakdown

ParameterDescriptionMandatory Field
UsernameUsername as it appears in the package
PasswordPassword as it appears the package
PackageIdPackageId as provided by LSports

Response Scheme

{
    "Header": {
        "HttpStatusCode": 200
    },
    "Body": {
        "CreditRemaining": 2,
        "CreditLimit": 30,
        "UsedCredit": 28,
        "CurrentPeriodStartDate": "2019-02-05T00:00:00",
        "CurrentPeriodEndDate": "2019-03-05T00:00:00"
    }
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article