GET api/TechnologicalProcess/GetBOMTechRelation?BOMItemID={BOMItemID}&TechProcessID={TechProcessID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BOMItemID

string

None.

TechProcessID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BOMTechRelationHeader
NameDescriptionTypeAdditional information
BOMItemID

string

None.

TechProcessID

string

None.

Notes

string

None.

InsUpdDate

date

None.

BOMTechRelationLines

BOMTechRelationLines

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfBOMTechRelationHeader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BOMTechRelationHeader>
    <BOMItemID>sample string 1</BOMItemID>
    <TechProcessID>sample string 2</TechProcessID>
    <Notes>sample string 3</Notes>
    <InsUpdDate>2024-03-29T08:56:04.7091652+01:00</InsUpdDate>
    <BOMTechRelationLines>
      <BOMTechRelationLine>
        <TechProcessOperationLNr>1</TechProcessOperationLNr>
        <TechProcessOperationID>1</TechProcessOperationID>
        <BOMTechRelationLineComponents>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
        </BOMTechRelationLineComponents>
      </BOMTechRelationLine>
      <BOMTechRelationLine>
        <TechProcessOperationLNr>1</TechProcessOperationLNr>
        <TechProcessOperationID>1</TechProcessOperationID>
        <BOMTechRelationLineComponents>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
        </BOMTechRelationLineComponents>
      </BOMTechRelationLine>
    </BOMTechRelationLines>
  </BOMTechRelationHeader>
  <BOMTechRelationHeader>
    <BOMItemID>sample string 1</BOMItemID>
    <TechProcessID>sample string 2</TechProcessID>
    <Notes>sample string 3</Notes>
    <InsUpdDate>2024-03-29T08:56:04.7091652+01:00</InsUpdDate>
    <BOMTechRelationLines>
      <BOMTechRelationLine>
        <TechProcessOperationLNr>1</TechProcessOperationLNr>
        <TechProcessOperationID>1</TechProcessOperationID>
        <BOMTechRelationLineComponents>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
        </BOMTechRelationLineComponents>
      </BOMTechRelationLine>
      <BOMTechRelationLine>
        <TechProcessOperationLNr>1</TechProcessOperationLNr>
        <TechProcessOperationID>1</TechProcessOperationID>
        <BOMTechRelationLineComponents>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
          <BOMTechRelationLineComponent>
            <BOMTechRelationLNr>1</BOMTechRelationLNr>
            <BOMComponentLNr>1</BOMComponentLNr>
            <BOMComponentItemID>sample string 2</BOMComponentItemID>
            <BOMTechRelationAPP>true</BOMTechRelationAPP>
          </BOMTechRelationLineComponent>
        </BOMTechRelationLineComponents>
      </BOMTechRelationLine>
    </BOMTechRelationLines>
  </BOMTechRelationHeader>
</ArrayOfBOMTechRelationHeader>