POST 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": "fe411ae5-c8a7-47b7-8710-24ee200ce21e", "ID": "a5b24205-b74e-4242-acd3-ddd662884b75", "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>a5b24205-b74e-4242-acd3-ddd662884b75</ID> <Name>sample string 3</Name> <CityID>fe411ae5-c8a7-47b7-8710-24ee200ce21e</CityID> </BranchInfo>