POST api/V1/company/managebranchadmin
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| branch | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"BranchId": 2,
"CanAddBranch": true,
"CanEditBranch": true,
"CanDeleteBranch": true
}
application/xml, text/xml
Sample:
<BranchAdmin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPNagar.Contract.Company"> <BranchId>2</BranchId> <CanAddBranch>true</CanAddBranch> <CanDeleteBranch>true</CanDeleteBranch> <CanEditBranch>true</CanEditBranch> <CompanyId>1</CompanyId> </BranchAdmin>
application/x-www-form-urlencoded
Sample:
Sample not available.