POST SecuritySystemAPI/Cities/AddCity
Request Information
URI Parameters
None.
Body Parameters
CityInfoName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
None. |
|
CreatedBy | string |
None. |
|
CreatedDate | date |
None. |
|
UpdatedDate | date |
None. |
|
UpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "f04b123c-cf67-407b-9e53-87ff7b2df02d", "Name": "sample string 2", "CreatedBy": "sample string 3", "CreatedDate": "2025-04-04T02:30:21.7392048+03:00", "UpdatedDate": "2025-04-04T02:30:21.7392048+03:00", "UpdatedBy": "sample string 6" }
application/xml, text/xml
Sample:
<CityInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecuritySystem.API.Model"> <CreatedBy>sample string 3</CreatedBy> <CreatedDate>2025-04-04T02:30:21.7392048+03:00</CreatedDate> <UpdatedBy>sample string 6</UpdatedBy> <UpdatedDate>2025-04-04T02:30:21.7392048+03:00</UpdatedDate> <ID>f04b123c-cf67-407b-9e53-87ff7b2df02d</ID> <Name>sample string 2</Name> </CityInfo>
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>