Description here
The different inputs are described by name, data type and a description. Those fields that's listed as madatory has to be given to the API.
Warning: Some warning with formated text null bla, bla.
Some code:
let payload = {
"ProjectData": projectData,
"Reservoir": reservoir,
"Duration": wellKill,
"Scenario": scenario,
"Wellbore": wellbore,
"DrillString": drillString,
"Architecture": architecture,
"Trajectory": trajectory,
"SimulationOptions": simulationOptions,
};
A table:
The project data consist of the following fields:
| Field | Data type | Description | Mandatory |
|---|---|---|---|
| Company | String | Name of company | No |
| Field | String | Field the scenario belongs to | No |
| Location | String | Description of the location | No |
| Well | String | Name/Description of the well | No |
| Platform | String | Name of the platform | No |
| Responsible | String | Name of project lead | No |
| Date | DateTime string | Date and time of the simulation | No |
| Comments | String | Optional comments for the scenario, i.e. assumptions etc. | No |