Skip to main content

Add a Work Flow Answer

Sets the answer to a workflow question on a contact note.

Query String Parameters

NameTypeDescriptionRequired
ActionStringSaveWorkflowAnswerRequired
QuestionIdIntThe unique identifier of the worksheet question which can be retrieved using Contact NotesRequired
ContactNoteIdIntThe unique identifier of the contact note which can be retrieved using Contact Notes.Required
ContactNoteRefStringThe internal reference of the contact note.

The Contact Reference or Id can be supplied. If both parameters are provided, the Contact Id will take precedence.
Required
AnswerStringAnswer value - E.g.: "True", "3.14", "List item 1".Required
NoteStringComments or notes on the answer - Applicable to all answer types.Optional
QuantityDoubleQuantity value.Optional
ExclTax *DoubleCost value - Either IncTax or ExclTax should be specified.Optional
Vat *DoubleTax as a percentage of the cost IncTax.Optional
IncTax *DoubleCost value - Either IncTax or ExclTax should be specified.Optional
Currency *StringISO 3 character currency identifier - E.g.: "GBP" "USD" "EUR".Optional
info

* Applicable to cost answer types

Response Codes

CodeMessageInformation
0Response ObjectSee 'Response' example tab
2QuestionId parameter requiredInteger value is invalid or was not specified (when required)
2ContactNoteId or ContactNoteRef parameter expectedMandatory parameter was not supplied
2Invalid ContactNoteIdInteger value is invalid or was not specified (when required)
2Unable to locate contact note with Id {ContactNoteId}The parameter value {ContactNoteId} is included in the error message for reference.
2Unable to locate contact note with reference {ContactNoteRef}The parameter value {ContactNoteRef} is included in the error message for reference.
2Unable to save answerAn error occurred when attempting to save the Workflow Answer. Contact Support if this continues.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=SaveWorkflowAnswer&ContactNoteId=2332105&QuestionId=893772&Answer=ABC123