Submit for a decision¶
Once you have created the proposal you can submit it for a credit decision. For this to happen all the pre-conditions have to be fulfilled.
Decision pre-check (optional)¶
This allows you to check that all pre-conditions have been fulfilled and that you are able to submit for a credit decision.
If allowed, you will see 'requestAllowed: true'. If not the response will highlight what is wrong.
{
"requestAllowed": true,
"cancelAllowed": true,
"preconditionViolations": [
{
"code": "string",
"userMessage": "string"
}
]
}
If the requestAllowed is false, please check your proposal creation set up, or correct the violations and try again.
Submit for decision¶
If you have had a positive result to the pre-check response (optional) above, or are confident that what you have created is correct, you may submit it for a credit decision.
{
"commentToRiskAnalyst": "string",
"siemensMayContactCustomer": false,
"siemensMayRequestCreditData": false,
"prelease": false
}
Name | Type | Required | Description |
---|---|---|---|
commentToRiskAnalyst | string | false | Optional comment to the underwriter |
siemensMayContactCustomer* | boolean | false | Details if Siemens needs to contact customer |
siemensMayRequestCreditData* | boolean | false | Credit data request - US only proposals |
prelease* | boolean | false | Payment required in advance of equipment being built |
*mandatory fields
A successful response will include the entire proposal object, including a decision object:
{
"decision": {
"decisionStatus": "NOT_AVAILABLE",
"decisionRequestedDate": "2023-06-15T10:14:03.968Z",
"decisionDate": "2023-06-15T10:14:03.968Z",
"decisionValidUntilDate": "2023-06-15T10:14:03.968Z",
"comment": "string",
"condition": "string",
"reason": "string",
"commentToRiskAnalyst": "string",
"siemensMayContactCustomer": true
}
}
If you're missing the ETag, once fetched, add it into the If-Match paramater seen here in a Postman example:
Decision Statuses¶
The credit decision status can be one of the following:
Label | Description |
---|---|
OFFER | The proposal not yet completed with required information |
PROSPECT | The proposal has been created but not submitted for credit decision |
DECISION PENDING | The proposal has been sent to manual underwriting for review |
MORE_INFORMATION REQUIRED | More information is needed to progress |
PENDING_SALES_REVIEW | Manual action required by sales rep |
DEAL_AMENDMENT | Changes made to proposal, a new credit decision required |
DECLINED | The proposal is declined |
CREDIT_APPROVED | The proposal is approved |
WAITING_FOR_DOCUMENTS | Waiting for documents from customer |
EXPIRED | The proposal has expired |
Hint
The credit decision status is not the same as the proposal status.