POST api/Drawing/GetMechDwgByDims

Request Information

URI Parameters

None.

Body Parameters

MechDwgByDimsParams
NameDescriptionTypeAdditional information
strTag

string

None.

strProdModelIdCode

string

None.

strProdSizeType

string

None.

dblProdSizeHeightInch

decimal number

None.

dblProdSizeWidthInch

decimal number

None.

dblProdSizeLengthInch

decimal number

None.

strProdCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dblProdSizeHeightInch": 4.1,
  "dblProdSizeLengthInch": 6.1,
  "dblProdSizeWidthInch": 5.1,
  "intIsCADFormat": 10,
  "intIsShowTag": 9,
  "strDwgId": "sample string 8",
  "strDwgName": "sample string 11",
  "strError": "sample string 14",
  "strFileName": "sample string 12",
  "strFilePathAndName": "sample string 13",
  "strProdCode": "sample string 7",
  "strProdModelIdCode": "sample string 2",
  "strProdSizeType": "sample string 3",
  "strTag": "sample string 1"
}

application/octet-stream

Sample:
{"dblProdSizeHeightInch":4.1,"dblProdSizeLengthInch":6.1,"dblProdSizeWidthInch":5.1,"intIsCADFormat":10,"intIsShowTag":9,"strDwgId":"sample string 8","strDwgName":"sample string 11","strError":"sample string 14","strFileName":"sample string 12","strFilePathAndName":"sample string 13","strProdCode":"sample string 7","strProdModelIdCode":"sample string 2","strProdSizeType":"sample string 3","strTag":"sample string 1"}

application/xml, text/xml

Sample:
<ClsDwgModel.MechDwgByDimsParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JagaSelectorApi.Models">
  <dblProdSizeHeightInch>4.1</dblProdSizeHeightInch>
  <dblProdSizeLengthInch>6.1</dblProdSizeLengthInch>
  <dblProdSizeWidthInch>5.1</dblProdSizeWidthInch>
  <intIsCADFormat>10</intIsCADFormat>
  <intIsShowTag>9</intIsShowTag>
  <strDwgId>sample string 8</strDwgId>
  <strDwgName>sample string 11</strDwgName>
  <strError>sample string 14</strError>
  <strFileName>sample string 12</strFileName>
  <strFilePathAndName>sample string 13</strFilePathAndName>
  <strProdCode>sample string 7</strProdCode>
  <strProdModelIdCode>sample string 2</strProdModelIdCode>
  <strProdSizeType>sample string 3</strProdSizeType>
  <strTag>sample string 1</strTag>
</ClsDwgModel.MechDwgByDimsParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, application/octet-stream

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>