4.11.0 • Published 6 years ago

cyclos_411_api v4.11.0

Weekly downloads
-
License
Unlicense
Repository
-
Last release
6 years ago

cyclos_411_api

Cyclos411Api - JavaScript client for cyclos_411_api The REST API for Cyclos 4.11 This SDK is automatically generated by the Swagger Codegen project:

  • API version: 4.11
  • Package version: 4.11
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install cyclos_411_api --save
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

Finally, switch to the directory you want to use your cyclos_411_api from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You should now be able to require('cyclos_411_api') in javascript files from the directory you ran the last command above from.

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/cyclos_411_api then install it via:

    npm install YOUR_USERNAME/cyclos_411_api --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file, that's to say your javascript file where you actually use this library):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var Cyclos411Api = require('cyclos_411_api');

var defaultClient = Cyclos411Api.ApiClient.instance;

// Configure API key authorization: accessClient
var accessClient = defaultClient.authentications['accessClient'];
accessClient.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//accessClient.apiKeyPrefix['Access-Client-Token'] = "Token"

// Configure HTTP basic authorization: basic
var basic = defaultClient.authentications['basic'];
basic.username = 'YOUR USERNAME'
basic.password = 'YOUR PASSWORD'

// Configure API key authorization: session
var session = defaultClient.authentications['session'];
session.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//session.apiKeyPrefix['Session-Token'] = "Token"

var api = new Cyclos411Api.AccountsApi()

var owner = "owner_example"; // {String} Can be one of: * a user identification value, such as id, username, e-mail, phone, etc.   Id is always allowed, others depend on Cyclos configuration. Note that   a valid numeric value is always considered as id. For example, when   using another identification method that can be numeric only, prefix   the value with a single quote (like in Excel spreadsheets), for   example, `'1234567890`;     * `self` for the currently authenticated user; * `system` for data that belongs to the system. 

var accountType = "accountType_example"; // {String} The internal name or id of the account type

var opts = { 
  'fields': ["fields_example"] // {[String]} Select which fields to include on returned data. If nothing is set, all object fields are returned. Unprefixed field names will be handled like a whitelist (only listed fields will be included), while names starting with a minus (-) or exclamation mark (!) will be handled as blacklist (listed fields will not be included). This works for nesting as well. For example: `a,b.b1,c.-c1,c.-c2` will return the fields `a`, `b` (containing only the `b1` field) and `c` (containing all its fields except for `c1` or `c2`).  
};

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getAccountHistoryDataByOwnerAndType(owner, accountType, opts, callback);

Documentation for API Endpoints

All URIs are relative to https://138.197.145.149:8080/cyclos/eCloudAtm/api

