POST Branch/AddBranch

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lDto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyId": "da961942-338d-4383-a5dc-35034c19f378",
  "DivisionId": "11c5b7ac-9b2c-4237-8e45-b3f252cd2b80",
  "TownShipId": "40f2b88f-7c26-4cf0-9f1c-e484fc69d8e0",
  "CityId": "791ecb3d-cc3b-42eb-90b6-a10d5b21d9b5",
  "DistrictId": "a54f9c39-8900-422c-af01-29b6b225234e",
  "BranchName": "sample string 4",
  "BranchBName": "sample string 5",
  "Description": "sample string 6",
  "BDescription": "sample string 7",
  "CreatedUserId": "sample string 8",
  "BranchMobileNumberDtoList": [
    {
      "$id": "2",
      "BranchReceiverName": "sample string 1",
      "BranchReceiverMobileNumber": "sample string 2"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.