PUT api/BARCheckOutOrderSchott

출고검수 처리 하기(SCHOTT)

Detailed Information

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
처리할 출고Item 검수 정보

Define this parameter in the request body.

Parameter Information

model

Property Description
SC_ORD_ID (String)
출고 또는 작업Order[구분+ID]
WHO_ID (Nullable`1)
입/출고Order[ID]
WHW_ID (Nullable`1)
작업Order[KEY, ID]
WHO_OwnerRefNo (String)
화주발주번호
WHW_Title (String)
작업명
WHO_CDTOrder (String)
출고 또는 작업Order일시
WHO_CDTMobile (String)
출고 또는 작업Order 요청일시
WHO_Remarks (String)
출고 또는 작업Order 비고
WHO_UpMan (Nullable`1)
[*UD]수정자[ID] : Data를 최종 수정한 사용자ID
SC_WHO_OwnerPTN (String)
[*CU]출고Order 화주[코드]
SC_WHO_WHPlace (String)
출고 또는 작업Order 창고[코드]
SC_WHO_MNGPartner (String)
출고 또는 작업Order 담당사업장[코드]
SC_WHO_MNGMan (String)
출고 또는 작업Order 담당사원[코드]
SC_WHOD_ManCheck (String)
(SCHOTT용)출고검수 담당사원[코드]
SCHOTT_WHOD_LeCode (String)
(SCHOTT용) LE코드
SN_WHO_Type (String)
출고Order구분[출고/수출입/리턴교환/재고조정/BL분할합병/창고이고]
SN_WHW_Type (String)
작업Order구분[위치이동/재정의/창고이동출고]
SC_WHO_ID (String)
입/출고Order번호[구분+번호]
SC_WHW_ID (String)
작업Order번호[구분+번호]
STATUS_Process (String)
            출고 [대기:Order가 등록된 상태, 지시:모바일로 지시된 상태, 진행중:작업이 시작된 상태, 피킹:피킹이 완료된 상태, 검수:출고검수가 완료된 상태, 완료:출고가 완료된 상태]
            
i_AppCode (String)
[*CRUD]Application 코드 : 요청하는 Application(Client)
i_Index (Int32)
순번 : list의 내부순번(DB에서 data load시 결정됨)
i_PageRowNumber (String)
Page순번 : paging list에서 UI에 표시되는 순번(paging list에서만 사용됨)
i_ItemsCount (String)
결과목록총수 : paging list에서 query결과목록의 총수(paging list에서만 사용됨)

Request body formats

application/json, text/json

Sample:
{
  "SC_ORD_ID": "sample string 1",
  "WHO_ID": 1,
  "WHW_ID": 1,
  "WHO_OwnerRefNo": "sample string 2",
  "WHW_Title": "sample string 3",
  "WHO_CDTOrder": "sample string 4",
  "WHO_CDTMobile": "sample string 5",
  "WHO_Remarks": "sample string 6",
  "WHO_UpMan": 1,
  "SC_WHO_OwnerPTN": "sample string 7",
  "SC_WHO_WHPlace": "sample string 8",
  "SC_WHO_MNGPartner": "sample string 9",
  "SC_WHO_MNGMan": "sample string 10",
  "SC_WHOD_ManCheck": "sample string 11",
  "SCHOTT_WHOD_LeCode": "sample string 12",
  "SN_WHO_Type": "sample string 13",
  "SN_WHW_Type": "sample string 14",
  "SC_WHO_ID": "sample string 15",
  "SC_WHW_ID": "sample string 16",
  "STATUS_Process": "sample string 17",
  "i_AppCode": "sample string 18",
  "i_Index": 19,
  "i_PageRowNumber": "sample string 20",
  "i_ItemsCount": "sample string 21"
}

application/xml, text/xml

Sample:
<BARPickingOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model.WMS">
  <i_AppCode xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 18</i_AppCode>
  <i_Index xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">19</i_Index>
  <i_ItemsCount xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 21</i_ItemsCount>
  <i_PageRowNumber xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 20</i_PageRowNumber>
  <SCHOTT_WHOD_LeCode>sample string 12</SCHOTT_WHOD_LeCode>
  <SC_ORD_ID>sample string 1</SC_ORD_ID>
  <SC_WHOD_ManCheck>sample string 11</SC_WHOD_ManCheck>
  <SC_WHO_ID>sample string 15</SC_WHO_ID>
  <SC_WHO_MNGMan>sample string 10</SC_WHO_MNGMan>
  <SC_WHO_MNGPartner>sample string 9</SC_WHO_MNGPartner>
  <SC_WHO_OwnerPTN>sample string 7</SC_WHO_OwnerPTN>
  <SC_WHO_WHPlace>sample string 8</SC_WHO_WHPlace>
  <SC_WHW_ID>sample string 16</SC_WHW_ID>
  <SN_WHO_Type>sample string 13</SN_WHO_Type>
  <SN_WHW_Type>sample string 14</SN_WHW_Type>
  <STATUS_Process>sample string 17</STATUS_Process>
  <WHO_CDTMobile>sample string 5</WHO_CDTMobile>
  <WHO_CDTOrder>sample string 4</WHO_CDTOrder>
  <WHO_ID>1</WHO_ID>
  <WHO_OwnerRefNo>sample string 2</WHO_OwnerRefNo>
  <WHO_Remarks>sample string 6</WHO_Remarks>
  <WHO_UpMan>1</WHO_UpMan>
  <WHW_ID>1</WHW_ID>
  <WHW_Title>sample string 3</WHW_Title>
</BARPickingOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.