POST 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": "daaf70fb-93bf-4724-8be1-b4abd7a9d5d2", "ID": "bd718260-c46f-4141-9156-3c8218b3ecfb", "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>bd718260-c46f-4141-9156-3c8218b3ecfb</ID> <Name>sample string 3</Name> <CityID>daaf70fb-93bf-4724-8be1-b4abd7a9d5d2</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>