# Report Series Process Arguments ## Create ReportSeriesProcessArg - [POST /report-series-processes/{reportSeriesProcessKey}/arguments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/createreportseriesprocessarg.md): Creates a new ReportSeriesProcessArg ## List ReportSeriesProcessArg - [GET /report-series-processes/{reportSeriesProcessKey}/arguments](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/listreportseriesprocessarg.md): Lists all ReportSeriesProcessArg for the given reportSeriesProcessKey ## Get ReportSeriesProcessArg - [GET /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/getreportseriesprocessarg.md): Gets ReportSeriesProcessArg ## Update ReportSeriesProcessArg - [PUT /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/updatereportseriesprocessarg.md): Updates a specific ReportSeriesProcessArg. ## Delete ReportSeriesProcessArg - [DELETE /report-series-processes/{reportSeriesProcessKey}/arguments/{argumentName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/deletereportseriesprocessarg.md): Deletes an ReportSeriesProcessArg ## Create or Update Batch ReportSeriesProcessArg - [PUT /report-series-processes/{reportSeriesProcessKey}/arguments-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/report-series-process-arguments/updatebatchreportseriesprocessarg.md): Create or Update multiple ReportSeriesProcessArg at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.