GET api/LocationMaterialLength

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LocationMaterialLengthApiResponse
NameDescriptionTypeAdditional information
LocationMaterialLengths

Collection of LocationMaterialLengthApi

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>
  <locationmateriallengths>
    <locationmateriallength>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <CreatedOn>2025-12-19T06:04:42.7739227-06:00</CreatedOn>
      <CreatedBy>sample string 5</CreatedBy>
      <ModifiedBy>sample string 6</ModifiedBy>
      <ModifiedOn>2025-12-19T06:04:42.7739227-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>
      <material>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </material>
      <loglength>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </loglength>
    </locationmateriallength>
    <locationmateriallength>
      <Status>true</Status>
      <IsShowInKiosk>true</IsShowInKiosk>
      <CreatedOn>2025-12-19T06:04:42.7739227-06:00</CreatedOn>
      <CreatedBy>sample string 5</CreatedBy>
      <ModifiedBy>sample string 6</ModifiedBy>
      <ModifiedOn>2025-12-19T06:04:42.7739227-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>
      <material>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </material>
      <loglength>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </loglength>
    </locationmateriallength>
  </locationmateriallengths>
</response>