Get a Temporary Data

post/clicmanager.fetchtmpheader/{typedId}

Retrieves the existing temporary data (QTMP) for the specified Quote. Creates a new QTMP object for the Quote, if the temporary data does not exist.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

typedId of the Quote you want to retrieve the temporary data from.

Example: 2147494304.Q
Request Body schema: application/json
object
Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects (quoteTemp)
Array
Array of objects or null
createdByName
string <= 255 characters
typedId
string
headerText
string or null
workflowStatus
string <= 255 characters
Possible values: "DRAFT" "SUBMITTED" "DENIED" "APPROVED" "NO_APPROVAL_REQUIRED" "WITHDRAWN" "INVALIDATED"
Array of objects or null
lastUpdateDate
string <date-time>
Array of objects or null
externalRef
string or null <= 255 characters
deniedByName
string or null
Array of objects
userGroupViewDetails
string or null <= 255 characters
approvedByName
string or null
creationWorkflowCurrentStep
integer or null
rootUniqueName
string
originUniqueName
string or null
targetDate
string or null <date>
customerGroup
string or null
ioMeta
object or null
originDeleted
boolean or null
version
integer
customerName
string or null <= 255 characters
uniqueName
string <= 255 characters
serverMessages
Array of strings or null
creationWorkflowStatus
string <= 255 characters
Possible values: "DRAFT" "INPROGRESS" "FINISHED"
userGroupEdit
string or null <= 255 characters
hasWorkflowHistory
boolean
nodeId
integer
status
string <= 255 characters
Possible values: "DRAFT" "PENDING" "SCHEDULED" "PROCESSING" "SCHEDULED_DIRTY" "ERROR" "READY" "CANCELLED"
lastUpdateByName
string <= 255 characters
originClicId
integer or null
object or null
lostReason
string or null <= 255 characters
object or null
creationWorkflowStepCount
integer or null
quoteType
string or null
quoteStatus
string <= 255 characters
Possible values: "DRAFT" "OFFER" "DEAL" "REVOKED" "SUPERSEDED" "INVALIDATED" "LOST" "PARTIALDEAL"
lostReasonComment
string or null <= 255 characters
expiryDate
string or null <date>
creationWorkflowStepLabel
string or null <= 255 characters
customerId
string or null <= 255 characters
submittedByName
string or null <= 255 characters
createDate
string <date-time>
dirty
boolean
additionalInfo4
string or null <= 255 characters
additionalInfo3
string or null <= 255 characters
refreshInputs
boolean
additionalInfo2
number or null
additionalInfo1
number or null
numberOfAttachments
integer
originLabel
string or null
label
string <= 255 characters
nextRevUNs
Array of strings
createdBy
integer
approvalRequiredEmailAttachmentsJson
string or null
object or null
prevRev
string or null
calculationStatus
integer
supersededBy
string or null
lastUpdateBy
integer
status
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-bdcdc86b4-c5npl",
    • "data": [
      • {
        • "version": 3,
        • "typedId": "12.QTMP",
        • "uniqueName": "PT-12",
        • "label": "New Quote",
        • "targetDate": "2024-01-18",
        • "workflowStatus": "DRAFT",
        • "headerText": null,
        • "inputs": [
          ],
        • "viewState": {
          },
        • "outputs": [ ],
        • "lastUpdateByName": "admin",
        • "createdByName": "admin",
        • "submittedByName": null,
        • "calculationStatus": 0,
        • "dirty": false,
        • "refreshInputs": false,
        • "nodeId": 0,
        • "userGroupEdit": null,
        • "userGroupViewDetails": null,
        • "serverMessages": null,
        • "additionalInfo1": null,
        • "additionalInfo2": null,
        • "additionalInfo3": null,
        • "additionalInfo4": null,
        • "numberOfAttachments": 0,
        • "creationWorkflowStatus": "DRAFT",
        • "creationWorkflowCurrentStep": null,
        • "creationWorkflowStepCount": null,
        • "creationWorkflowStepLabel": null,
        • "originDeleted": null,
        • "originLabel": null,
        • "originUniqueName": null,
        • "signature": null,
        • "expiryDate": "2024-01-18",
        • "externalRef": null,
        • "locked": false,
        • "customerId": null,
        • "customerName": null,
        • "originClicId": null,
        • "lostReason": null,
        • "lostReasonComment": null,
        • "customerGroup": null,
        • "quoteStatus": "DRAFT",
        • "persistedClicId": 2147494304,
        • "persistedClicVersion": 3,
        • "approvedByName": null,
        • "deniedByName": null,
        • "renderInfo": null,
        • "serverMessagesExtended": null,
        • "approvalRequiredEmailAttachmentsJson": null,
        • "hasWorkflowHistory": false,
        • "createDate": "2024-01-18T10:50:06",
        • "createdBy": 2147490696,
        • "lastUpdateDate": "2024-01-18T10:50:06",
        • "lastUpdateBy": 2147490696,
        • "supersededBy": null,
        • "prevRev": null,
        • "rootUniqueName": "PT-12",
        • "ioMeta": {
          },
        • "quoteType": null,
        • "status": "DRAFT"
        }
      ],
    • "status": 0
    }
}