Deprecated: ElementorPro\Modules\Posts\Traits\Button_Widget_Trait::render_button(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/posts/traits/button-widget-trait.php on line 491

Deprecated: ElementorPro\Modules\Carousel\Widgets\Media_Carousel::print_slider(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/carousel/widgets/media-carousel.php on line 305

Deprecated: ElementorPro\Modules\Carousel\Widgets\Base::print_slider(): Implicitly marking parameter $settings as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/carousel/widgets/base.php on line 575

Deprecated: ElementorPro\Modules\Payments\Widgets\Paypal_Button::render_button(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/payments/widgets/paypal-button.php on line 225

Deprecated: ElementorPro\Modules\Payments\Classes\Payment_Button::render_button(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/payments/classes/payment-button.php on line 499

Deprecated: ElementorPro\Modules\Payments\Widgets\Stripe_Button::render_button(): Implicitly marking parameter $instance as nullable is deprecated, the explicit nullable type must be used instead in /home2/ixtech/public_html/wp-content/plugins/pro-elements/modules/payments/widgets/stripe-button.php on line 249

iX Api

Através de uma API externa, é possível tarifar os CDRs através de uma simples integração via Api RESTFul.

Para clientes que possuem a bilhetagem armazenada no Pabx IP, torna-se uma integração de grande utilidade, pois elimina a necessidade de exportar os CDRs para os Sistemas de Tarifação.

A Api retorna em média 30.000 registros tarifados por minuto e suporta multi-thread.

Estrutura:
https://api.ixportal.com.br/api/Tarifacao/RequestItems

Header:
Key: Content-Type Value: application/json
Key: keyCode Value: ID único;

Body:
[{“DataHora”:”2018-07-24 11:05:47″,”Duracao”:”30″,”NumeroOrigem”:”11976529763″,”NumeroDestino”:”1150702151″}]

Sendo que:
keCode unique identifier
DataHora: yyyy-MM-dd HH:mm:ss
Duracao: int
NumeroOrigem: bigInt (obrigatório 10 caracteres)
NumeroDestino: bigInt (obrigatório 10 caracteres)

Este é o resultado esperado de retorno, conforme exemplo acima:
[{
“dataHora”: “2018-07-24T11:05:47”,
“duracao”: 30,

“numeroOrigem”: 11976529763,
“numeroDestino”: 1150702151,

“localidadeDestino”: “SÃO PAULO”,
“categoriaA”: “VC1”,
“categoriaB”: “VC1”,
“categoriaC”: “OFF-NET”,
“duracaoTarifada”: “30”
}]

categoriaA pode ser:
LOC,D1,D2,D3,D4,VC1,VC2,VC3,GRA,SER

categoriaB pode ser:
LOC,INTER,INTRA,VC1,VC2,VC3,GRA,SER

categoriaC pode ser:
ON-NET,OFF-NET

Fale conosco

Queremos ouvir a sua opinião, dúvidas, críticas, melhorias e necessidades. Descreva rapidamente no que podemos auxiliá-lo que retornaremos o mais breve possível.

Contact Form Demo