## Axa + Dat Endpoints description: ## Login 1) `/login` We need to exchange current login: AXA Usage : `https://uat.soleraauto.es/CaseManager/controller/login/` ``` { "email": "asdsa:dasdasd", "password": "Audatex$2021", "view": "ClaimDataView", "wan": "WANES65021870296", "calculationMode": "T" } ``` DAT REPLACMENT (See dat Login docs): ``` { "customerNumber": "", "user": "", "password": "", "action": "generateToken" } ``` Possible mapping: ``` email -> customerNumber password -> password ``` Expected Response: ``` { token: "asdasdasdasd" } ``` <!-- ## Partners 2) `/partners` - CRUD API: https://gold.manfred.dat.co.at/api/v1/ ### Partners get: GET - `partners/:id` Expected response: ``` ... ``` Dat Repalcment: ``` ... ``` Possible Maping ``` a -> b c -> D e -> F ``` -->
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up