DemandFlow Support Centre

SALESPIN: SPIN Question

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A SPIN selling methodology question for a product, categorised by question type.

SALESPIN: SPIN Question

The SALESPIN entity: A SPIN selling methodology question for a product, categorised by question type.

Default definition. This article describes the default SALESPIN definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches SALESPIN.

Entity properties

PropertyValue
Entity codeSALESPIN
Display nameSPIN Question
PluralSPIN Questions
Level100001

Use cases

Child entity of PROD via comboKey (SUB|PROD). Each record is one question displayed under the relevant heading (Situation, Problem, Implication, Need-Payoff) in the selling methodologies view during a sales meeting.

Fields

SPIN Question

FieldTypeRequiredNotes
nametextYesQuestion
questionTypeenumYesQuestion type Valid ids: situation (Situation), problem (Problem), implication (Implication), need (Need-Payoff).
sortOrdernumberSort order

Relationships

  • No declared relationships in the default definition.

Creating a SPIN Question via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "SALESPIN",
  "level":    100001,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "questionType":    "situation",
  "sortOrder":    1
}

Listing SPIN Questions records

GET /v1/entities/SALESPIN/SUB

See also

salespinspin questionspin questionsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base