Akhil Tomy
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
Comments
Recent activity by Akhil Tomy-
Official comment First get the ID of the Quote request that was declined. Then use the Whitespace API on Swagger call with a docID of the quoteRequest ID + "::QuoteDetails" For example if the Quote Request ID is IC...
-
Official comment The .control.insuredName field in the RWPlacing of a risk actually stores the name of the risk as shown on Whitepace.Often you will see that this is the same as the name of the insured, but there w...
-
Official comment You can save/manage sectinos on a risk using Whitespace API on Swagger
-
Official comment You can our /Summary endpoint to get a list of risks. GET - Whitespace API on Swagger POST - Whitespace API on Swagger They will return the last 60 risks that were updated. If you then want to see ...
-
Official comment For Production we enforce IP whitelisting for service tokens. For Sandbox, it is optional but would recommend you request IP Whitelisting if possible
-
Official comment When you reqeust a service token you can request when it expires. The max is 1 year, if you don't request an expiry date then by default we will set it to a year as well. We have a automated script...
-
Official comment Yes you can Whitespace API on Swagger. There are two endpoints, you would use /prepare to first to make sure that the data is up to date and then use /fetch to download it.
-
Official comment Yes Whitespace API on Swagger
-
Official comment Yes see here for our documentation How_does_API_versioning_work.pdf
-
Official comment Yes your Aduit trail or your "Risk History" is stored in "Activity" documents. These Activity documents are sent as aevents in our Queues but you can also get them via API using our /activities end...