POST api/Operations/branch

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
reqblist
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2"
}

application/xml, text/xml

Sample:
<request_branch_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request">
  <key>sample string 2</key>
  <method>sample string 1</method>
</request_branch_list>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "brnsearch": [
    {
      "branch_code": "sample string 1",
      "branch_name": "sample string 2"
    },
    {
      "branch_code": "sample string 1",
      "branch_name": "sample string 2"
    },
    {
      "branch_code": "sample string 1",
      "branch_name": "sample string 2"
    }
  ],
  "status": "sample string 3"
}

application/xml, text/xml

Sample:
<response_branch_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models">
  <brnsearch xmlns:d2p1="http://schemas.datacontract.org/2004/07/Axpress.sub_class">
    <d2p1:searchbranch>
      <d2p1:branch_code>sample string 1</d2p1:branch_code>
      <d2p1:branch_name>sample string 2</d2p1:branch_name>
    </d2p1:searchbranch>
    <d2p1:searchbranch>
      <d2p1:branch_code>sample string 1</d2p1:branch_code>
      <d2p1:branch_name>sample string 2</d2p1:branch_name>
    </d2p1:searchbranch>
    <d2p1:searchbranch>
      <d2p1:branch_code>sample string 1</d2p1:branch_code>
      <d2p1:branch_name>sample string 2</d2p1:branch_name>
    </d2p1:searchbranch>
  </brnsearch>
  <key>sample string 2</key>
  <method>sample string 1</method>
  <status>sample string 3</status>
</response_branch_list>