Answer RFI questions
Submit answers with plaintext or documents
What kind of answer to send
fileUploadOption
What to send
File rules
Answer with a file
const bodyJSON = {
variables: {
input: {
rfiId: "61f3a2c8d1e9b7a4c5d6e7f8",
questionCode: "SENDER_ID_PROOF",
files: [{ name: "passport.pdf", base64: "JVBERi0xLjQK..." }],
},
},
query: `
mutation ($input: AnswerRfiQuestionInput!) {
answerRfiQuestion(input: $input) {
success
code
message
rfi {
id
status
questions { questionCode answered }
}
}
}`,
};Answer with plain text only
Completing the RFI
Last updated
Was this helpful?