Create one or multiple requirements

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

requirementDtoInputarray

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

``201 One or many requirements documents created.

``500 default error response

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

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

{

"status": "INACTIVE",

"isPapiHireStageOptionType": false,

"multiDocument": false,

"hideFromWorkers": false,

"notifications": {

"email": true,

"sms": true,

"admin": {

"supervisor": false,

"openingOwner": false,

"adminUserUuids": []

}

}

}

'

application/json

201500

Updated3 months ago