conditionsubsequent REST Endpoints

Condition Subsequent Service/conditionsubsequent
The operations from the Condition Subsequent Service/conditionsubsequent category.
Add a new conditionsubsequent
Method: post
Path: /api/1.0/conditionsubsequent
Authorize the conditionsubsequent by given ID
Method: patch
Path: /api/1.0/conditionsubsequent/{id}/approve
Close the conditionsubsequent by given ID
Method: patch
Path: /api/1.0/conditionsubsequent/{id}/close
Delete the conditionsubsequent identified by given ID
Method: delete
Path: /api/1.0/conditionsubsequent/{id}
Get the list of all valid conditionsubsequent
Method: get
Path: /api/1.0/conditionsubsequent
Reopen the conditionsubsequent by given ID
Method: patch
Path: /api/1.0/conditionsubsequent/{id}/reopen
Retrieve the conditionsubsequent by ID
Method: get
Path: /api/1.0/conditionsubsequent/{id}
Retrieve the conditionsubsequent history by given ID
Method: get
Path: /api/1.0/conditionsubsequent/{id}/history
Retrieve the unauthorized conditionsubsequent by given ID
Method: get
Path: /api/1.0/conditionsubsequent/{id}/unauthorized
Update an existing conditionsubsequent
Method: put
Path: /api/1.0/conditionsubsequent/{id}