GET api/MaterialType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MaterialTypeApiResponse
NameDescriptionTypeAdditional information
MaterialTypes

Collection of MaterialTypeApi

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>
  <materialtypes>
    <materialtype>
      <MaterialTypeCode>sample string 2</MaterialTypeCode>
      <Status>true</Status>
      <Description>sample string 4</Description>
      <InterfaceId>1</InterfaceId>
      <DocketTypeId>1</DocketTypeId>
      <IsShowInLoader>true</IsShowInLoader>
      <CreatedOn>2025-12-19T05:59:42.8714018-06:00</CreatedOn>
      <CreatedBy>sample string 7</CreatedBy>
      <ModifiedBy>sample string 8</ModifiedBy>
      <ModifiedOn>2025-12-19T05:59:42.8714018-06:00</ModifiedOn>
      <MasterId>9</MasterId>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </materialtype>
    <materialtype>
      <MaterialTypeCode>sample string 2</MaterialTypeCode>
      <Status>true</Status>
      <Description>sample string 4</Description>
      <InterfaceId>1</InterfaceId>
      <DocketTypeId>1</DocketTypeId>
      <IsShowInLoader>true</IsShowInLoader>
      <CreatedOn>2025-12-19T05:59:42.8714018-06:00</CreatedOn>
      <CreatedBy>sample string 7</CreatedBy>
      <ModifiedBy>sample string 8</ModifiedBy>
      <ModifiedOn>2025-12-19T05:59:42.8714018-06:00</ModifiedOn>
      <MasterId>9</MasterId>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </materialtype>
  </materialtypes>
</response>