V3
Schemas
GetTypificationsResponse
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| typifications | [object] | false | none |
| » id | string | true | none |
| » created_at | string(date-time) | true | Typification creation date |
| » channel | string | true | Channel where the typification was performed |
| » tenant | string | false | Tenant where the typification was performed |
| » area | string | false | User area where the typification was performed |
| » user_id | string | true | User performing the typification. |
| » msisdn | string | true | Phone number related to the typification |
| » campaign | string | true | Campaign related to the typification |
| » reason | string | true | Typification reason |
| » subreason1 | string | false | Typification subreason1 |
| » subreason2 | string | false | Typification subreason2 |
| » result | string | false | Typification result |
| » subresult | string | false | Typification subresult |
| » conversation_id | string | false | Conversation identifier related to the typification |
| » operator | string | false | Operator related to the typification |
| » description | string | false | Typification description |
| » initial_fee | number(float) | false | none |
CreateTypificationRequest
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| channel | string | true | Channel where the typification was performed |
| user_id | string | true | User performing the typification. It takes an email format |
| msisdn | string | true | Phone number related to the typification |
| conversation_id | string | false | Conversation identifier related to the typification |
| operator | string | false | Operator related to the typification |
| campaign | string | true | Campaign related to the typification |
| reason | string | true | Typification reason |
| subreason1 | string | false | Typification subreason1 |
| subreason2 | string | false | Typification subreason2 |
| result | string | false | Typification result |
| subresult | string | false | Typification subresult |
| description | string | false | Typification description |
| initial_fee | number(float) | false | none |
DevicesInfoByCustomerId
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| devices | [DeviceResponseByCustomerId] | false | none |
Memo
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | false | primary key |
| host_table | string | true | HostTable in cassandra database |
| key_value | string | false | KeyValue in cassandra database |
| memo_seq | integer(int64) | false | MemoSeq in cassandra database |
| customer_num | integer(int64) | false | CustNum in cassandra database |
| customer_external_id | integer(int64) | false | Customer external Id |
| subscription_id | integer(int64) | false | Customer external Id |
| memo_title | string | false | MemoTitle in cassandra database |
| memo_text | string | false | MemoText in cassandra database |
| memo_type | string | false | MemoType in cassandra database |
| source | string(int64) | false | Source in cassandra database |
| create_stamp | string(date) | false | CreStamp in cassandra database |
| create_user | string | false | CreUser in cassandra database |
| change_stamp | string(date) | false | ChgStamp in cassandra database |
| change_user | string(int64) | false | ChgUser in cassandra database |
Memos
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| memos | [Memo] | false | none |
MemosPag
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| data | Memos | false | none |
| next_request | string | false | Url next set of data |
DeviceResponseByCustomerId
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| start_date | string(date-time) | false | none |
| subscription_id | integer(int64) | false | identification subscription |
| subscription_terminal_id | integer(int64) | false | subscription terminal id |
| status | StatusDevices | false | status device |
| fees | Fees | false | device info |
| permanence | Permanence | false | permanence info |
| is_mandatory | boolean | false | none |
| expedition_info | ExpeditionInfo | false | expedition info |
StatusDevices
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer(int32) | true | identification device status |
| value | string | true | Device status value |
Permanence
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| campaign_id | number(int32) | false | id campaig |
| description | string | false | permanence description |
| duration_months | integer(int32) | false | duration months |
| start_date | string(date-time) | false | binding start date |
| end_date | string(date-time) | false | binding end date |
| category_type | integer(int32) | false | category type |
Fees
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| upfront_fee | number(double) | false | upfront fee (initial payment) |
| installment_plan | InstallmentPlan | false | request detail |
| final_installment_plan | InstallmentPlan | false | request detail |
InstallmentPlan
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| last_installment_fee | number(double) | false | final payment |
| monthly_fee | number(double) | false | monthly fee |
| duration | integer(int32) | false | duration (total permanence) |
| unpaid_installments | integer(int32) | false | pending fees |
| financed_by | string | false | none |
ExpeditionInfo
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| item_number | number(int64) | false | item number |
| request_date | string(date-time) | false | request date |
| expedition_date | string(date-time) | false | expedition date |
| status | Status | false | status |
Status
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer(int32) | true | identification status |
| value | string | true | status value |
Credential
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| username | string | false | Username |
ErrorMessage
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| code | integer(int32) | false | Custom error code |
| status | string | false | Status |
| message | string | false | Status message |
| detailMsg | string | false | Detailed description of the error |
InvoiceConfigUpdate
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| delivery_mode | string | true | New delivery mode |
| Property | Values |
|---|---|
| delivery_mode | one of [EMAIL, PAPER, APPLICATION] |