GET api/LocationMaterial

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LocationMaterialApiResponse
NameDescriptionTypeAdditional information
LocationMaterials

Collection of LocationMaterialApi

None.

RequestStatus

RequestStatus

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RequestStatus>
    <errormessage>sample string 1</errormessage>
    <success>true</success>
    <version>sample string 3</version>
  </RequestStatus>
  <locationmaterials>
    <locationmaterial>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <CreatedOn>2025-12-19T06:01:41.7992494-06:00</CreatedOn>
      <CreatedBy>sample string 5</CreatedBy>
      <ModifiedBy>sample string 6</ModifiedBy>
      <ModifiedOn>2025-12-19T06:01:41.7992494-06:00</ModifiedOn>
      <MasterId>7</MasterId>
      <location>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </location>
      <supplier>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </supplier>
      <materialtype>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </materialtype>
      <material>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </material>
    </locationmaterial>
    <locationmaterial>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <CreatedOn>2025-12-19T06:01:41.7992494-06:00</CreatedOn>
      <CreatedBy>sample string 5</CreatedBy>
      <ModifiedBy>sample string 6</ModifiedBy>
      <ModifiedOn>2025-12-19T06:01:41.7992494-06:00</ModifiedOn>
      <MasterId>7</MasterId>
      <location>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </location>
      <supplier>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </supplier>
      <materialtype>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </materialtype>
      <material>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </material>
    </locationmaterial>
  </locationmaterials>
</response>