SubmitData
- Last UpdatedFeb 18, 2025
- 2 minute read
The SubmitData method enables you to add and update records in AVEVA™ Production Management through Web services. You can do bulk addition and modification of records through the SubmitData method for all AVEVA Production Management modules.
Notes
-
SubmitData requests perform in a transactional manner.
-
You can add or update as many records as you want. For every SubmitData record, the module and location can be different.
-
All fields submitted are forwarded to the database.
-
All fields that contain datetime values must be in UTC format. For example, 2018-12-30T18:12:00Z.
Details
|
Description |
Enables you to add and update records in AVEVA Production Management through web services. |
|
Returns |
Returns a list of results with a Set Id and either Insert or Update for each submitted record. |
|
Accesses |
All modules. |
|
Required permissions |
Permissions on specific reporting points. |
|
Request |
|
|
Response |
Use in specific modules
See these topics for information on how SubmitData relates to specific modules:
Required fields
The required fields for each module are the standard fields for that module that have the IsMandatory property set to True.
For example, under the Downtime configuration item, all standard fields that are set to IsMandatory are required fields when making a Downtime Submit Data web service request.
