POST api/DivisionPointBranch/CreateDivision

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lstDivisionPointBO
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-04-13T05:10:26.4659513+07:00",
    "CreatedUser": "sample string 8",
    "InUse": 9,
    "UpdatedDate": "2025-04-13T05:10:26.4659513+07:00",
    "UpdatedUser": "sample string 10",
    "DeletedUser": "sample string 11",
    "DeletedDate": "2025-04-13T05:10:26.4659513+07:00"
  },
  {
    "DivisionPointBranchID": 1,
    "DivisionPointBranchName": "sample string 2",
    "BranchID": "sample string 3",
    "PointFrom": 4.0,
    "PointTo": 5.0,
    "Point": 6.0,
    "CreatedDate": "2025-04-13T05:10:26.4659513+07:00",
    "CreatedUser": "sample string 8",
    "InUse": 9,
    "UpdatedDate": "2025-04-13T05:10:26.4659513+07:00",
    "UpdatedUser": "sample string 10",
    "DeletedUser": "sample string 11",
    "DeletedDate": "2025-04-13T05:10:26.4659513+07:00"
  },
  {
    "DivisionPointBranchID": 1,
    "DivisionPointBranchName": "sample string 2",
    "BranchID": "sample string 3",
    "PointFrom": 4.0,
    "PointTo": 5.0,
    "Point": 6.0,
    "CreatedDate": "2025-04-13T05:10:26.4659513+07:00",
    "CreatedUser": "sample string 8",
    "InUse": 9,
    "UpdatedDate": "2025-04-13T05:10:26.4659513+07:00",
    "UpdatedUser": "sample string 10",
    "DeletedUser": "sample string 11",
    "DeletedDate": "2025-04-13T05:10:26.4659513+07:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDivisionPointBranchBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
  <DivisionPointBranchBO>
    <CreatedDate>2025-04-13T05:10:26.4659513+07:00</CreatedDate>
    <CreatedUser>sample string 8</CreatedUser>
    <DeletedDate>2025-04-13T05:10:26.4659513+07:00</DeletedDate>
    <DeletedUser>sample string 11</DeletedUser>
    <InUse>9</InUse>
    <UpdatedDate>2025-04-13T05:10:26.4659513+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>
  <DivisionPointBranchBO>
    <CreatedDate>2025-04-13T05:10:26.4659513+07:00</CreatedDate>
    <CreatedUser>sample string 8</CreatedUser>
    <DeletedDate>2025-04-13T05:10:26.4659513+07:00</DeletedDate>
    <DeletedUser>sample string 11</DeletedUser>
    <InUse>9</InUse>
    <UpdatedDate>2025-04-13T05:10:26.4659513+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>
  <DivisionPointBranchBO>
    <CreatedDate>2025-04-13T05:10:26.4659513+07:00</CreatedDate>
    <CreatedUser>sample string 8</CreatedUser>
    <DeletedDate>2025-04-13T05:10:26.4659513+07:00</DeletedDate>
    <DeletedUser>sample string 11</DeletedUser>
    <InUse>9</InUse>
    <UpdatedDate>2025-04-13T05:10:26.4659513+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>
</ArrayOfDivisionPointBranchBO>

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 'List`1'.

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>