Create Branch

Creates a Branch on the System

Creates a Branch

POST https://<your_business_alias>.lendastack.io/ias/branch

This endpoint creates branch on the system.

Headers

Name
Type
Description

Authentication*

String

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

Request Body

Name
Type
Description

branchName*

String

The name of the branch to be created

{
    "branchId": 22,
    "branchName": "CDL Hello World Three 4",
    "stateId": 0,
    "countryId": 0,
    "status": 0,
    "members": 0,
    "appOwnerKey": "5a4d47a6-1bb8-4140-bb2d-3383b6ed3638",
    "createdAt": "2023-10-17T08:53:12.9746589Z"
}

Last updated

Was this helpful?