Skip to content

PUT   /underwriting/applications/{id}/assign

Assign application to underwriter

Assign an application to a specific underwriter or unassign it

Required Parameters

id   path string

Application ID

Request Body

{}

Try it out

Loading...

Output:

Responses

Description

Application assigned successfully

{
"success": false,
"message": "string",
"assignedTo": "string"
}

Route Source Code

Check out the source code for this route entrypoint here: /underwriting/applications/[id]/assign/route.ts

Or the swagger.yaml spec this documentation was generated from: /underwriting/applications/swagger.yaml