I am making ‘PUT’ requests to /monthly-productions/ endpoint passing the operationalTag field.
[{'chosenID': '23281470627784',
'dataSource': 'di',
'date': '2020-06-01 00:00:00',
'gas': 0,
'oil': 0,
'water': 0,
'operationalTag': 'Left: API14: 25318387236613.0, HZ: 11000.0, VT: 11000.0, OVLP: 11000.0\\ Right: API14: 25318387236613.0, HZ: 11000.0, VT: 11000.0, OVLP: 11000.0'},
{'chosenID': '23281470627784',
'dataSource': 'di',
'date': '2020-07-01 00:00:00',
'gas': 999.0,
'oil': 2999.0,
'water': 66.0,
'operationalTag': 'Left: API14: 25318387236613.0, HZ: 11000.0, VT: 11000.0, OVLP: 11000.0\\ Right: API14: 25318387236613.0, HZ: 11000.0, VT: 11000.0, OVLP: 11000.0'},
{'chosenID': '23281470627784',
'dataSource': 'di',
'date': '2020-08-01 00:00:00',
'gas': 888.0,
'oil': 1999.0,
'water': 55.0,
'operationalTag': 'Left: \\ Right: '},
{'chosenID': '23281470627784',
'dataSource': 'di',
'date': '2020-09-01 00:00:00',
'gas': 777.0,
'oil': 1888.0,
'water': 44.0,
'operationalTag': 'Left: \\ Right: '}]
But when I go to the company level GUI, the operational tag doesn’t show the submitted value.
