RFIs

Confirm customer RFI document upload

Authenticated confirm after PUT to the signed upload URL for a Case RFI document.

post/v1/customers/{customerId}/rfis/{id}/documents/{documentId}/confirm

Path parameters

customerIdstring required

Customer ID

idstring required

RFI ID

documentIdstring required

Document ID

Headers

X-API-Keystring

API key

Request body

sizeBytesnumber

Response

idstring required
customerNamestring required
status'DRAFT' | 'OPEN' | 'SUBMITTED' | 'UNDER_REVIEW' | 'RESOLVED' | 'CANCELLED' required
publicStatus'NEEDS_INFORMATION' | 'IN_REVIEW' | 'APPROVED' | 'REJECTED' | 'CANCELLED' required

Customer-facing case status for applicant and parent portal surfaces.

dueAtstring date-time nullable
openedAtstring date-time nullable
submittedAtstring date-time nullable
instructionsstring nullable
fieldResponsesobject nullable
freeformResponsestring nullable

Changes

Changed in 1 of the 19 revisions of this API.1