The AvailableForMonth method retrieves information about the number of transactions available for the current month.
Method Definition
Http Method: POST
Authorization header: Bearer JWT
URL: <Environment URL>/Account/AvailableForMonth
AvailableForMonth Method JSON Result
Result Status | Result JSON String |
Success |
{ |
Failure |
{ |
AvailableForMonth Method Result Definition
JSON Properties | Description | Data Type |
Success | Identifies if the method call completed successfully. |
|
PeriodStart | Starting date for the month. |
|
PeriodEnd | Ending date for the month. |
|
AllowedTotal | Total number of allowed transactions per month. |
|
CurrentCount | Total number of used transactions. |
|
AvailableTotal | Remaining number of transactions available for the month. |
|
ErrorMessage | Error description. |
|