Select
Accounts
Access to accounts
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
orgId | path | string | true | organization name |
accountId | path | integer(int64) | true | account identifier |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | successful operation | AccountInfo |
400 | Bad Request | Invalid request body | ErrorMessage |
404 | Not Found | Resource not found | ErrorMessage |
405 | Method Not Allowed | Method not allowed | None |
200 - instance of AccountInfo
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | integer(int64) | false | id de la cuenta |
customer_id | integer(int64) | false | id del cliente |
account_number | string | false | numero de contrato |
work_order_id | string | false | work order identifier. DEPRECATED, this info is in work_orders list |
work_orders | [WorkOrder] | false | list of ot associated to a package |
activation_date | string(date-time) | false | account activation date |
billing_type | BillingType | false | none |
status | AccountStatus | false | none |
path | string | false | none |
filename | string | false | none |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
orgId | path | string | true | organization name |
accountId | path | integer(int64) | true | account identifier |
include_historical_changes | query | boolean | false | true when you want to include historical changes |
historical_changes_start_date | query | string(date-time) | false | start date that you want query historical changes with format yyyy-mm-ddThh:MM:ssZ |
historical_changes_end_date | query | string(date-time) | false | end date that you want query historical changes with format yyyy-mm-ddThh:MM:ssZ |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | array of compatible bundles | TaxAccountInfo |
400 | Bad Request | Invalid request body | ErrorMessage |
404 | Not Found | Resource not found | ErrorMessage |
405 | Method Not Allowed | Method not allowed | None |
200 - instance of TaxAccountInfo
Custom schema example
|
|
Name | Type | Required | Description |
---|---|---|---|
id | integer(int64) | true | account id |
tax_value | integer(int32) | true | value tax |
tax_terminal_value | integer(int32) | false | value terminal tax |
state_id | integer(int32) | true | ID of the state |
description | string | false | description of the type tax (IVA, IGIC, etc..) |
start_date | string(date-time) | false | Date when the customer moved into the current state |
historical_changes | [TaxAccountInfoHistoricalChange] | false | none |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
orgId | path | string | true | organization name |
accountId | path | integer(int64) | true | account identifier |
signature_config | query | string | true | Signature config |
account_bundle_id | query | number(int64) | false | ‘none’ |
subscription_id | query | number(int64) | false | ‘none’ |
subscription_terminal_id | query | number(int64) | false | ‘none’ |
iccid | query | string | false | ‘none’ |
Enumerated Values
Property | Values |
---|---|
signature_config | one of [CONVERGENTE, SOLOMOVIL, TV, TERMINAL, SIM_REPLACEMENT, CHANGE_ADDRESS, BUNDLE_MIGRATION, CHANGE_TECHNOLOGY, UNFINANCED_TERMINAL, FINANCED_TERMINAL, BUNDLE_ADDLINE, CHANGE_OWNER] |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Successful operation | GetAccountContractsResponse |
404 | Not Found | Resource not found | ErrorMessage |
Endpoints
Signups
Users
Accounts
Invoices
Terms
Payment info
Account migrations
Subscriptions
Products
Services
Bonuses
Promotions
Barrings
Consumption
Workorders
Penalties