POST Simex/Simex_GetStockImg

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_StockImgFilter
NameDescriptionTypeAdditional information
IMAGE_NO

integer

None.

DOC_NO

integer

None.

DOC_LINE

decimal number

None.

LOGNO

integer

None.

DOC_CATEGORY

string

None.

PARTNUMBER

string

None.

SUBP

string

None.

CCODE

string

None.

FILE_TYPE

string

None.

RESPONSE_TYPE

XS.CoreApi.Pentagon.Model.ResponseType

None.

IsGetStockAndWhWithLine

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IMAGE_NO": 1,
  "DOC_NO": 2,
  "DOC_LINE": 3.0,
  "LOGNO": 4,
  "DOC_CATEGORY": "sample string 5",
  "PARTNUMBER": "sample string 6",
  "SUBP": "sample string 7",
  "CCODE": "sample string 8",
  "FILE_TYPE": "sample string 9",
  "RESPONSE_TYPE": 0,
  "IsGetStockAndWhWithLine": true
}

application/xml, text/xml

Sample:
<XS_StockImgFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <CCODE>sample string 8</CCODE>
  <DOC_CATEGORY>sample string 5</DOC_CATEGORY>
  <DOC_LINE>3</DOC_LINE>
  <DOC_NO>2</DOC_NO>
  <FILE_TYPE>sample string 9</FILE_TYPE>
  <IMAGE_NO>1</IMAGE_NO>
  <IsGetStockAndWhWithLine>true</IsGetStockAndWhWithLine>
  <LOGNO>4</LOGNO>
  <PARTNUMBER>sample string 6</PARTNUMBER>
  <RESPONSE_TYPE>Full</RESPONSE_TYPE>
  <SUBP>sample string 7</SUBP>
</XS_StockImgFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.