GET api/BranchType/Get?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BranchType
NameDescriptionTypeAdditional information
BranchTypeID

globally unique identifier

None.

Name

string

None.

Attachment

Attachment

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BranchTypeID": "34ca88cd-e69f-47b8-8d2b-2080534d587d",
    "Name": "sample string 2",
    "Attachment": {
      "AttachmentID": "ebee81aa-f542-43b8-8cb9-729d2512e4ee",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    }
  },
  {
    "BranchTypeID": "34ca88cd-e69f-47b8-8d2b-2080534d587d",
    "Name": "sample string 2",
    "Attachment": {
      "AttachmentID": "ebee81aa-f542-43b8-8cb9-729d2512e4ee",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    }
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.