EMS/API Policy Loss History (for PL Rating)
EMS now has a full set of endpoints that work with Policy Loss History information. Internal Vertafore products, external agencies, and Orange partners can retrieve, create, update, and delete Loss History Information on AMS360 Policies via the EMS API.
EMS Endpoints:
- 
                                                            DELETE /policy/loss-history - 
                                                                    Asynchronously deletes a policy loss history record from the system. 
 
- 
                                                                    
- 
                                                            POST /policy/loss-history - 
                                                                    Asynchronously inserts a new policy loss history record into the system. 
 
- 
                                                                    
- 
                                                            PUT /policy/loss-history - 
                                                                    Asynchronously updates an existing policy loss history record in the system. 
 
- 
                                                                    
- 
                                                            POST /policy/loss-history/search - 
                                                                    Searches for policy loss history based on the provided request parameters. 
 
- 
                                                                    
                                                        