GET api/Standort?LocationId={LocationId}&LocationName={LocationName}&ShortLocationName={ShortLocationName}&IsActive={IsActive}

Standort Get

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LocationId

integer

None.

LocationName

string

None.

ShortLocationName

string

None.

IsActive

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StandortDataModel
NameDescriptionTypeAdditional information
LocationID

integer

None.

LocationName

string

None.

CountryID

integer

None.

StateID

integer

None.

CityID

integer

None.

AddedBy

integer

None.

AddedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

IsActive

integer

None.

IsDeleted

integer

None.

ShortLocationName

string

None.

TakeOldCatalogue

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
[
  {
    "locationID": 1,
    "locationName": "sample string 2",
    "countryID": 1,
    "stateID": 1,
    "cityID": 1,
    "addedBy": 1,
    "addedDate": "2025-07-17T05:29:33.5402408+00:00",
    "modifiedBy": 1,
    "modifiedDate": "2025-07-17T05:29:33.5402408+00:00",
    "isActive": 1,
    "isDeleted": 1,
    "shortLocationName": "sample string 3",
    "takeOldCatalogue": 1,
    "totalRecord": 4
  },
  {
    "locationID": 1,
    "locationName": "sample string 2",
    "countryID": 1,
    "stateID": 1,
    "cityID": 1,
    "addedBy": 1,
    "addedDate": "2025-07-17T05:29:33.5402408+00:00",
    "modifiedBy": 1,
    "modifiedDate": "2025-07-17T05:29:33.5402408+00:00",
    "isActive": 1,
    "isDeleted": 1,
    "shortLocationName": "sample string 3",
    "takeOldCatalogue": 1,
    "totalRecord": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfStandortDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <StandortDataModel>
    <AddedBy>1</AddedBy>
    <AddedDate>2025-07-17T05:29:33.5402408+00:00</AddedDate>
    <CityID>1</CityID>
    <CountryID>1</CountryID>
    <IsActive>1</IsActive>
    <IsDeleted>1</IsDeleted>
    <LocationID>1</LocationID>
    <LocationName>sample string 2</LocationName>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2025-07-17T05:29:33.5402408+00:00</ModifiedDate>
    <ShortLocationName>sample string 3</ShortLocationName>
    <StateID>1</StateID>
    <TakeOldCatalogue>1</TakeOldCatalogue>
    <TotalRecord>4</TotalRecord>
  </StandortDataModel>
  <StandortDataModel>
    <AddedBy>1</AddedBy>
    <AddedDate>2025-07-17T05:29:33.5402408+00:00</AddedDate>
    <CityID>1</CityID>
    <CountryID>1</CountryID>
    <IsActive>1</IsActive>
    <IsDeleted>1</IsDeleted>
    <LocationID>1</LocationID>
    <LocationName>sample string 2</LocationName>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2025-07-17T05:29:33.5402408+00:00</ModifiedDate>
    <ShortLocationName>sample string 3</ShortLocationName>
    <StateID>1</StateID>
    <TakeOldCatalogue>1</TakeOldCatalogue>
    <TotalRecord>4</TotalRecord>
  </StandortDataModel>
</ArrayOfStandortDataModel>

multipart/form-data

Sample:
<ArrayOfStandortDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><StandortDataModel><AddedBy>1</AddedBy><AddedDate>2025-07-17T05:29:33.5402408+00:00</AddedDate><CityID>1</CityID><CountryID>1</CountryID><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LocationID>1</LocationID><LocationName>sample string 2</LocationName><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T05:29:33.5402408+00:00</ModifiedDate><ShortLocationName>sample string 3</ShortLocationName><StateID>1</StateID><TakeOldCatalogue>1</TakeOldCatalogue><TotalRecord>4</TotalRecord></StandortDataModel><StandortDataModel><AddedBy>1</AddedBy><AddedDate>2025-07-17T05:29:33.5402408+00:00</AddedDate><CityID>1</CityID><CountryID>1</CountryID><IsActive>1</IsActive><IsDeleted>1</IsDeleted><LocationID>1</LocationID><LocationName>sample string 2</LocationName><ModifiedBy>1</ModifiedBy><ModifiedDate>2025-07-17T05:29:33.5402408+00:00</ModifiedDate><ShortLocationName>sample string 3</ShortLocationName><StateID>1</StateID><TakeOldCatalogue>1</TakeOldCatalogue><TotalRecord>4</TotalRecord></StandortDataModel></ArrayOfStandortDataModel>