Recommend this page to a friend! |
Classes of Francesco Danti | Scloby Client API | docs/Api/PrepaidCreditMovementsApi.md | Download |
|
![]() Swagger\Client\PrepaidCreditMovementsApiAll URIs are relative to https://api.scloby.com/v2 Method | HTTP request | Description ------------- | ------------- | ------------- prepaidCustomersGet | GET /prepaid_customers | Get list of Prepaid Customers prepaidMovementsIdGet | GET /prepaid_movements/{id} | Get existing Prepaid Movement prepaidMovementsPost | POST /prepaid_movements | Add new Prepaid Movement prepaidCustomersGet> prepaidCustomersGet($pagination, $per_page, $page) Get list of Prepaid Customers Example
ParametersName | Type | Description | Notes ------------- | ------------- | ------------- | ------------- pagination | bool| Pagination parameter | [optional] per_page | int| Results_per_page | [optional] page | int| PAGE_NUMBER(starting from 0 to TOTAL_PAGE-1) | [optional] Return typevoid (empty response body) AuthorizationHTTP request headers- Content-Type: Not defined - Accept: Not defined [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) prepaidMovementsIdGet> \Swagger\Client\Model\ChainPrepaidMovements prepaidMovementsIdGet($id) Get existing Prepaid Movement In this case you must specify the id in the URL Example
ParametersName | Type | Description | Notes ------------- | ------------- | ------------- | ------------- id | string| id of the Prepaid Movement | Return type\Swagger\Client\Model\ChainPrepaidMovements AuthorizationHTTP request headers- Content-Type: Not defined - Accept: application/json [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) prepaidMovementsPost> \Swagger\Client\Model\ChainPrepaidMovements prepaidMovementsPost($body, $pagination, $per_page, $page) Add new Prepaid Movement Returns a Json with the data of the new Prepaid Movement Example
ParametersName | Type | Description | Notes ------------- | ------------- | ------------- | ------------- body | \Swagger\Client\Model\ChainPrepaidMovements| Prepaid Movement object that needs to be added. | pagination | bool| Pagination parameter | [optional] per_page | int| Results_per_page | [optional] page | int| PAGE_NUMBER(starting from 0 to TOTAL_PAGE-1) | [optional] Return type\Swagger\Client\Model\ChainPrepaidMovements AuthorizationHTTP request headers- Content-Type: application/json - Accept: application/json [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) |