Update Business Formation Order Task

Respond to an open Request-For-Information (RFI) task on a business formation order. RFIs are issued by CorpNet's filing team when state-level requirements need additional or corrected information from the partner (e.g., a business name that conflicts with an existing entity, or an incomplete address).

apiUserPid is required in the request body for this endpoint. The shape of the business object varies by task type — for an address task, populate address_* fields; for a name task, populate name. See the request examples for the supported task shapes.

taskId comes from the order detail. Fetch GET /get-order/{orderGuid} to enumerate open tasks (tasks[].taskId) and the task type that determines which business fields to populate.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the business formation order.

Body Params
string
required

Identifier of the task (RFI) being fulfilled.

string
required

API user identifier.

business
object
required

Business information to update for the specified task (RFI). The structure of this object depends on the task type returned in the order details.

• To update Business Address, the object should include one or more address fields
such as address_street1, address_city, address_state,
address_zip, or address_country.

• To update Business Name, the object should include the name field only.
Only the fields provided in this object will be updated. Fields omitted from the request will remain unchanged.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json