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
{}{ "assignedTo": "string"}Try it out
Loading...
Output:
Responses
Description
Application assigned successfully
{ "success": false, "message": "string", "assignedTo": "string"}Description
Invalid request
Description
Application not found
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