POST Branch/UpdateBranch
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"BranchId": "3ea1880b-4d7b-4b23-9b4f-7c0998304d3b",
"CompanyId": "d7903d9a-5739-4bc7-90c0-8990138f8b81",
"DivisionId": "04777829-e6b5-4a40-bd7b-960f17df7a53",
"TownShipId": "cfed0b75-fef8-4960-be29-b598ad7ef37b",
"CityId": "7eaef0df-e0f5-46fb-ad00-4a6c906da0a1",
"DistrictId": "83fd2aa8-e9e9-4738-be71-9339d7e064ae",
"BranchName": "sample string 5",
"BranchBName": "sample string 6",
"Description": "sample string 7",
"BDescription": "sample string 8",
"CreatedUserId": "sample string 9",
"BranchMobileNumberDtoList": [
{
"$id": "2",
"BranchMobileNumberId": "a4503b85-e966-4f29-852f-b60793eb967a",
"BranchId": "4ecbac73-0616-4954-9740-a9e11bf47f72",
"BranchReceiverName": "sample string 3",
"BranchReceiverMobileNumber": "sample string 4",
"IsActive": true
},
{
"$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.