POST api/OtherResources/UpdateOtherResourceCoordinates
Request Information
URI Parameters
None.
Body Parameters
utblOtherResourceDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherResourceDetailsId | integer |
None. |
|
| OtherResourceId | integer |
None. |
|
| Name | string |
None. |
|
| ContactNo | string |
None. |
|
| AlternateContactNo | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Address | string |
None. |
|
| Incharge | string |
None. |
|
| TransDate | date |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OtherResourceDetailsId": 1,
"OtherResourceId": 2,
"Name": "sample string 3",
"ContactNo": "sample string 4",
"AlternateContactNo": "sample string 5",
"Latitude": 6.0,
"Longitude": 7.0,
"Address": "sample string 8",
"Incharge": "sample string 9",
"TransDate": "2025-10-28T01:09:07.0525493+05:30",
"UserId": "sample string 11"
}
application/xml, text/xml
Sample:
<utblOtherResourceDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models"> <Address>sample string 8</Address> <AlternateContactNo>sample string 5</AlternateContactNo> <ContactNo>sample string 4</ContactNo> <Incharge>sample string 9</Incharge> <Latitude>6</Latitude> <Longitude>7</Longitude> <Name>sample string 3</Name> <OtherResourceDetailsId>1</OtherResourceDetailsId> <OtherResourceId>2</OtherResourceId> <TransDate>2025-10-28T01:09:07.0525493+05:30</TransDate> <UserId>sample string 11</UserId> </utblOtherResourceDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>