GET api/material/assembly/GetAssemblyStructInfo?id={id}

获取部件的零部件集合

请求信息

URI 参数

名称说明类型其他信息
id

部件Id

string

Required

Body 参数

None.

响应信息

响应说明

ResponseExOfListOfAssemblyStructInfoModel
名称说明类型其他信息
StatusCode

状态码

ResponseStatusCode

None.

Message

信息

string

None.

Data

数据

Collection of AssemblyStructInfoModel

None.

响应格式

application/json, text/json

Sample:
{
  "StatusCode": 0,
  "Message": "sample string 1",
  "Data": [
    {
      "SortNumber": "sample string 1",
      "SortLevel": 2,
      "AssemblySelfContainId": "sample string 3",
      "AssemblySelfContainQuantity": 1,
      "AssemblySelfContainQuantitySubtotal": 1,
      "ParentAssemblyId": "sample string 4",
      "AssemblyId": "sample string 5",
      "AssemblyEncode": "sample string 6",
      "AssemblyName": "sample string 7",
      "AssemblyPartId": "sample string 8",
      "AssemblyPartQuantity": 1,
      "AssemblyPartQuantitySubtotal": 1,
      "PartId": "sample string 9",
      "PartEncode": "sample string 10",
      "PartName": "sample string 11",
      "PartCost": 1.0,
      "PartPrice": 1.0,
      "MaterialName": "sample string 12",
      "UnitName": "sample string 13",
      "DataTypeName": "sample string 14",
      "DataType": 2,
      "AssemblyPath": "sample string 15",
      "AssemblyCost": 1.0,
      "AssemblyPrice": 1.0
    },
    {
      "SortNumber": "sample string 1",
      "SortLevel": 2,
      "AssemblySelfContainId": "sample string 3",
      "AssemblySelfContainQuantity": 1,
      "AssemblySelfContainQuantitySubtotal": 1,
      "ParentAssemblyId": "sample string 4",
      "AssemblyId": "sample string 5",
      "AssemblyEncode": "sample string 6",
      "AssemblyName": "sample string 7",
      "AssemblyPartId": "sample string 8",
      "AssemblyPartQuantity": 1,
      "AssemblyPartQuantitySubtotal": 1,
      "PartId": "sample string 9",
      "PartEncode": "sample string 10",
      "PartName": "sample string 11",
      "PartCost": 1.0,
      "PartPrice": 1.0,
      "MaterialName": "sample string 12",
      "UnitName": "sample string 13",
      "DataTypeName": "sample string 14",
      "DataType": 2,
      "AssemblyPath": "sample string 15",
      "AssemblyCost": 1.0,
      "AssemblyPrice": 1.0
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseExOfArrayOfAssemblyStructInfoModelyAzhP_Peq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZJ.GX.Application.WebApi.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZJ.GX.Application.IBLL">
    <d2p1:AssemblyStructInfoModel>
      <d2p1:AssemblyCost>1</d2p1:AssemblyCost>
      <d2p1:AssemblyEncode>sample string 6</d2p1:AssemblyEncode>
      <d2p1:AssemblyId>sample string 5</d2p1:AssemblyId>
      <d2p1:AssemblyName>sample string 7</d2p1:AssemblyName>
      <d2p1:AssemblyPartId>sample string 8</d2p1:AssemblyPartId>
      <d2p1:AssemblyPartQuantity>1</d2p1:AssemblyPartQuantity>
      <d2p1:AssemblyPartQuantitySubtotal>1</d2p1:AssemblyPartQuantitySubtotal>
      <d2p1:AssemblyPath>sample string 15</d2p1:AssemblyPath>
      <d2p1:AssemblyPrice>1</d2p1:AssemblyPrice>
      <d2p1:AssemblySelfContainId>sample string 3</d2p1:AssemblySelfContainId>
      <d2p1:AssemblySelfContainQuantity>1</d2p1:AssemblySelfContainQuantity>
      <d2p1:AssemblySelfContainQuantitySubtotal>1</d2p1:AssemblySelfContainQuantitySubtotal>
      <d2p1:DataType>AssemblyPart</d2p1:DataType>
      <d2p1:DataTypeName>sample string 14</d2p1:DataTypeName>
      <d2p1:MaterialName>sample string 12</d2p1:MaterialName>
      <d2p1:ParentAssemblyId>sample string 4</d2p1:ParentAssemblyId>
      <d2p1:PartCost>1</d2p1:PartCost>
      <d2p1:PartEncode>sample string 10</d2p1:PartEncode>
      <d2p1:PartId>sample string 9</d2p1:PartId>
      <d2p1:PartName>sample string 11</d2p1:PartName>
      <d2p1:PartPrice>1</d2p1:PartPrice>
      <d2p1:SortLevel>2</d2p1:SortLevel>
      <d2p1:SortNumber>sample string 1</d2p1:SortNumber>
      <d2p1:UnitName>sample string 13</d2p1:UnitName>
    </d2p1:AssemblyStructInfoModel>
    <d2p1:AssemblyStructInfoModel>
      <d2p1:AssemblyCost>1</d2p1:AssemblyCost>
      <d2p1:AssemblyEncode>sample string 6</d2p1:AssemblyEncode>
      <d2p1:AssemblyId>sample string 5</d2p1:AssemblyId>
      <d2p1:AssemblyName>sample string 7</d2p1:AssemblyName>
      <d2p1:AssemblyPartId>sample string 8</d2p1:AssemblyPartId>
      <d2p1:AssemblyPartQuantity>1</d2p1:AssemblyPartQuantity>
      <d2p1:AssemblyPartQuantitySubtotal>1</d2p1:AssemblyPartQuantitySubtotal>
      <d2p1:AssemblyPath>sample string 15</d2p1:AssemblyPath>
      <d2p1:AssemblyPrice>1</d2p1:AssemblyPrice>
      <d2p1:AssemblySelfContainId>sample string 3</d2p1:AssemblySelfContainId>
      <d2p1:AssemblySelfContainQuantity>1</d2p1:AssemblySelfContainQuantity>
      <d2p1:AssemblySelfContainQuantitySubtotal>1</d2p1:AssemblySelfContainQuantitySubtotal>
      <d2p1:DataType>AssemblyPart</d2p1:DataType>
      <d2p1:DataTypeName>sample string 14</d2p1:DataTypeName>
      <d2p1:MaterialName>sample string 12</d2p1:MaterialName>
      <d2p1:ParentAssemblyId>sample string 4</d2p1:ParentAssemblyId>
      <d2p1:PartCost>1</d2p1:PartCost>
      <d2p1:PartEncode>sample string 10</d2p1:PartEncode>
      <d2p1:PartId>sample string 9</d2p1:PartId>
      <d2p1:PartName>sample string 11</d2p1:PartName>
      <d2p1:PartPrice>1</d2p1:PartPrice>
      <d2p1:SortLevel>2</d2p1:SortLevel>
      <d2p1:SortNumber>sample string 1</d2p1:SortNumber>
      <d2p1:UnitName>sample string 13</d2p1:UnitName>
    </d2p1:AssemblyStructInfoModel>
  </Data>
  <Message>sample string 1</Message>
  <StatusCode>OK</StatusCode>
</ResponseExOfArrayOfAssemblyStructInfoModelyAzhP_Peq>