Get Single Coverage Set Details
Last updated
Last updated
This call is used to obtain details on a single coverage set. This call is sent as a ‘POST’. You must know the ID prior to setting this one up as the target coverage set ID is used in the API header.
The body of the call is the same as used for ‘get all coverage sets’.
{
"context": {
"user": "mbj_test",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
}
}
}
The return message contains details only for the requested coverage set.