GET SecuritySystemAPI/Branches/GetBranchByname/{GUID}/{Name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GUID | string |
Required |
|
Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BranchInfoName | Description | Type | Additional information |
---|---|---|---|
CityID | globally unique identifier |
None. |
|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CityID": "b8ca99cd-d6db-4d5c-91d5-1f4cee5fcbc4", "ID": "7badd4e5-f2bf-46f1-b7e7-598ec19b398f", "Name": "sample string 3" }
application/xml, text/xml
Sample:
<BranchInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecuritySystem.API.Models"> <ID>7badd4e5-f2bf-46f1-b7e7-598ec19b398f</ID> <Name>sample string 3</Name> <CityID>b8ca99cd-d6db-4d5c-91d5-1f4cee5fcbc4</CityID> </BranchInfo>