Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It returns remaining credits on an account.

URL request: http://login.sendservice.eu/MultiChannelAPI/Api/CreditCredits/{user}

...

URL Parameters


ParameterDescriptionRequired

{user}

It is the GUID of the user. It is inside the Personal Information of the user on SENDService

yes

Response

It returns remaining Credits and Expire date:


Parameter
Description
Object / Right format

CreditUnits

It represents the credits on your accountString
ExpireDate

It represents the Expire Date of the Credits (not used at the moment)

DateTime (2017-12-15T12:20:09+01:00)


Example Application/json, Text/json


Code Block
languagetext
titleExample Application/json Text/json
{
    "CreditUnits": 254.354,
    "ExpireDate": "2017-06-20T16:04:00"
}