GET SecuritySystemAPI/Branches/AddBranch
Request Information
URI Parameters
None.
Body Parameters
BranchInfoName | Description | Type | Additional information |
---|---|---|---|
CityID | globally unique identifier |
None. |
|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CityID": "b63e4409-e8d0-449f-8e59-7159ed7abea6", "ID": "84a053d7-ee80-4f2f-9bcd-8be4a9fabffc", "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>84a053d7-ee80-4f2f-9bcd-8be4a9fabffc</ID> <Name>sample string 3</Name> <CityID>b63e4409-e8d0-449f-8e59-7159ed7abea6</CityID> </BranchInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>