Skip to main content
PATCH
/
v1
/
onboarding
/
partner
/
applications
/
{applicationId}
/
rfis
/
{rfiId}
Submit field data in response to an UPDATE_FIELD or NEW_FIELD RFI
curl --request PATCH \
  --url https://api-sandbox.circle.com/v1/onboarding/partner/applications/{applicationId}/rfis/{rfiId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "rfiId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "section": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

applicationId
string<uuid>
required

Application UUID

rfiId
string<uuid>
required

RFI UUID

Body

application/json

The body is of type object.

Response

Field data saved and RFI marked as responded

data
object

Current section field data after the update. Structure varies by application template.

rfiId
string<uuid>

The RFI that was responded to

section
string

Section name containing the updated field