POST api/Utils/AddUpdateStation
Request Information
URI Parameters
None.
Body Parameters
StationsResp| Name | Description | Type | Additional information |
|---|---|---|---|
| idx | integer |
None. |
|
| cityidx | integer |
None. |
|
| ContactPerson | string |
None. |
|
| Contacts | string |
None. |
|
| Emails | string |
None. |
|
| AddedBy | integer |
None. |
|
| AddedOn | date |
None. |
|
| AddedByName | string |
None. |
|
| City | string |
None. |
|
| Country | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idx": 1,
"cityidx": 2,
"ContactPerson": "sample string 3",
"Contacts": "sample string 4",
"Emails": "sample string 5",
"AddedBy": 6,
"AddedOn": "2025-12-17T17:40:20.3062708+05:00",
"AddedByName": "sample string 8",
"City": "sample string 9",
"Country": "sample string 10"
}
application/xml, text/xml
Sample:
<StationsResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.Responses"> <AddedBy>6</AddedBy> <AddedByName>sample string 8</AddedByName> <AddedOn>2025-12-17T17:40:20.3062708+05:00</AddedOn> <City>sample string 9</City> <ContactPerson>sample string 3</ContactPerson> <Contacts>sample string 4</Contacts> <Country>sample string 10</Country> <Emails>sample string 5</Emails> <cityidx>2</cityidx> <idx>1</idx> </StationsResp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |