POST api/DivisionPointBranch/DeleteDivision

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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,
  "CreatedDate": "2025-06-28T00:16:21.8966962+07:00",
  "CreatedUser": "sample string 8",
  "InUse": 9,
  "UpdatedDate": "2025-06-28T00:16:21.8966962+07:00",
  "UpdatedUser": "sample string 10",
  "DeletedUser": "sample string 11",
  "DeletedDate": "2025-06-28T00:16:21.8966962+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>2025-06-28T00:16:21.8966962+07:00</CreatedDate>
  <CreatedUser>sample string 8</CreatedUser>
  <DeletedDate>2025-06-28T00:16:21.8966962+07:00</DeletedDate>
  <DeletedUser>sample string 11</DeletedUser>
  <InUse>9</InUse>
  <UpdatedDate>2025-06-28T00:16:21.8966962+07:00</UpdatedDate>
  <UpdatedUser>sample string 10</UpdatedUser>
  <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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DivisionPointBranchBO'.

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>