POST SecuritySystemAPI/Locations/UpdateLocation
Request Information
URI Parameters
None.
Body Parameters
LocationInfoName | Description | Type | Additional information |
---|---|---|---|
BranchID | globally unique identifier |
None. |
|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BranchID": "6f71f68e-a470-4ff7-84bc-cf345b3fa84d", "ID": "190fdd50-b366-45ef-bfe3-730b84a4b649", "Name": "sample string 3" }
application/xml, text/xml
Sample:
<LocationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecuritySystem.API.Models"> <ID>190fdd50-b366-45ef-bfe3-730b84a4b649</ID> <Name>sample string 3</Name> <BranchID>6f71f68e-a470-4ff7-84bc-cf345b3fa84d</BranchID> </LocationInfo>
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>