Submits a Contract, Quote, or Rebate Agreement.
This endpoint is used in the REACT version only. It is not advisable to mix REACT endpoints together with Ember endpoints.
OK
{- "data": {
- "approvalRequiredEmailAttachments": [
- {
- "fieldName": "id",
- "operator": "inSet",
- "value": [ ],
- "_constructor": "AdvancedCriteria"
}
]
}
}
{- "response": {
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "targetDate": "string",
- "workflowStatus": "string",
- "inputs": [
- {
- "name": "string",
- "label": "string",
- "lookupTableId": null,
- "url": null,
- "type": "string",
- "value": {
- "customerFieldName": "string",
- "customerFieldValue": "string",
- "customerFieldLabel": "string",
- "label": "string"
}, - "valueHint": null,
- "readOnly": null,
- "filter": null,
- "parameterGroup": null,
- "labelTranslations": null,
- "addUnknownValues": null,
- "typedId": null,
- "alwaysEditable": null,
- "inputs": [
- { }
], - "parameterConfig": { },
- "formattingOptions": { },
- "valueOptions": null
}
], - "viewState": {
- "gridViewState": null,
- "openFolders": null,
- "selectedNodes": null
}, - "outputs": [
- { }
], - "lastUpdateByName": "string",
- "createdByName": "string",
- "submittedByName": "string",
- "calculationStatus": 0,
- "dirty": true,
- "refreshInputs": true,
- "nodeId": 0,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "serverMessages": [
- { }
], - "additionalInfo1": null,
- "additionalInfo2": null,
- "additionalInfo3": null,
- "additionalInfo4": null,
- "numberOfAttachments": 0,
- "creationWorkflowStatus": null,
- "creationWorkflowCurrentStep": null,
- "creationWorkflowStepCount": null,
- "creationWorkflowStepLabel": null,
- "signature": null,
- "customerGroup": null,
- "productGroup": null,
- "externalRef": null,
- "contractStatus": "string",
- "startDate": "string",
- "endDate": "string",
- "status": "string",
- "approvedByName": "string",
- "deniedByName": null,
- "renderInfo": null,
- "serverMessagesExtended": [
- {
- "key": null,
- "message": "string"
}
], - "approvalRequiredEmailAttachmentsJson": "string",
- "hasWorkflowHistory": true,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "supersededBy": null,
- "prevRev": null,
- "rootUniqueName": "string"
}
], - "status": 0
}
}