Find and update a requirement

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

requirement unique identifier

name

string

required

segmentUuids

array of strings

required

segmentUuids*
ADD string

fulfillmentDocumentTypeUuids

array of strings

required

fulfillmentDocumentTypeUuids*
ADD string

status

string

enum

required

INACTIVEACTIVEARCHIVED

Allowed:

INACTIVE``ACTIVE``ARCHIVED

isPapiHireStageOptionType

boolean

Defaults to false

truefalse

multiDocument

boolean

Defaults to false

truefalse

hideFromWorkers

boolean

Defaults to false

truefalse

notifications

object

required

notificationsobject

type

string

enum

DOCUMENTBACKGROUND_CHECK

Allowed:

DOCUMENT``BACKGROUND_CHECK

backgroundCheck

object

backgroundCheckobject

``202 updated requirement.

``500 default error response

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request PUT \
 
     --url https://services.fountain.com/api/servicecompliancev2/requirements/identifier \
 
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n
{

"status": "INACTIVE",

"isPapiHireStageOptionType": false,

"multiDocument": false,

"hideFromWorkers": false,

"notifications": {

"email": true,

"sms": true,

"admin": {

"supervisor": false,

"openingOwner": false,

"adminUserUuids": []

}

}

}\n
'

application/json

202500

Updated3 months ago