GET SecuritySystemAPI/Branches/UpdateBranch

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": "c2f0f794-ecd1-4000-9c5b-b1988f921828",
  "ID": "05e37b7f-55df-4d70-b51f-c47ac6f6a2a4",
  "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>05e37b7f-55df-4d70-b51f-c47ac6f6a2a4</ID>
  <Name>sample string 3</Name>
  <CityID>c2f0f794-ecd1-4000-9c5b-b1988f921828</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>