ClassMethodHTTP requestDescription
Cyclos411Api.AccountsApigetAccountHistoryDataByOwnerAndTypeGET /{owner}/accounts/{accountType}/data-for-historyReturns data for searching an account history by owner and type
Cyclos411Api.AccountsApigetAccountStatusByOwnerAndTypeGET /{owner}/accounts/{accountType}Returns the status of an account by owner and type
Cyclos411Api.AccountsApigetUserBalancesDataGET /accounts/data-for-user-balancesReturns data for searching users together with their balances
Cyclos411Api.AccountsApigetUserBalancesSummaryGET /accounts/{accountType}/user-balances/summaryReturns summarized information for the user balances search
Cyclos411Api.AccountsApilistAccountsByOwnerGET /{owner}/accountsLists accounts of the given owner with their statuses
Cyclos411Api.AccountsApisearchAccountHistoryGET /{owner}/accounts/{accountType}/historySearch an account history
Cyclos411Api.AccountsApisearchUsersWithBalancesGET /accounts/{accountType}/user-balancesSearches for users together with balance information
Cyclos411Api.AddressesApicreateAddressPOST /{user}/addressesCreates a new address for the given user
Cyclos411Api.AddressesApideleteAddressDELETE /addresses/{id}Removes an address
Cyclos411Api.AddressesApigetAddressDataForEditGET /addresses/{id}/data-for-editReturns data to edit an existing address
Cyclos411Api.AddressesApigetAddressDataForNewGET /{user}/addresses/data-for-newReturns data to create a new address
Cyclos411Api.AddressesApigetPasswordInputForRemoveAddressGET /addresses/{id}/password-for-removeReturns a confirmation `PasswordInput` for removing an address, if any
Cyclos411Api.AddressesApigetUserAddressesListDataGET /{user}/addresses/list-dataReturns data for addresses listing of the given user
Cyclos411Api.AddressesApigetUserPrimaryAddressGET /{user}/addresses/primaryReturns the primary address of a given user
Cyclos411Api.AddressesApilistAddressesByUserGET /{user}/addressesLists all (visible) user addresses
Cyclos411Api.AddressesApilistCountriesGET /addresses/countriesLists all known countries with the ISO code and display name
Cyclos411Api.AddressesApiupdateAddressPUT /addresses/{id}Updates an existing address
Cyclos411Api.AddressesApiviewAddressGET /addresses/{id}Returns details of a specific address
Cyclos411Api.AgreementsApiacceptPendingAgreementPOST /agreements/acceptAccept one or more agreements
Cyclos411Api.AgreementsApilistPendingAgreementsGET /agreements/pendingReturns the agreements the authenticated user needs to accept in order to use the system
Cyclos411Api.AuthApichangeForgottenPasswordPOST /auth/forgotten-passwordChanges the a forgotten password after have completed the request
Cyclos411Api.AuthApidisconnectCurrentClientDELETE /auth/access-clientDisconnect the current access client
Cyclos411Api.AuthApiforgottenPasswordRequestPOST /auth/forgotten-password/requestRequests a forgotten password, notifying the user with instructions to reset it
Cyclos411Api.AuthApigetCurrentAuthGET /authReturns data about the currently authenticated user
Cyclos411Api.AuthApigetDataForChangeForgottenPasswordGET /auth/forgotten-password/data-for-changeReturns configuration data used to change a forgotten password after the initial request
Cyclos411Api.AuthApigetDataForLoginGET /auth/data-for-loginReturns data containing the configuration for logging-in
Cyclos411Api.AuthApigetSecondaryPasswordInputGET /auth/session/secondary-passwordReturns the data for a secondary access password input
Cyclos411Api.AuthApiloginPOST /auth/sessionLogs-in the currently authenticated user
Cyclos411Api.AuthApilogoutDELETE /auth/sessionLog-out the current session
Cyclos411Api.AuthApinewOtpPOST /auth/otpGenerates a new One-Time-Password (OTP) for the authenticated user
Cyclos411Api.AuthApivalidateSecondaryPasswordPOST /auth/session/secondary-passwordValidates the current pending session
Cyclos411Api.CaptchaApigetCaptchaContentGET /captcha/{id}Returns a captcha image content
Cyclos411Api.CaptchaApinewCaptchaPOST /captchaReturns a new captcha challenge
Cyclos411Api.ClientsApiactivateClientPOST /clients/activateActivates an access client
Cyclos411Api.ClientsApilistClientTypesForUserGET /{user}/client-typesReturns the list of access clients types for a user
Cyclos411Api.ClientsApiunassignClientPOST /clients/{key}/unassignUnassign (disconnects) an access client
Cyclos411Api.ClientsApiviewClientGET /clients/{key}Returns details of an access client
Cyclos411Api.ContactInfosApicreateContactInfoPOST /{user}/contact-infosCreates a new additional contact information for the given user
Cyclos411Api.ContactInfosApideleteContactInfoDELETE /contact-infos/{id}Removes an existing additional contact information
Cyclos411Api.ContactInfosApigetContactInfoDataForEditGET /contact-infos/{id}/data-for-editReturns data to edit an existing additional contact information
Cyclos411Api.ContactInfosApigetContactInfoDataForNewGET /{user}/contact-infos/data-for-newReturns data to create a new additional contact information
Cyclos411Api.ContactInfosApigetPasswordInputForRemoveContactInfoGET /contact-infos/{id}/password-for-removeReturns a confirmation `PasswordInput` for removing an additional contact information, if any
Cyclos411Api.ContactInfosApigetUserContactInfosListDataGET /{user}/contact-infos/list-dataReturns data for listing additional contact informations of the given user
Cyclos411Api.ContactInfosApilistContactInfosByUserGET /{user}/contact-infosLists all (visible) additional contact informations for the user
Cyclos411Api.ContactInfosApiupdateContactInfoPUT /contact-infos/{id}Updates an existing additional contact information
Cyclos411Api.ContactInfosApiviewContactInfoGET /contact-infos/{id}Returns details of a specific additional contact information
Cyclos411Api.ContactsApiaddContactPOST /{user}/contacts/{contact}This operation is deprecated, use `POST /{user}/contact-list` instead.
Cyclos411Api.ContactsApicreateContactPOST /{user}/contact-listCreates a new contact
Cyclos411Api.ContactsApideleteContactDELETE /contact-list/{id}Removes a contact
Cyclos411Api.ContactsApigetContactDataForEditGET /contact-list/{id}/data-for-editReturns data to edit an existing contact
Cyclos411Api.ContactsApigetContactListDataForNewGET /{user}/contact-list/data-for-newReturns configuration data for creating a new contact
Cyclos411Api.ContactsApigetContactListDataForSearchGET /{user}/contact-list/data-for-searchReturns configuration data used when searching for contacts
Cyclos411Api.ContactsApiremoveContactDELETE /{user}/contacts/{contact}This operation is deprecated, use `DELETE /contact-list/{id}` instead
Cyclos411Api.ContactsApisearchContactListGET /{user}/contact-listSearches the contact list of a given user
Cyclos411Api.ContactsApisearchContactsGET /{user}/contactsSearch users which are contacts of a specific user
Cyclos411Api.ContactsApiupdateContactPUT /contact-list/{id}Updates an existing contact
Cyclos411Api.ContactsApiviewContactGET /contact-list/{id}Returns details of a specific contact
Cyclos411Api.FilesApideleteRawFileDELETE /files/{id}Removes a file by id
Cyclos411Api.FilesApigetRawFileContentGET /files/{id}/contentReturns the content of a raw file (temp or custom field value)
Cyclos411Api.FilesApilistTempFilesGET /files/tempLists temporary files related to the currently authenticated user or guest
Cyclos411Api.FilesApiuploadTempFilePOST /files/tempAdds a new temporary file for the currently authenticated user or guest.
Cyclos411Api.FilesApiviewRawFileGET /files/{id}Returns a file details by id
Cyclos411Api.ImagesApideleteImageDELETE /images/{idOrKey}Removes an image by id or key
Cyclos411Api.ImagesApigetAdImagesListDataGET /marketplace/{ad}/images/list-dataReturns the images of an advertisement, plus additional permissions and data
Cyclos411Api.ImagesApigetImageContentGET /images/content/{idOrKey}Returns an image content by id or key
Cyclos411Api.ImagesApigetImageContentByIdGET /images/{id}/content(deprecated) Returns an image content by id
Cyclos411Api.ImagesApigetImageContentDeprecatedGET /images/{kind}/{file}Returns an image content
Cyclos411Api.ImagesApigetUserImagesListDataGET /{user}/images/list-dataReturns either `profile` or `custom` images for a given user, plus additional permissions and data
Cyclos411Api.ImagesApilistAdImagesGET /marketplace/{ad}/imagesLists the images of an advertisement
Cyclos411Api.ImagesApilistTempImagesGET /images/tempLists temporary images related to the currently authenticated user or guest
Cyclos411Api.ImagesApilistUserImagesGET /{user}/imagesLists either `profile` or `custom` images for a given user
Cyclos411Api.ImagesApireorderAdImagesPUT /marketplace/{ad}/images/orderChanges the order of the images of an advertisement
Cyclos411Api.ImagesApireorderProfileImagesPUT /{user}/images/orderChanges the order of a user's profile images
Cyclos411Api.ImagesApiuploadAdImagePOST /marketplace/{ad}/imagesAdds a new image for the given advertisement.
Cyclos411Api.ImagesApiuploadContactInfoImagePOST /contact-infos/{id}/imageUploads a new image for the given additional contact information.
Cyclos411Api.ImagesApiuploadContactInfoImageDeprecatedPOST /contactInfos/{id}/imageThis operation is deprecated, use `POST /contact-infos/{id}/image` instead.
Cyclos411Api.ImagesApiuploadTempImagePOST /images/tempAdds a new temporary image for the currently authenticated user or guest.
Cyclos411Api.ImagesApiuploadUserImagePOST /{user}/imagesAdds a new image for the given user. The image kind is either `profile` or `custom`.
Cyclos411Api.ImagesApiviewImageGET /images/{idOrKey}Returns an image details by id or key
Cyclos411Api.MarketplaceApiacceptOrderByBuyerPOST /orders/{order}/buyer/acceptAccepts a pending order by buyer.
Cyclos411Api.MarketplaceApiacceptOrderBySellerPOST /orders/{order}/seller/acceptAccepts a pending order by seller.
Cyclos411Api.MarketplaceApiaddItemToShoppingCartPOST /shopping-carts/items/{ad}Adds the given webshop ad to the corresponding shopping cart.
Cyclos411Api.MarketplaceApiadjustAndGetShoppingCartDetailsPOST /shopping-carts/{id}/adjustAdjusts a shopping cart items, returning its details.
Cyclos411Api.MarketplaceApicheckoutShoppingCartPOST /shopping-carts/{id}/checkoutChecks out a shopping cart.
Cyclos411Api.MarketplaceApicreateAdPOST /{user}/marketplaceCreates a new advertisement for the given user.
Cyclos411Api.MarketplaceApicreateAdQuestionPOST /marketplace/{ad}/questionsCreates a new advertisement question.
Cyclos411Api.MarketplaceApideleteAdDELETE /marketplace/{ad}Removes an advertisement.
Cyclos411Api.MarketplaceApideleteAdQuestionDELETE /questions/{id}Removes an advertisement question.
Cyclos411Api.MarketplaceApigetAdDataForEditGET /marketplace/{ad}/data-for-editReturns configuration data for editing an advertisement.
Cyclos411Api.MarketplaceApigetAdDataForNewGET /{user}/marketplace/data-for-newReturns configuration data for creating a new advertisement for a user and kind.
Cyclos411Api.MarketplaceApigetAdDataForSearchGET /marketplace/data-for-searchReturns configuration data for searching advertisements.
Cyclos411Api.MarketplaceApigetAdQuestionGET /questions/{id}Returns details of an advertisement question.
Cyclos411Api.MarketplaceApigetDataForSetDeliveryMethodGET /orders/{order}/seller/data-for-set-deliveryReturns configuration data to set delivery method data by seller.
Cyclos411Api.MarketplaceApigetOrderDataForAcceptByBuyerGET /orders/{order}/buyer/data-for-acceptReturns configuration data for accept an order by buyer.
Cyclos411Api.MarketplaceApigetShoppingCartDataForCheckoutGET /shopping-carts/{id}/data-for-checkoutReturns configuration data for check-out a shopping cart.
Cyclos411Api.MarketplaceApigetShoppingCartDetailsGET /shopping-carts/{id}Returns details of a shopping cart.
Cyclos411Api.MarketplaceApigetShoppingCartsGET /shopping-cartsReturns the shopping carts list.
Cyclos411Api.MarketplaceApigetUserAdsDataForSearchGET /{user}/marketplace/data-for-searchReturns configuration data for searching advertisements of a user.
Cyclos411Api.MarketplaceApimodifyItemQuantityOnShoppingCartPUT /shopping-carts/items/{ad}Modifies the corresponding cart with the new quantity for the given webshop ad.
Cyclos411Api.MarketplaceApirejectOrderPOST /orders/{order}/rejectRejects a pending order.
Cyclos411Api.MarketplaceApiremoveItemFromShoppingCartDELETE /shopping-carts/items/{ad}Removes the given webshop ad from the corresponding shopping cart.
Cyclos411Api.MarketplaceApiremoveShoppingCartDELETE /shopping-carts/{id}Removes a shopping cart.
Cyclos411Api.MarketplaceApisearchAdsGET /marketplaceSearches for advertisements.
Cyclos411Api.MarketplaceApisearchUserAdsGET /{user}/marketplaceSearches for advertisements of a specific user.
Cyclos411Api.MarketplaceApisearchUserOrdersGET /{user}/ordersSearches for orders of a specific user.
Cyclos411Api.MarketplaceApisetDeliveryMethodPOST /orders/{order}/seller/set-deliverySets delivery method data by seller.
Cyclos411Api.MarketplaceApiupdateAdPUT /marketplace/{ad}Updates an existing advertisement.
Cyclos411Api.MarketplaceApiviewAdGET /marketplace/{ad}Returns details of an advertisement.
Cyclos411Api.MarketplaceApiviewOrderGET /orders/{order}Returns details of an order.
Cyclos411Api.MobileApidataForMobileGuestGET /mobile/data-for-guestReturns data the mobile application uses while in guest mode
Cyclos411Api.MobileApidataForMobileUserGET /mobile/data-for-userReturns data the mobile application uses in either user or POS mode
Cyclos411Api.MobileApimobilePageContentGET /mobile/page/{id}Returns the content of a mobile page
Cyclos411Api.NFCApicancelNfcPOST /nfc/cancelCancels a NFC tag
Cyclos411Api.NFCApigetNfcDataForInitializeGET /nfc/data-for-initializeReturns data for NFC tag initialization. Optionally the user can personalize the tag too.
Cyclos411Api.NFCApigetNfcDataForPersonalizeGET /nfc/data-for-personalizeReturns data for perfornalizing an initialized NFC tag for a user
Cyclos411Api.NFCApigetNfcTokenGET /nfc/{tokenType}/{value}Retrieve the NFC token detailed data
Cyclos411Api.NFCApigetOtpForPersonalizeNfcPOST /nfc/personalize/otpGenerates a new One-Time-Password (OTP) for a personalizing a NFC tag
Cyclos411Api.NFCApiinitializeNfcPOST /nfc/initializeInitializes a NFC tag
Cyclos411Api.NFCApinfcExternalAuthPOST /nfc/external-authNFC external authentication
Cyclos411Api.NFCApipersonalizeNfcPOST /nfc/personalizePersonalizes a NFC tag
Cyclos411Api.NotificationsApideleteNotificationDELETE /notifications/{id}Removes a notification by id.
Cyclos411Api.NotificationsApimarkAsViewedPOST /notifications/viewedUpdate the last view date for the notifications.
Cyclos411Api.NotificationsApimarkNotificationsAsReadPOST /notifications/mark-as-readMarks a list of notifications as read.
Cyclos411Api.NotificationsApinotificationsStatusGET /notifications/statusReturn information about the received notifications.
Cyclos411Api.NotificationsApisearchNotificationsGET /notificationsSearches for the notifications the authenticated user has received.
Cyclos411Api.NotificationsApiviewNotificationGET /notifications/{id}Returns the notification details.
Cyclos411Api.OperationsApigetAdOperationDataForRunGET /marketplace/{ad}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over an advertisement
Cyclos411Api.OperationsApigetContactInfoOperationDataForRunGET /contact-infos/{id}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over an additional contact information
Cyclos411Api.OperationsApigetContactOperationDataForRunGET /contact-list/{id}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over a contact
Cyclos411Api.OperationsApigetOperationDataForRunGET /operations/{operation}/data-for-runReturns configuration data for running a custom operation without additional scope
Cyclos411Api.OperationsApigetOwnerOperationDataForRunGET /{owner}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over an owner
Cyclos411Api.OperationsApigetRecordOperationDataForRunGET /records/{id}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over a record
Cyclos411Api.OperationsApigetTransferOperationDataForRunGET /transfer/{key}/operations/{operation}/data-for-runReturns configuration data for running a custom operation over a transfer
Cyclos411Api.OperationsApilistOperationsByAdGET /marketplace/{ad}/operationsLists the custom operations over the given advertisement
Cyclos411Api.OperationsApilistOperationsByContactGET /contact-list/{id}/operationsLists the custom operations over the given contact
Cyclos411Api.OperationsApilistOperationsByContactInfoGET /contact-infos/{id}/operationsLists the custom operations over the given additional contact information
Cyclos411Api.OperationsApilistOperationsByOwnerGET /{owner}/operationsLists the custom operations over the system or user
Cyclos411Api.OperationsApilistOperationsByRecordGET /records/{id}/operationsLists the custom operations over the given record
Cyclos411Api.OperationsApilistOperationsByTransferGET /transfers/{key}/operationsLists the custom operations over the given transfer
Cyclos411Api.OperationsApirunAdOperationPOST /marketplace/{ad}/operations/{operation}/runRuns a custom operation over an advertisement
Cyclos411Api.OperationsApirunAdOperationWithUploadPOST /marketplace/{ad}/operations/{operation}/run-uploadRuns a custom operation over an advertisement while uploading a file
Cyclos411Api.OperationsApirunContactInfoOperationPOST /contact-infos/{id}/operations/{operation}/runRuns a custom operation over an additional contact information
Cyclos411Api.OperationsApirunContactInfoOperationWithUploadPOST /contact-infos/{id}/operations/{operation}/run-uploadRuns a custom operation over an additional contact information while uploading a file
Cyclos411Api.OperationsApirunContactOperationPOST /contact-list/{id}/operations/{operation}/runRuns a custom operation over a contact
Cyclos411Api.OperationsApirunContactOperationWithUploadPOST /contact-list/{id}/operations/{operation}/run-uploadRuns a custom operation over an contact while uploading a file
Cyclos411Api.OperationsApirunCustomOperationCallbackPOST /operations/callback/{id}Runs the callback of an external redirect custom operation
Cyclos411Api.OperationsApirunOperationPOST /operations/{operation}/runRuns a custom operation without additional scope
Cyclos411Api.OperationsApirunOperationWithUploadPOST /operations/{operation}/run-uploadRuns a custom operation without additional scope while uploading a file
Cyclos411Api.OperationsApirunOwnerOperationPOST /{owner}/operations/{operation}/runRuns a custom operation either for system or user
Cyclos411Api.OperationsApirunOwnerOperationWithUploadPOST /{owner}/operations/{operation}/run-uploadRuns a custom operation either for system or user while uploading a file
Cyclos411Api.OperationsApirunRecordOperationPOST /records/{id}/operations/{operation}/runRuns a custom operation over a record
Cyclos411Api.OperationsApirunRecordOperationWithUploadPOST /records/{id}/operations/{operation}/run-uploadRuns a custom operation over a record while uploading a file
Cyclos411Api.OperationsApirunTransferOperationPOST /transfers/{key}/operations/{operation}/runRuns a custom operation over a transfer
Cyclos411Api.OperationsApirunTransferOperationWithUploadPOST /transfers/{key}/operations/{operation}/run-uploadRuns a custom operation over a transfer while uploading a file
Cyclos411Api.OperatorsApigetGeneralOperatorsDataForSearchGET /operators/data-for-searchGet configuration data for searching operators of any managed user
Cyclos411Api.OperatorsApigetUserOperatorsDataForSearchGET /{user}/operators/data-for-searchGet configuration data for searching operators of the given user
Cyclos411Api.OperatorsApisearchGeneralOperatorsGET /operatorsSearch the visible operators (of any managed user)
Cyclos411Api.OperatorsApisearchUserOperatorsGET /{user}/operatorsSearch the operators of a given user
Cyclos411Api.POSApicalculateReceivePaymentInstallmentsGET /pos/installmentsCalculates the default installments for a scheduled payment
Cyclos411Api.POSApidataForReceivePaymentGET /pos/data-for-posReturns configuration data for receiving a payment (POS)
Cyclos411Api.POSApipreviewReceivePaymentPOST /pos/previewPreviews a POS payment before receiving it
Cyclos411Api.POSApireceivePaymentPOST /posReceives a payment (POS)
Cyclos411Api.POSApireceivePaymentOtpPOST /pos/otpGenerates a new One-Time-Password (OTP) for a pos payment
Cyclos411Api.PasswordsApiallowGenerationPOST /{user}/passwords/{type}/allow-generationAllows the given user to generate the password for the first time for the given type.
Cyclos411Api.PasswordsApichangeGeneratedPOST /passwords/{type}/change-generatedGenerates a new value for an active generated password.
Cyclos411Api.PasswordsApichangePasswordPOST /{user}/passwords/{type}/changeChanges a manual password
Cyclos411Api.PasswordsApidisablePasswordPOST /{user}/passwords/{type}/disableDisables a password, making it unusable until manually re-enabled
Cyclos411Api.PasswordsApienablePasswordPOST /{user}/passwords/{type}/enableRe-enables a disabled a password
Cyclos411Api.PasswordsApigeneratePasswordPOST /passwords/{type}/generateGenerates the value of a generated password for the first time or if expired.
Cyclos411Api.PasswordsApigetUserPasswordsDataGET /{user}/passwords/{type}Returns complete data of the given password the given user have.
Cyclos411Api.PasswordsApigetUserPasswordsListDataGET /{user}/passwords/list-dataReturns complete data for each passwords the given user have.
Cyclos411Api.PasswordsApilistUserPasswordsGET /{user}/passwordsReturns the status for each passwords the given user have.
Cyclos411Api.PasswordsApiresetAndSendPasswordPOST /{user}/passwords/{type}/reset-and-sendGenerates a new value for a manual password and send it to the user via e-mail
Cyclos411Api.PasswordsApiresetGeneratedPasswordPOST /{user}/passwords/{type}/reset-generatedResets a generated password, allowing it to be generated again
Cyclos411Api.PasswordsApiunblockPasswordPOST /{user}/passwords/{type}/unblockUnblocks a password that has been blocked by exceeding the wrong tries
Cyclos411Api.PaymentRequestsApiacceptPaymentRequestPOST /payment-requests/{key}/acceptAccepts a payment request.
Cyclos411Api.PaymentRequestsApicancelPaymentRequestPOST /payment-requests/{key}/cancelCancels a payment request.
Cyclos411Api.PaymentRequestsApichangePaymentRequestExpirationDatePOST /payment-requests/{key}/change-expirationChanges the payment request expiration.
Cyclos411Api.PaymentRequestsApidataForSendPaymentRequestGET /{owner}/payment-requests/data-for-sendReturns configuration data for sending a payment request
Cyclos411Api.PaymentRequestsApipreviewPaymentRequestGET /payment-requests/{key}/previewPreviews the payment performed when accepting the given payment request.
Cyclos411Api.PaymentRequestsApirejectPaymentRequestPOST /payment-requests/{key}/rejectRejects a payment request.
Cyclos411Api.PaymentRequestsApireschedulePaymentRequestPOST /payment-requests/{key}/rescheduleReschedules a payment request.
Cyclos411Api.PaymentRequestsApisendPaymentRequestPOST /{owner}/payment-requestsSends a payment request from the given owner
Cyclos411Api.PaymentsApicalculatePerformPaymentInstallmentsGET /{owner}/payments/installmentsCalculates the default installments for a scheduled payment
Cyclos411Api.PaymentsApidataForPerformPaymentGET /{owner}/payments/data-for-performReturns configuration data for performing a payment
Cyclos411Api.PaymentsApigetPaymentQrCodeGET /payments/qr-codeReturns the QR-code image for the given payment's parameters
Cyclos411Api.PaymentsApiperformPaymentPOST /{owner}/paymentsPerforms a payment from the given owner
Cyclos411Api.PaymentsApipreviewPaymentPOST /{owner}/payments/previewPreviews a payment before performing it
Cyclos411Api.PendingPaymentsApiauthorizePendingPaymentPOST /pending-payments/{key}/authorizeAuthorizes a pending payment.
Cyclos411Api.PendingPaymentsApicancelPendingPaymentPOST /pending-payments/{key}/cancelCancels the authorization process of a pending payment.
Cyclos411Api.PendingPaymentsApidenyPendingPaymentPOST /pending-payments/{key}/denyDenies a pending payment.
Cyclos411Api.PhonesApicreatePhonePOST /{user}/phonesCreates a new phone for the given user
Cyclos411Api.PhonesApideletePhoneDELETE /phones/{id}Removes a phone
Cyclos411Api.PhonesApidisablePhoneForSmsPOST /phones/{id}/disable-for-smsMarks a phone as disabled to receive SMS notifications and operate in the SMS channel
Cyclos411Api.PhonesApienablePhoneForSmsPOST /phones/{id}/enable-for-smsMarks a phone as enabled to receive SMS notifications and operate in the SMS channel
Cyclos411Api.PhonesApigetPasswordInputForDisablePhoneForSmsGET /phones/{id}/password-for-disable-smsReturns a confirmation `PasswordInput` for disabling SMS of a phone, if any
Cyclos411Api.PhonesApigetPasswordInputForRemovePhoneGET /phones/{id}/password-for-removeReturns a confirmation `PasswordInput` for removing a phone, if any
Cyclos411Api.PhonesApigetPhoneDataForEditGET /phones/{id}/data-for-editReturns data to edit an existing phone
Cyclos411Api.PhonesApigetPhoneDataForNewGET /{user}/phones/data-for-newReturns data to create a new phone
Cyclos411Api.PhonesApigetUserPhonesListDataGET /{user}/phones/list-dataReturns data for listing a user's phones
Cyclos411Api.PhonesApilistPhonesByUserGET /{user}/phonesLists all (visible) user phones
Cyclos411Api.PhonesApisendPhoneVerificationCodePOST /phones/{id}/send-verification-codeSends the verification code for a user to verify the mobile phone
Cyclos411Api.PhonesApiupdatePhonePUT /phones/{id}Updates an existing phone
Cyclos411Api.PhonesApiverifyPhonePOST /phones/{id}/verifyMarks a phone as verified if the code matches
Cyclos411Api.PhonesApiviewPhoneGET /phones/{id}Returns details of a specific phone
Cyclos411Api.PushApisubscribeForPushNotificationsGET /push/subscribeSubscribes for receiving push notifications of specific types
Cyclos411Api.RecordsApicreateRecordPOST /{owner}/records/{type}Creates a new record for the given owner and type
Cyclos411Api.RecordsApideleteRecordDELETE /records/{id}Removes a record
Cyclos411Api.RecordsApigetRecordDataForEditGET /records/{id}/data-for-editReturns data to edit an existing record
Cyclos411Api.RecordsApigetRecordDataForGeneralSearchGET /general-records/{type}/data-for-searchReturns data for searching records of a type over any owner
Cyclos411Api.RecordsApigetRecordDataForNewGET /{owner}/records/{type}/data-for-newReturns data to create a new record
Cyclos411Api.RecordsApigetRecordDataForOwnerSearchGET /{owner}/records/{type}/data-for-searchReturns data for searching records of a specific type and owner
Cyclos411Api.RecordsApigetRecordDataForSharedSearchGET /shared-records/data-for-searchReturns data for searching records with shared fields
Cyclos411Api.RecordsApigetRecordTypeByOwnerGET /{owner}/record-types/{type}Returns a single record type over a user or system
Cyclos411Api.RecordsApilistRecordTypesByOwnerGET /{owner}/record-typesLists the record types over a user or system
Cyclos411Api.RecordsApilistRecordTypesForGeneralSearchGET /general-records/record-typesLists the record types for general search
Cyclos411Api.RecordsApisearchGeneralRecordsGET /general-records/{type}Searches for records of a specific type over any owner
Cyclos411Api.RecordsApisearchOwnerRecordsGET /{owner}/records/{type}Searches for records of a specific type and owner
Cyclos411Api.RecordsApisearchSharedRecordsGET /shared-recordsSearches for records with shared fields
Cyclos411Api.RecordsApiupdateRecordPUT /records/{id}Updates an existing record
Cyclos411Api.RecordsApiviewRecordGET /records/{id}Returns details of a specific record
Cyclos411Api.RecurringPaymentsApicancelRecurringPaymentPOST /recurring-payments/{key}/cancelCancels a recurring payment.
Cyclos411Api.RecurringPaymentsApiprocessFailedRecurringPaymentOccurrencePOST /recurring-payments/occurrences/{id}/process-failedProcesses a failed recurring payment occurrence.
Cyclos411Api.ScheduledPaymentsApiblockScheduledPaymentPOST /scheduled-payments/{key}/blockBlocks a scheduled payment.
Cyclos411Api.ScheduledPaymentsApicancelScheduledPaymentPOST /scheduled-payments/{key}/cancelCancels a scheduled payment.
Cyclos411Api.ScheduledPaymentsApiprocessScheduledPaymentInstallmentPOST /scheduled-payments/installments/{id}/processProcesses a single scheduled payment installment.
Cyclos411Api.ScheduledPaymentsApisettleScheduledPaymentPOST /scheduled-payments/{key}/settle-remainingSettles all remaining installments in a scheduled payment.
Cyclos411Api.ScheduledPaymentsApisettleScheduledPaymentInstallmentPOST /scheduled-payments/installments/{id}/settleSettles a single scheduled payment installment.
Cyclos411Api.ScheduledPaymentsApiunblockScheduledPaymentPOST /scheduled-payments/{key}/unblockUnblocks a scheduled payment.
Cyclos411Api.SessionsApiloginUserPOST /sessionsLogins a user, returning data from the new session
Cyclos411Api.TicketsApiacceptTicketPOST /tickets/{ticket}/acceptThis operation is deprecated, use `POST /tickets/{ticket}/approve` instead.
Cyclos411Api.TicketsApiapproveTicketPOST /tickets/{ticket}/approveApproves a ticket by the payer.
Cyclos411Api.TicketsApicancelTicketPOST /tickets/{ticket}/cancelCancels a ticket by the receiver.
Cyclos411Api.TicketsApidataForNewTicketGET /tickets/data-for-newReturns data for create a new ticket for the logged user.
Cyclos411Api.TicketsApigetDataForEasyInvoiceGET /tickets/data-for-easy-invoice/{user}Returns data for an easy invoice to the given user
Cyclos411Api.TicketsApigetEasyInvoiceQrCodeGET /tickets/easy-invoice-qr-code/{user}Returns a QR-code image with the URL for an easy invoice confirmation
Cyclos411Api.TicketsApigetTicketQrCodeGET /tickets/{ticket}/qr-codeReturns the QR-code image for the given ticket only if its status is `open`
Cyclos411Api.TicketsApinewTicketPOST /ticketsCreates a new ticket with status `open` for the logged user.
Cyclos411Api.TicketsApipreviewTicketPOST /tickets/{ticket}/previewPreviews the payment generated by the ticket.
Cyclos411Api.TicketsApiprocessTicketPOST /tickets/{ticket}/processProcesses a ticket by the receiver.
Cyclos411Api.TicketsApiviewTicketGET /tickets/{ticket}Returns details about a ticket by ticket number
Cyclos411Api.TransactionsApigetTransactionsDataForSearchGET /{owner}/transactions/data-for-searchReturns data for searching transactions of an account owner
Cyclos411Api.TransactionsApisearchTransactionsGET /{owner}/transactionsSearches transactions of an account owner
Cyclos411Api.TransactionsApiviewTransactionGET /transactions/{key}Returns details about a transaction
Cyclos411Api.TransfersApichargebackTransferPOST /transfers/{key}/chargebackPerform the chargeback of a transfer
Cyclos411Api.TransfersApigetTransferDataForSearchGET /transfers/data-for-searchReturns data for searching transfers over multiple accounts
Cyclos411Api.TransfersApisearchTransfersGET /transfersSearches for transfers over multiple accounts
Cyclos411Api.TransfersApiviewTransferGET /transfers/{key}Returns details about a transfer
Cyclos411Api.UIApidataForUiGET /ui/data-for-uiReturns useful data required to properly display a user interface
Cyclos411Api.UsersApicreateUserPOST /usersRegisters a new user
Cyclos411Api.UsersApigetDataForEditFullProfileGET /users/{user}/data-for-edit-profileReturns data for editing the full profile at once
Cyclos411Api.UsersApigetDataForMapDirectoryGET /users/map/data-for-searchGet configuration data for searching the user directory (map)
Cyclos411Api.UsersApigetGroupsForUserRegistrationGET /users/groups-for-registrationReturns the groups the authenticated user or guest can register on
Cyclos411Api.UsersApigetUserDataForEditGET /users/{user}/data-for-editGet configuration data to edit a user profile
Cyclos411Api.UsersApigetUserDataForNewGET /users/data-for-newGet configuration data for registering new users
Cyclos411Api.UsersApigetUserDataForSearchGET /users/data-for-searchGet configuration data for searching users
Cyclos411Api.UsersApisaveUserFullProfilePOST /users/{user}/profileEdits the full profile at once
Cyclos411Api.UsersApisearchMapDirectoryGET /users/mapSearch the user directory (map)
Cyclos411Api.UsersApisearchUsersGET /usersSearch for users
Cyclos411Api.UsersApiupdateUserPUT /users/{user}Save a user details
Cyclos411Api.UsersApivalidateEmailChangePOST /users/validate/email-change/{key}Validates an e-mail via a validation key
Cyclos411Api.UsersApivalidateUserRegistrationPOST /users/validate/registration/{key}Validates an user registration via a key sent by e-mail
Cyclos411Api.UsersApivalidateUserRegistrationFieldGET /users/validate/{group}/{field}Validates the value of a single field for user registration
Cyclos411Api.UsersApiviewUserGET /users/{user}View a user details
Cyclos411Api.ValidationApivalidateEmailChangePOST /validate/email-change/{key}Validate a pending e-mail change.
Cyclos411Api.ValidationApivalidateUserRegistrationPOST /validate/registration/{key}Validate a pending user registration.
Cyclos411Api.VouchersApibuyVouchersPOST /{user}/vouchers/buyBuys one or more vouchers for the given user
Cyclos411Api.VouchersApibuyVouchersWithStatusPOST /{user}/vouchers/buy-with-statusBuys one or more vouchers for the given user returning the status.
Cyclos411Api.VouchersApigetUserVouchersDataForSearchGET /{user}/vouchers/data-for-searchReturns data for searching vouchers a user has bought or redeemed
Cyclos411Api.VouchersApigetVoucherDataForBuyGET /{user}/vouchers/data-for-buyReturns data for buying a voucher of a specified type
Cyclos411Api.VouchersApigetVoucherDataForRedeemGET /{user}/vouchers/{token}/data-for-redeemReturns data for redeeming a voucher by token
Cyclos411Api.VouchersApigetVoucherInitialDataForRedeemGET /{user}/vouchers/data-for-redeemReturns initial data for redeeming vouchers
Cyclos411Api.VouchersApigetVoucherQrCodeGET /vouchers/{key}/qr-codeReturns the QR-code image for the given voucher
Cyclos411Api.VouchersApilistVoucherTypesForBuyGET /{user}/vouchers/types-for-buyReturns the voucher types the authenticated user can buy vouchers to the given user
Cyclos411Api.VouchersApiredeemVoucherPOST /{user}/vouchers/{token}/redeemRedeems a voucher for the given user
Cyclos411Api.VouchersApisearchUserVouchersGET /{user}/vouchersSearches for vouchers a user has bought or redeemed
Cyclos411Api.VouchersApiviewVoucherGET /vouchers/{key}Returns data for a particular voucher

Documentation for Models