GET api/BranchType/Get?apiKey={apiKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BranchTypeName | Description | Type | Additional information |
---|---|---|---|
BranchTypeID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Attachment | Attachment |
None. |
Response Formats
application/json, text/json
Sample:
[ { "BranchTypeID": "1b204648-f3db-4e28-9576-15699dc42fff", "Name": "sample string 2", "Attachment": { "AttachmentID": "aa99fe85-36ed-47a2-becc-ec184a5e1bd5", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, { "BranchTypeID": "1b204648-f3db-4e28-9576-15699dc42fff", "Name": "sample string 2", "Attachment": { "AttachmentID": "aa99fe85-36ed-47a2-becc-ec184a5e1bd5", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.