| ... | ... | @@ -5,7 +5,11 @@ |
|
|
|
Capitol provides a REST API that accepts JSON data to start the process.
|
|
|
|
2. [out] [contract data](bvis/contracting/contract-data) (insurance benefits may have been added)
|
|
|
|
BVIS provides a REST endpoint that accepts JSON data.
|
|
|
|
3. [] **???**
|
|
|
|
3. [in] customer decision **TODO**
|
|
|
|
Capitol provides a REST endpoint that accepts JSON data.
|
|
|
|
* contract id
|
|
|
|
* signing flag (indicates if the customer accepted the contract)
|
|
|
|
* insurance benefits (see [contract data](bvis/contracting/contract-data)) (indicates which insurance benefits the customer accepted, may be empty)
|
|
|
|
|
|
|
|
### Accident
|
|
|
|
1. [in] [accident data](bvis/accident/accident-data)
|
| ... | ... | @@ -27,7 +31,7 @@ |
|
|
|
2. [out] contact BVIS if accident is a liability case [liability information](bvis/accident/liability-information)
|
|
|
|
BVIS provides a REST endpoint that accepts JSON.
|
|
|
|
|
|
|
|
* process id
|
|
|
|
* transaction key
|
|
|
|
* contract id
|
|
|
|
* liability flag
|
|
|
|
|
| ... | ... | |
| ... | ... | |