v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Tasks

/task/action

This resource is used perform an available task action (as identified by the /task/details/list endpoint)

post/task/action

Request body

providerIdinteger required

Your unique provider identifier from SoFi Tech Solutions. Pattern: Max 10 digits Example: 9999

transactionIdstring required

Supply a globally unique ID to identify this endpoint request ("transaction"). Pattern: Max 60 characters Example: "984513-395483653-4483483478"

Actionstring required

Action to perform

Detailobject

When an action requires action specific details, these are passed in the Detail object.

Example request

{
  "providerId": 9999,
  "transactionId": "984513-395483653-4483483478",
  "Action": "Deny Claim",
  "TaskList": [
    {
      "TaskId": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}

Response

Successful task action request

rtokenstring nullable

A system-generated ID used for tracking

StatusCodeinteger nullable

The HTTP response status code