POST /actions
{
actionId: -- xras action_id
actionType:
actionBeginDate: -- if variable length
actionEndDate: -- if variable length, or extension with specified endDate
requestId: -- xras request_id
requestNumber:
requestType:
requestAbstract:
requestTitle:
opportunityId: -- xras opportunity_id
opportunityType:
opportunityName:
allocationType:
awardDate: -- if terminating opportunity
awardPeriod:
resources:
[
{
actionResourceId: -- xras action_resource_id
resourceRepositoryKey: -- RDR resource_id
awardedAmount:
comments:
}
]
roles:
[
{
requestPeopleRoleId: -- xras request_people_role_id
roleType:
username:
beginDate:
endDate:
isAccountToBeCreated: true|false
}
]
fos:
[
{
fosTypeId:
isPrimary: true|false
}
]
panels
[
{
type:
name:
abbr:
isPrimary: true|false
}
]
}
| Param name | Description |
|---|---|
|
actionId required |
ID in Action table Validations:
|
|
requestId required |
ID in Request table Validations:
|
|
actionType required |
New,Renewal; Extension; or Supplement,Adjustment,Transfer,Appeal Validations:
|