CSQ Docs
    CSQ Docs
    CSQ API Doc
    • CSQ API Doc
    • Dummy Product Usage Guide
    • Back to home
    • Insurances
    • Start
      GET
    • Step
      POST
    • Payment
      POST
    • Receipt
      GET

      Step

      POST
      /insurances/step/{terminalId}/{operatorId}/{step}

      Request

      Path Params

      Header Params

      Body Params application/json

      Example
      [
          {}
      ]

      Request Code 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 POST 'https://evsb.csqworld.com/insurances/step///' \
      --header 'U: {{U}}' \
      --header 'SH: {{SH}}' \
      --header 'ST: {{ST}}' \
      --header 'Content-Type: application/json' \
      --data-raw '[
          {}
      ]'

      Responses

      🟢200OK
      application/json
      OK
      Body

      Example
      {
          "rc": 0,
          "message": "string",
          "insuranceId": "string",
          "phases": [
              "string"
          ],
          "phase": "string",
          "name": "string",
          "description": "string",
          "front": [
              {
                  "name": "string",
                  "label": "string",
                  "description": "string",
                  "type": "INPUT",
                  "value": "string",
                  "required": true,
                  "from": [
                      {
                          "text": "string",
                          "value": "string"
                      }
                  ]
              }
          ],
          "nextStep": {
              "path": "string",
              "method": "string",
              "body": {},
              "inputs": {
                  "required": [
                      "string"
                  ],
                  "optional": [
                      "string"
                  ]
              },
              "payment": true
          }
      }
      Modified at 2025-12-10 09:15:33
      Previous
      Start
      Next
      Payment
      Built with