Astute API === ## Add FI Case URL: https://atom361-integration-api-qa.azurewebsites.net/api/CreateFICase/AddFICaseAsync Method: `POST` Headers: - `Content-Type`: `application/json` - `X-API key`: `YourClientId` - ``: `XXXXXXXXXXXXXXX` Request body: ```json= { "clientId": your client id, "clientBranchId": branch id, "productId": product id, "activityId": activity id, "veriFicationTypeId": verification type id, "borrowerTypeId": borrower type id, "applicantName": applicant name, "fileNumber": file number as sublan id, "phoneNumber": phone number, "address": address line 1, "pinCode": XXXXXX, "is_Revisit": false/true, "is_Company": false/true, "CallBackUrl":callback url i.e where you catch response } ``` Response body: ```json= { "IsSuccess": true, "Message": "", "ResponseData": 464646, "StatusCode": 200 } ```