GET 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": "82d4f0e9-df56-4883-b477-0c46a397f08a", "ID": "9a5594a9-555f-465d-917c-dd5a615c0a08", "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>9a5594a9-555f-465d-917c-dd5a615c0a08</ID> <Name>sample string 3</Name> <BranchID>82d4f0e9-df56-4883-b477-0c46a397f08a</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>