You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ILX-48044] Emission Calculation endpoint in API document (#23)
* Updated for EmissionCalculation endpoints.
* Removed attribute name from the emission calculation request body and made changes in the doument as per Katy.
---------
Co-authored-by: Sharath Upadhyaya <sharath.upadhyaya@intelex.com>
Copy file name to clipboardExpand all lines: source/includes/acts/post_api.md
+33-30Lines changed: 33 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
## Add or Modify Database Table
2
2
3
-
This section outlines the available POST APIs designed for modifying ACTS data. These APIs offer options for updating existing records and inserting new ones.
3
+
This section outlines the available POST APIs designed for modifying ACTS data. These APIs let you update existing records and insert new records. POSTs should be formatted in JSON.
4
4
5
5
* To insert new records, set the primary key to 0
6
-
* To updates to existing records, use the primary key of the record.
6
+
* To update existing records, use the primary key of the record.
7
7
8
8
<asideclass="notice">
9
9
For efficient handling of larger data inserts, it is recommended to perform batch POSTs containing up to 500 rows each.
10
10
11
11
Note that excessively large batch POSTs may encounter throttling or failure, depending on system resources.
12
12
</aside>
13
13
14
-
In the following release, the POST APIs End points are provided to add or update following table
14
+
In the following release, the POST APIs End points are provided to add or update following:
This section guides you through the process of an on-demand update to the emissions calculation for a specific equipment using the designated API endpoint. While this API endpoint is a child of the Equipment table, adding or updating an equipment will not cause an update on its own.
143
147
144
-
Emission Calculation using equipment ids can be triggered using below operation.
148
+
**Equipment/EmissionCalculation POST endpoint**
145
149
146
150
`POST` api/v1/equipment/emissioncalculation
147
151
@@ -154,7 +158,7 @@ var options = { method: 'POST',
This section outlines the process of adding new entries or modifying existing records within the Equipment Attribute table using the dedicated API endpoint.
This section outlines the process of adding new entries or modifying existing records within the Facility Attribute table using the dedicated API endpoint.
This section guides you through the process of an on-demand update to the emissions calculation for a specific operation using the designated API endpoint. While this API endpoint is a child of the Operation table, adding or updating an operation with the API will not cause an update on its own.
604
609
605
-
Emission Calculation using Operation ids can be triggered using below operation.
610
+
**Operation/EmissionCalculation POST endpoint**
606
611
607
612
`POST` api/v1/operation/emissioncalculation
608
613
@@ -615,7 +620,7 @@ var options = { method: 'POST',
This section outlines the process of adding new entries or modifying existing records within the Workflow Answer table using the dedicated API endpoint.
This section outlines the process of adding new entries or modifying existing records within the Workflow Equipment table using the dedicated API endpoint.
This section outlines the process of adding new entries or modifying existing records within the Workflow Facility table using the dedicated API endpoint.
This section outlines the process of adding new entries or modifying existing records within the Workflow Person table using the dedicated API endpoint.
0 commit comments