I am trying to update instrument item in instrumentList with InstrumentListItemKey but it always results in error saying not found, although with same id delete operation works as in example below.
I would like to understand what is going wrong in update operation, i know there is a way to delete instrument first and add it later but in this case i have to make two calls to dss server, that i need to avoid.
Using reference doc : API-TREE-Reference
ex:
PUT /Extractions/InstrumentListItems('VjF8MHgwNzczYmU2MzQ2Mzc0ODgzfDE ')
Response: "InstrumentListItem of id '0x0773be6346374883' not found"
Delete /Extractions/InstrumentListItems('VjF8MHgwNzczYmU2MzQ2Mzc0ODgzfDE ')
Response: "204 No content" -> successfully deleted above instrument from the list.
Please let me know in case of any query/question.