GET api/ASS_BranchTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ASS_BranchTypes
NameDescriptionTypeAdditional information
idBranchType

decimal number

None.

branchType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "idBranchType": 1.0,
    "branchType": "sample string 2"
  },
  {
    "idBranchType": 1.0,
    "branchType": "sample string 2"
  }
]

text/html

Sample:
[{"idBranchType":1.0,"branchType":"sample string 2"},{"idBranchType":1.0,"branchType":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfASS_BranchTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <ASS_BranchTypes>
    <branchType>sample string 2</branchType>
    <idBranchType>1</idBranchType>
  </ASS_BranchTypes>
  <ASS_BranchTypes>
    <branchType>sample string 2</branchType>
    <idBranchType>1</idBranchType>
  </ASS_BranchTypes>
</ArrayOfASS_BranchTypes>