Schemas

common_data

  • object
    Example: {"customer_type":"person"}
    Properties:
    • customer_type
      string
      Required
      client type
      Example: "person"
      Enum: person org

common_org_data

  • object
    Example: {"org_address":"bbb","org_name":"aaa"}
    Properties:
    • org_address
      string
      Required
      Example: "bbb"
    • org_name
      string
      Required
      Example: "aaa"

domain_order_data

  • object
    Example: {"domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}
    Properties:
    • domains
      array<string>
      Required
      Example: ["tesrrrrrrr.com"]
      Items:
      • string
        Example: "string"
    • phone_number
      string
      Required
      Example: "79219523621"
    • customer_type
      string
      Required
      client type
      Example: "person"
      Enum: person org

domain_order_data_org

  • object
    Example: {"org_address":"bbb","org_name":"aaa","domains":["tesrrrrrrr.com"],"phone_number":"79219523621","customer_type":"person"}
    Properties:
    • org_address
      string
      Required
      Example: "bbb"
    • org_name
      string
      Required
      Example: "aaa"
    • domains
      array<string>
      Required
      Example: ["tesrrrrrrr.com"]
      Items:
      • string
        Example: "string"
    • phone_number
      string
      Required
      Example: "79219523621"
    • customer_type
      string
      Required
      client type
      Example: "person"
      Enum: person org

Responses

customer_reg

sample
sample
Content Type:
application/json
  • Schema
  • object
    Example: {"password":"zOmjt68sej6S"}
    Properties:
    • password
      string
      user password
      Example: "zOmjt68sej6S"