All URIs are relative to https://localhost:8080/RestAPI
| Method | HTTP request | Description |
|---|---|---|
| get_time_swagger | GET /time/swagger-end-point |
TimeResponsePagedMetadata get_time_swagger(request)
{"nickname":"","request":"advanceSubscriptionRequest.html","response":"advanceSubscription.html"}
import time
import billforward
from billforward.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = billforward.TimeApi()
request = billforward.TimeRequest() # TimeRequest | The request
try:
#
api_response = api_instance.get_time_swagger(request)
pprint(api_response)
except ApiException as e:
print "Exception when calling TimeApi->get_time_swagger: %s\n" % e| Name | Type | Description | Notes |
|---|---|---|---|
| request | TimeRequest | The request |
No authorization required
- Content-Type: text/plain
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]