SpiraPlan: SoapService SOAP Web Service
See all operations
Requirement_AddStep
Description
Adds a requirement step to a requirement
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | projectId - The ID of the project | Yes |
RemoteRequirementStep? | remoteRequirementStep - The new step to add | |
int? | existingRequirementStepId - The id of the existing step to insert before (null = end of the list) | |
int? | creatorId - The id of the user adding the step (null = use authenticated user) |
Return Value
RemoteRequirementStep - The step with the id added