Update README.md
This commit is contained in:
@@ -11,7 +11,7 @@ then type your search string, the search is processed against serial numbers, pc
|
||||
#### 2. **Cordonel EOL API**
|
||||
|
||||
***Note:*** _*Each of the following endpoints returns the actual state of the EOL progress model. The errors from the API are also written to the http response content in the form from*_ ```IDictionary<string, string>```.
|
||||
- **DELETE:** /api/Cordonels/EOLProgress/{pcbid} - saves the current progress in backup table and resets the values of the existing one except the PcbId and AddHost.
|
||||
- **DELETE:** /api/Cordonels/EOLProgress - saves the current progress in backup table and resets the values of the existing one except the PcbId and AddHost.
|
||||
- **GET:** /api/Cordonels/EOLProgress - gets existing progress model by its PcbId or creates a new one if not exists.
|
||||
- **POST:** /api/Cordonels/EOLProgress - sets the completition status of the current progress by its PcbId, there are no more changes accepted afterwards, the only possible way is to delete the progress for the PcbId.
|
||||
- **PUT:** /api/Cordonels/EOLProgress - changes progress steps in case they are not already changed.
|
||||
|
||||
Reference in New Issue
Block a user