GET api/OtherResources/GetRecentlyAddedOtherResourceWithoutCoordinates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OtherResourceDetailsViewModel
NameDescriptionTypeAdditional information
OtherResourceDetailsId

integer

None.

Name

string

None.

OtherResourceId

integer

None.

OtherResourceName

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.

Response Formats

application/json, text/json

Sample:
[
  {
    "OtherResourceDetailsId": 1,
    "Name": "sample string 2",
    "OtherResourceId": 3,
    "OtherResourceName": "sample string 4",
    "ContactNo": "sample string 5",
    "AlternateContactNo": "sample string 6",
    "Latitude": 1.0,
    "Longitude": 1.0,
    "Address": "sample string 7",
    "Incharge": "sample string 8",
    "TransDate": "2025-10-28T00:57:49.8962436+05:30",
    "UserId": "sample string 10"
  },
  {
    "OtherResourceDetailsId": 1,
    "Name": "sample string 2",
    "OtherResourceId": 3,
    "OtherResourceName": "sample string 4",
    "ContactNo": "sample string 5",
    "AlternateContactNo": "sample string 6",
    "Latitude": 1.0,
    "Longitude": 1.0,
    "Address": "sample string 7",
    "Incharge": "sample string 8",
    "TransDate": "2025-10-28T00:57:49.8962436+05:30",
    "UserId": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOtherResourceDetailsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.CustomModels">
  <OtherResourceDetailsViewModel>
    <Address>sample string 7</Address>
    <AlternateContactNo>sample string 6</AlternateContactNo>
    <ContactNo>sample string 5</ContactNo>
    <Incharge>sample string 8</Incharge>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <Name>sample string 2</Name>
    <OtherResourceDetailsId>1</OtherResourceDetailsId>
    <OtherResourceId>3</OtherResourceId>
    <OtherResourceName>sample string 4</OtherResourceName>
    <TransDate>2025-10-28T00:57:49.8962436+05:30</TransDate>
    <UserId>sample string 10</UserId>
  </OtherResourceDetailsViewModel>
  <OtherResourceDetailsViewModel>
    <Address>sample string 7</Address>
    <AlternateContactNo>sample string 6</AlternateContactNo>
    <ContactNo>sample string 5</ContactNo>
    <Incharge>sample string 8</Incharge>
    <Latitude>1</Latitude>
    <Longitude>1</Longitude>
    <Name>sample string 2</Name>
    <OtherResourceDetailsId>1</OtherResourceDetailsId>
    <OtherResourceId>3</OtherResourceId>
    <OtherResourceName>sample string 4</OtherResourceName>
    <TransDate>2025-10-28T00:57:49.8962436+05:30</TransDate>
    <UserId>sample string 10</UserId>
  </OtherResourceDetailsViewModel>
</ArrayOfOtherResourceDetailsViewModel>