HT Partner API
  1. Common
HT Partner API
  • Orders
    • Retrieve all orders
      GET
    • Order count by tag
      GET
    • Create order
      POST
  • Clients
    • Create client
      POST
    • Retrieve client
      GET
    • Update client
      PUT
    • Create setup intent
      POST
    • Create ephemeral key
      POST
  • Schemas
    • Schemas
    • Response
      • ErrorResponse
    • Common
      • Client
      • SetupIntent
      • Error
      • SkuQuestion
      • Sku
      • Cart
      • Order
    • Params
      • ClientParams
    • Params
      • CartItem
  1. Common

SkuQuestion

{
    "serviceId": "string",
    "textDirect": "string",
    "inputType": "dropdown",
    "hint": "string",
    "group": "string",
    "subhint": "string",
    "id": 0,
    "required": true,
    "answers": [
        {
            "id": 0,
            "text": "string",
            "adjAmount": 0,
            "adjAmountFormatted": {
                "value": 0,
                "formatted": "string"
            },
            "adjDescription": "string",
            "hasQuantity": true,
            "default": true,
            "warning": "string",
            "subtext": "string"
        }
    ],
    "askMake": "string",
    "askModel": "string",
    "askSerialNumber": "string",
    "nonEditable": true,
    "defaultAnswer": "string",
    "defaultMakeId": 0,
    "defaultModelId": 0
}
Built with