You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The list of Participants to be added or deleted from the Budget Request"
4039
+
},
4040
+
"RequestParticipantForPatch": {
4041
+
"type": "object",
4042
+
"properties": {
4043
+
"@deleted": {
4044
+
"type": "boolean",
4045
+
"description": "Whether the Participant should be added or deleted from the Budget Request. If false or not provided then the Participant is added"
4046
+
},
4047
+
"id": {
4048
+
"type": "string",
4049
+
"description": "The Participant unique identifier"
4050
+
}
4051
+
},
4052
+
"description": "A Participant to be added or removed from the Budget Request"
4053
+
},
3841
4054
"Request": {
3842
4055
"type": "object",
3843
4056
"properties": {
@@ -4082,6 +4295,17 @@
4082
4295
"type": {
4083
4296
"description": "The type of the Request, inherited from the Request policy type",
4084
4297
"$ref": "#/definitions/RequestType"
4298
+
},
4299
+
"isParentRequest": {
4300
+
"type": "boolean",
4301
+
"description": "Indicates whether this Request is a Budget Request"
4302
+
},
4303
+
"parentRequest": {
4304
+
"$ref": "#/definitions/ResourceLink"
4305
+
},
4306
+
"parentRequestId": {
4307
+
"type": "string",
4308
+
"description": "Required if a Child Request is created, corresponds to the unique identifier of the Budget Request the Child Request will be linked to"
4085
4309
}
4086
4310
}
4087
4311
},
@@ -4432,6 +4656,10 @@
4432
4656
"description": "Name of the Request policy",
4433
4657
"minLength": 1,
4434
4658
"maxLength": 2147483647
4659
+
},
4660
+
"allowParticipants": {
4661
+
"type": "boolean",
4662
+
"description": "Whether this policy can add participants (policy is a Budget Request)"
4435
4663
}
4436
4664
}
4437
4665
},
@@ -4796,4 +5024,4 @@
4796
5024
"description": "Comment when the workflow action is ‘sendback’."
0 commit comments