POST api/Drawing/GetPowerWiring

Request Information

URI Parameters

None.

Body Parameters

PowerWiringParams
NameDescriptionTypeAdditional information
strTag

string

None.

strProdModelIdCode

string

None.

strPowerConnIdCode

string

None.

strControlsIdCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "intIsCADFormat": 7,
  "intIsShowTag": 6,
  "strControlsIdCode": "sample string 4",
  "strDwgId": "sample string 5",
  "strDwgName": "sample string 8",
  "strError": "sample string 11",
  "strFileName": "sample string 9",
  "strFilePathAndName": "sample string 10",
  "strPowerConnIdCode": "sample string 3",
  "strProdModelIdCode": "sample string 2",
  "strTag": "sample string 1"
}

application/octet-stream

Sample:
{"intIsCADFormat":7,"intIsShowTag":6,"strControlsIdCode":"sample string 4","strDwgId":"sample string 5","strDwgName":"sample string 8","strError":"sample string 11","strFileName":"sample string 9","strFilePathAndName":"sample string 10","strPowerConnIdCode":"sample string 3","strProdModelIdCode":"sample string 2","strTag":"sample string 1"}

application/xml, text/xml

Sample:
<ClsDwgModel.PowerWiringParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JagaSelectorApi.Models">
  <intIsCADFormat>7</intIsCADFormat>
  <intIsShowTag>6</intIsShowTag>
  <strControlsIdCode>sample string 4</strControlsIdCode>
  <strDwgId>sample string 5</strDwgId>
  <strDwgName>sample string 8</strDwgName>
  <strError>sample string 11</strError>
  <strFileName>sample string 9</strFileName>
  <strFilePathAndName>sample string 10</strFilePathAndName>
  <strPowerConnIdCode>sample string 3</strPowerConnIdCode>
  <strProdModelIdCode>sample string 2</strProdModelIdCode>
  <strTag>sample string 1</strTag>
</ClsDwgModel.PowerWiringParams>

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>