The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: Finance/Steps/{stepId} | Test | |
| 
                                         Get details of a step.  | 
                            |||
| GET | Method: GetAll, URL: Finance/Steps?planId={planId}&constituentId={constituentId}&includeAffiliations={includeAffiliations}&associateId={associateId}&includeAssociates={includeAssociates} | Test | |
| 
                                         Get details of all the steps for the specified plan, constituent or associate.  | 
                            |||
| GET | Method: GetAllDocuments, URL: Finance/Steps/{stepId}/Documents | Test | |
| 
                                         Get all the documents associated with the step (Including the file contents).  | 
                            |||
| GET | Method: GetAllDocumentSummaries, URL: Finance/Steps/{stepId}/Documents/Summary | Test | |
| 
                                         Get summary of all the documents associated with the step. (Excluding the file contents)  | 
                            |||
| POST | Method: AddDocument, URL: Finance/Steps/{stepId}/Documents | Test | |
| 
                                         Add a document to the step.  | 
                            |||
| POST | Method: Create, URL: Finance/Steps | Test | |
| 
                                         Create a new step.  | 
                            |||
| PUT | Method: Update, URL: Finance/Steps/{stepId} | Test | |
| 
                                         Update an existing step.  | 
                            |||
| PUT | Method: UpdateDocument, URL: Finance/Steps/{stepId}/Documents/{documentId} | Test | |
| 
                                         Update a document attached to a step.  | 
                            |||
| DELETE | Method: Delete, URL: Finance/Steps/{stepId} | Test | |
| 
                                         Delete a step.  | 
                            |||