CSQ Docs
    CSQ Docs
    eVSB
    • eVSB
    • Postpaid
    • Billpayment
    • Payment
      POST
    • Get Invoices
      POST
    • Get Parameters
      GET

      Get Parameters

      GET
      /post-paid/bill-payment/parameters/{terminalId}/{operatorId}
      postpaid-bill-payment-controller

      Request

      Path Params
      terminalId
      integer <int32>
      required
      operatorId
      integer <int32>
      required
      Header Params
      U
      string 
      required
      Default:
      {{U}}
      SH
      string 
      required
      Default:
      {{SH}}
      ST
      string 
      required
      Default:
      {{ST}}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://evsbus.csqworld.com/post-paid/bill-payment/parameters//' \
      --header 'U;' \
      --header 'SH;' \
      --header 'ST;'

      Responses

      🟢200OK
      application/json
      OK
      Body
      rc
      integer <int32>
      optional
      message
      string 
      optional
      front
      array[object (BillPaymentFront) {4}] 
      optional
      name
      string 
      optional
      label
      string 
      optional
      type
      enum<string> 
      optional
      Allowed values:
      INPUTSELECT
      list
      array[object (BillPaymentValue) {2}] 
      optional
      query
      array[string]
      optional
      pay
      array[string]
      optional
      Example
      {
          "rc": 0,
          "message": "string",
          "front": [
              {
                  "name": "string",
                  "label": "string",
                  "type": "INPUT",
                  "list": [
                      {
                          "text": "string",
                          "value": "string"
                      }
                  ]
              }
          ],
          "query": [
              "string"
          ],
          "pay": [
              "string"
          ]
      }
      Modified at 2024-12-11 15:21:08
      Previous
      Get Invoices
      Built with