GET api/BranchType?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": "cb83e923-31e4-40f5-a44f-2823f0a19587", "Name": "sample string 2", "Attachment": { "AttachmentID": "61eedfe0-2156-4a42-8b7c-d03dd9338cd2", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } }, { "BranchTypeID": "cb83e923-31e4-40f5-a44f-2823f0a19587", "Name": "sample string 2", "Attachment": { "AttachmentID": "61eedfe0-2156-4a42-8b7c-d03dd9338cd2", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.