POST api/DivisionPointBranch/DeleteDivision
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DivisionPointBranchID": 1,
"DivisionPointBranchName": "sample string 2",
"BranchID": "sample string 3",
"PointFrom": 4.0,
"PointTo": 5.0,
"Point": 6.0,
"ApplyFrom": "2026-04-12T19:24:51.4284914+07:00",
"ApplyTo": "2026-04-12T19:24:51.4284914+07:00",
"ApplyFromView": "sample string 9",
"ApplyToView": "sample string 10",
"CreatedDate": "2026-04-12T19:24:51.4284914+07:00",
"CreatedUser": "sample string 12",
"InUse": 13,
"UpdatedDate": "2026-04-12T19:24:51.4284914+07:00",
"UpdatedUser": "sample string 14",
"DeletedUser": "sample string 15",
"DeletedDate": "2026-04-12T19:24:51.4284914+07:00"
}
application/xml, text/xml
Sample:
<DivisionPointBranchBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <CreatedDate>2026-04-12T19:24:51.4284914+07:00</CreatedDate> <CreatedUser>sample string 12</CreatedUser> <DeletedDate>2026-04-12T19:24:51.4284914+07:00</DeletedDate> <DeletedUser>sample string 15</DeletedUser> <InUse>13</InUse> <UpdatedDate>2026-04-12T19:24:51.4284914+07:00</UpdatedDate> <UpdatedUser>sample string 14</UpdatedUser> <ApplyFrom>2026-04-12T19:24:51.4284914+07:00</ApplyFrom> <ApplyFromView>sample string 9</ApplyFromView> <ApplyTo>2026-04-12T19:24:51.4284914+07:00</ApplyTo> <ApplyToView>sample string 10</ApplyToView> <BranchID>sample string 3</BranchID> <DivisionPointBranchID>1</DivisionPointBranchID> <DivisionPointBranchName>sample string 2</DivisionPointBranchName> <Point>6</Point> <PointFrom>4</PointFrom> <PointTo>5</PointTo> </DivisionPointBranchBO>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <Data /> <Message>sample string 2</Message> <Success>true</Success> </ResultObject>