GET SecuritySystemAPI/Branches/AddBranch

Request Information

URI Parameters

None.

Body Parameters

BranchInfo
NameDescriptionTypeAdditional information
CityID

globally unique identifier

None.

ID

globally unique identifier

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CityID": "240a3dad-a8a8-419a-81f0-96857291e4f9",
  "ID": "b5585d33-f86e-4b57-a84d-2f1c6a61a220",
  "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>b5585d33-f86e-4b57-a84d-2f1c6a61a220</ID>
  <Name>sample string 3</Name>
  <CityID>240a3dad-a8a8-419a-81f0-96857291e4f9</CityID>
</BranchInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BranchInfo'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>