POST api/WHRequestOut

출고발주정보 신규 등록하기

Detailed Information

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
등록할 출고발주정보

Define this parameter in the request body.

Parameter Information

model

Property Description
WHR_ID (Nullable`1)
[*UD]발주번호[KEY, ID]
WHR_IsWHIn (Boolean)
[*CU]입고/출고발주 구분[true:입고발주, false:출고발주]
WHR_Type (Nullable`1)
[*CU]구분[SystemCodeID]
WHR_TRSType (Nullable`1)
[*CU]운송구분[SystemCodeID]
WHR_RefORDNo (String)
화주발주번호
WHR_RefORDIndex (Int32)
화주발주일련번호 : 재고부족으로 인한 재발주시 발주 일련번호
WHR_ORDManOrderDate (String)
발주자주문일시
WHR_ORDManRefID (String)
발주자화주용 아이디
WHR_ORDMan (String)
발주자명
WHR_ORDManTel1 (String)
발주자연락처1
WHR_ORDManTel2 (String)
발주자연락처2
WHR_ORDManAdd (String)
발주자주소
WHR_CDTOrder (String)
[*CU]Order일시
WHR_EDTReceive (String)
인수기한일시
WHR_Receiver (String)
인수자명
WHR_ReceiverTel1 (String)
인수자연락처1
WHR_ReceiverTel2 (String)
인수자연락처2
WHR_ReceiverAdd1 (String)
인수지주소1
WHR_ReceiverAdd2 (String)
인수지주소2
WHR_ReceiverPost (String)
인수지우편번호
WHR_TRSNo (String)
송장번호
WHR_TRSMSG (String)
배송메시지
WHR_Price (Decimal)
주문금액
WHR_VAT (Decimal)
부가세금액
WHR_DeliveryCost (Decimal)
배송비용
WHR_TotalPrice (Decimal)
총합계금액
WHR_HowToPay (String)
결재방법
WHR_Point (Decimal)
Point
WHR_DeductionNo (String)
공제번호
WHR_Remarks (String)
비고
WHR_CDTForcedEnd (String)
강제종료일시
WHR_InMan (Nullable`1)
[*C]등록자[ID] : Data를 최초 입력한 사용자ID
WHR_InDate (DateTime)
등록일 : Data를 최초 입력한 일자와 시간
WHR_UpMan (Nullable`1)
[*UD]수정자[ID] : Data를 최종 수정한 사용자ID
WHR_UpDate (DateTime)
수정일 : Data를 최종 수정한 일자와 시간
TC_WHR_UpDate (Nullable`1)
[*UD]수정일 Ticks값
WHO_ID (Nullable`1)
입/출고Order ID
WHO_CDTComplete (String)
입/출고완료일시
SC_WHR_OwnerPTN (String)
[*CU]화주[코드]
SC_WHR_WHPlace (String)
[*CU]창고[코드]
SC_WHR_WHPoint (String)
창고지점[코드]
SC_WHR_CustomPlace (String)
상/하차지[코드]
SC_WHR_CustomPoint (String)
상/하차지지점[코드]
SC_WHR_ForcedEndDCode (String)
강제종료내역[코드]
SN_WHR_Type (String)
구분[명]
SN_WHR_TRSType (String)
운송구분[명]
SC_WHR_ID (String)
발주번호[구분+번호]
SC_WHO_ID (String)
입/출고Order번호[구분+번호]
SN_WHR_InMan (String)
등록자[명]
SN_WHR_UpMan (String)
수정자[명]
STATUS_Process (String)
진행상태[대기:출고발주만 등록된 상태, 진행중:출고가 진행중인 상태, 완료:출고완료상태]
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:
{
  "WHR_ID": 1,
  "WHR_IsWHIn": true,
  "WHR_Type": 1,
  "WHR_TRSType": 1,
  "WHR_RefORDNo": "sample string 2",
  "WHR_RefORDIndex": 3,
  "WHR_ORDManOrderDate": "sample string 4",
  "WHR_ORDManRefID": "sample string 5",
  "WHR_ORDMan": "sample string 6",
  "WHR_ORDManTel1": "sample string 7",
  "WHR_ORDManTel2": "sample string 8",
  "WHR_ORDManAdd": "sample string 9",
  "WHR_CDTOrder": "sample string 10",
  "WHR_EDTReceive": "sample string 11",
  "WHR_Receiver": "sample string 12",
  "WHR_ReceiverTel1": "sample string 13",
  "WHR_ReceiverTel2": "sample string 14",
  "WHR_ReceiverAdd1": "sample string 15",
  "WHR_ReceiverAdd2": "sample string 16",
  "WHR_ReceiverPost": "sample string 17",
  "WHR_TRSNo": "sample string 18",
  "WHR_TRSMSG": "sample string 19",
  "WHR_Price": 20.0,
  "WHR_VAT": 21.0,
  "WHR_DeliveryCost": 22.0,
  "WHR_TotalPrice": 23.0,
  "WHR_HowToPay": "sample string 24",
  "WHR_Point": 25.0,
  "WHR_DeductionNo": "sample string 26",
  "WHR_Remarks": "sample string 27",
  "WHR_CDTForcedEnd": "sample string 28",
  "WHR_InMan": 1,
  "WHR_InDate": "2026-09-10T15:25:27.8923325+09:00",
  "WHR_UpMan": 1,
  "WHR_UpDate": "2026-09-10T15:25:27.8923325+09:00",
  "TC_WHR_UpDate": 1,
  "WHO_ID": 1,
  "WHO_CDTComplete": "sample string 31",
  "SC_WHR_OwnerPTN": "sample string 32",
  "SC_WHR_WHPlace": "sample string 33",
  "SC_WHR_WHPoint": "sample string 34",
  "SC_WHR_CustomPlace": "sample string 35",
  "SC_WHR_CustomPoint": "sample string 36",
  "SC_WHR_ForcedEndDCode": "sample string 37",
  "SN_WHR_Type": "sample string 38",
  "SN_WHR_TRSType": "sample string 39",
  "SC_WHR_ID": "sample string 40",
  "SC_WHO_ID": "sample string 41",
  "SN_WHR_InMan": "sample string 42",
  "SN_WHR_UpMan": "sample string 43",
  "STATUS_Process": "sample string 44",
  "i_AppCode": "sample string 45",
  "i_Index": 46,
  "i_PageRowNumber": "sample string 47",
  "i_ItemsCount": "sample string 48"
}

application/xml, text/xml

Sample:
<WHRequest 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 45</i_AppCode>
  <i_Index xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">46</i_Index>
  <i_ItemsCount xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 48</i_ItemsCount>
  <i_PageRowNumber xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 47</i_PageRowNumber>
  <SC_WHO_ID>sample string 41</SC_WHO_ID>
  <SC_WHR_CustomPlace>sample string 35</SC_WHR_CustomPlace>
  <SC_WHR_CustomPoint>sample string 36</SC_WHR_CustomPoint>
  <SC_WHR_ForcedEndDCode>sample string 37</SC_WHR_ForcedEndDCode>
  <SC_WHR_ID>sample string 40</SC_WHR_ID>
  <SC_WHR_OwnerPTN>sample string 32</SC_WHR_OwnerPTN>
  <SC_WHR_WHPlace>sample string 33</SC_WHR_WHPlace>
  <SC_WHR_WHPoint>sample string 34</SC_WHR_WHPoint>
  <SN_WHR_InMan>sample string 42</SN_WHR_InMan>
  <SN_WHR_TRSType>sample string 39</SN_WHR_TRSType>
  <SN_WHR_Type>sample string 38</SN_WHR_Type>
  <SN_WHR_UpMan>sample string 43</SN_WHR_UpMan>
  <STATUS_Process>sample string 44</STATUS_Process>
  <TC_WHR_UpDate>1</TC_WHR_UpDate>
  <WHO_CDTComplete>sample string 31</WHO_CDTComplete>
  <WHO_ID>1</WHO_ID>
  <WHR_CDTForcedEnd>sample string 28</WHR_CDTForcedEnd>
  <WHR_CDTOrder>sample string 10</WHR_CDTOrder>
  <WHR_DeductionNo>sample string 26</WHR_DeductionNo>
  <WHR_DeliveryCost>22</WHR_DeliveryCost>
  <WHR_EDTReceive>sample string 11</WHR_EDTReceive>
  <WHR_HowToPay>sample string 24</WHR_HowToPay>
  <WHR_ID>1</WHR_ID>
  <WHR_InDate>2026-09-10T15:25:27.8923325+09:00</WHR_InDate>
  <WHR_InMan>1</WHR_InMan>
  <WHR_IsWHIn>true</WHR_IsWHIn>
  <WHR_ORDMan>sample string 6</WHR_ORDMan>
  <WHR_ORDManAdd>sample string 9</WHR_ORDManAdd>
  <WHR_ORDManOrderDate>sample string 4</WHR_ORDManOrderDate>
  <WHR_ORDManRefID>sample string 5</WHR_ORDManRefID>
  <WHR_ORDManTel1>sample string 7</WHR_ORDManTel1>
  <WHR_ORDManTel2>sample string 8</WHR_ORDManTel2>
  <WHR_Point>25</WHR_Point>
  <WHR_Price>20</WHR_Price>
  <WHR_Receiver>sample string 12</WHR_Receiver>
  <WHR_ReceiverAdd1>sample string 15</WHR_ReceiverAdd1>
  <WHR_ReceiverAdd2>sample string 16</WHR_ReceiverAdd2>
  <WHR_ReceiverPost>sample string 17</WHR_ReceiverPost>
  <WHR_ReceiverTel1>sample string 13</WHR_ReceiverTel1>
  <WHR_ReceiverTel2>sample string 14</WHR_ReceiverTel2>
  <WHR_RefORDIndex>3</WHR_RefORDIndex>
  <WHR_RefORDNo>sample string 2</WHR_RefORDNo>
  <WHR_Remarks>sample string 27</WHR_Remarks>
  <WHR_TRSMSG>sample string 19</WHR_TRSMSG>
  <WHR_TRSNo>sample string 18</WHR_TRSNo>
  <WHR_TRSType>1</WHR_TRSType>
  <WHR_TotalPrice>23</WHR_TotalPrice>
  <WHR_Type>1</WHR_Type>
  <WHR_UpDate>2026-09-10T15:25:27.8923325+09:00</WHR_UpDate>
  <WHR_UpMan>1</WHR_UpMan>
  <WHR_VAT>21</WHR_VAT>
</WHRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

반환 값:
                성공
                    200(OK) : 신규등록된 출고발주정보 -> WHRequest
                실패
                    400(데이터 요청시 예외발생)
                    403(권한없음)
                    412(데이터 처리시 예외발생) : 결과내역정보 반환 -> i_ExcuteResult
                    
            i_ExcuteResult 설명:
                i_IsSuccess      : 성공여부 
                                    -> [ true:성공, false:실패 ]
                i_SuccessType    : 성공구분 (성공시에만 존재)
                                    -> [ AuthenticationSuccess:인증성공, AuthorizationSuccess:권한허가성공, LogIned:로그인성공, LogOffed:로그아웃성공, Saved:저장성공, Inserted:입력성공, Updated:수정성공, Deleted:삭제성공 ] 
                i_FailType       : 실패구분 (실패시에만 존재)
                                    -> [ AuthenticationFail:인증실패, AuthorizationFail:권한허가실패, PhysicalValidateFail:입력항목에러, LogicalValidateFail:데이터유효성에러, ExceptionOccured:예외발생 ] 
                i_KeyColumnName  : 키 컬럼의 명
                i_KeyColumnValue : 키 컬럼의 값
                i_Message        : 성공 또는 실패 설명 메시지
                i_ModelState     : validation 에러목록 
                                    -> i_ValidateErrorResult 
                
            i_ValidateErrorResult 설명:
                i_ColumnName    : 컬럼명, 
                i_ErrMessage    : 에러내역

Response body formats

application/json, text/json

Sample:
{
  "WHR_ID": 1,
  "WHR_IsWHIn": true,
  "WHR_Type": 1,
  "WHR_TRSType": 1,
  "WHR_RefORDNo": "sample string 2",
  "WHR_RefORDIndex": 3,
  "WHR_ORDManOrderDate": "sample string 4",
  "WHR_ORDManRefID": "sample string 5",
  "WHR_ORDMan": "sample string 6",
  "WHR_ORDManTel1": "sample string 7",
  "WHR_ORDManTel2": "sample string 8",
  "WHR_ORDManAdd": "sample string 9",
  "WHR_CDTOrder": "sample string 10",
  "WHR_EDTReceive": "sample string 11",
  "WHR_Receiver": "sample string 12",
  "WHR_ReceiverTel1": "sample string 13",
  "WHR_ReceiverTel2": "sample string 14",
  "WHR_ReceiverAdd1": "sample string 15",
  "WHR_ReceiverAdd2": "sample string 16",
  "WHR_ReceiverPost": "sample string 17",
  "WHR_TRSNo": "sample string 18",
  "WHR_TRSMSG": "sample string 19",
  "WHR_Price": 20.0,
  "WHR_VAT": 21.0,
  "WHR_DeliveryCost": 22.0,
  "WHR_TotalPrice": 23.0,
  "WHR_HowToPay": "sample string 24",
  "WHR_Point": 25.0,
  "WHR_DeductionNo": "sample string 26",
  "WHR_Remarks": "sample string 27",
  "WHR_CDTForcedEnd": "sample string 28",
  "WHR_InMan": 1,
  "WHR_InDate": "2026-09-10T15:25:27.9079548+09:00",
  "WHR_UpMan": 1,
  "WHR_UpDate": "2026-09-10T15:25:27.9079548+09:00",
  "TC_WHR_UpDate": 1,
  "WHO_ID": 1,
  "WHO_CDTComplete": "sample string 31",
  "SC_WHR_OwnerPTN": "sample string 32",
  "SC_WHR_WHPlace": "sample string 33",
  "SC_WHR_WHPoint": "sample string 34",
  "SC_WHR_CustomPlace": "sample string 35",
  "SC_WHR_CustomPoint": "sample string 36",
  "SC_WHR_ForcedEndDCode": "sample string 37",
  "SN_WHR_Type": "sample string 38",
  "SN_WHR_TRSType": "sample string 39",
  "SC_WHR_ID": "sample string 40",
  "SC_WHO_ID": "sample string 41",
  "SN_WHR_InMan": "sample string 42",
  "SN_WHR_UpMan": "sample string 43",
  "STATUS_Process": "sample string 44",
  "i_AppCode": "sample string 45",
  "i_Index": 46,
  "i_PageRowNumber": "sample string 47",
  "i_ItemsCount": "sample string 48"
}

application/xml, text/xml

Sample:
<WHRequest 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 45</i_AppCode>
  <i_Index xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">46</i_Index>
  <i_ItemsCount xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 48</i_ItemsCount>
  <i_PageRowNumber xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 47</i_PageRowNumber>
  <SC_WHO_ID>sample string 41</SC_WHO_ID>
  <SC_WHR_CustomPlace>sample string 35</SC_WHR_CustomPlace>
  <SC_WHR_CustomPoint>sample string 36</SC_WHR_CustomPoint>
  <SC_WHR_ForcedEndDCode>sample string 37</SC_WHR_ForcedEndDCode>
  <SC_WHR_ID>sample string 40</SC_WHR_ID>
  <SC_WHR_OwnerPTN>sample string 32</SC_WHR_OwnerPTN>
  <SC_WHR_WHPlace>sample string 33</SC_WHR_WHPlace>
  <SC_WHR_WHPoint>sample string 34</SC_WHR_WHPoint>
  <SN_WHR_InMan>sample string 42</SN_WHR_InMan>
  <SN_WHR_TRSType>sample string 39</SN_WHR_TRSType>
  <SN_WHR_Type>sample string 38</SN_WHR_Type>
  <SN_WHR_UpMan>sample string 43</SN_WHR_UpMan>
  <STATUS_Process>sample string 44</STATUS_Process>
  <TC_WHR_UpDate>1</TC_WHR_UpDate>
  <WHO_CDTComplete>sample string 31</WHO_CDTComplete>
  <WHO_ID>1</WHO_ID>
  <WHR_CDTForcedEnd>sample string 28</WHR_CDTForcedEnd>
  <WHR_CDTOrder>sample string 10</WHR_CDTOrder>
  <WHR_DeductionNo>sample string 26</WHR_DeductionNo>
  <WHR_DeliveryCost>22</WHR_DeliveryCost>
  <WHR_EDTReceive>sample string 11</WHR_EDTReceive>
  <WHR_HowToPay>sample string 24</WHR_HowToPay>
  <WHR_ID>1</WHR_ID>
  <WHR_InDate>2026-09-10T15:25:27.9079548+09:00</WHR_InDate>
  <WHR_InMan>1</WHR_InMan>
  <WHR_IsWHIn>true</WHR_IsWHIn>
  <WHR_ORDMan>sample string 6</WHR_ORDMan>
  <WHR_ORDManAdd>sample string 9</WHR_ORDManAdd>
  <WHR_ORDManOrderDate>sample string 4</WHR_ORDManOrderDate>
  <WHR_ORDManRefID>sample string 5</WHR_ORDManRefID>
  <WHR_ORDManTel1>sample string 7</WHR_ORDManTel1>
  <WHR_ORDManTel2>sample string 8</WHR_ORDManTel2>
  <WHR_Point>25</WHR_Point>
  <WHR_Price>20</WHR_Price>
  <WHR_Receiver>sample string 12</WHR_Receiver>
  <WHR_ReceiverAdd1>sample string 15</WHR_ReceiverAdd1>
  <WHR_ReceiverAdd2>sample string 16</WHR_ReceiverAdd2>
  <WHR_ReceiverPost>sample string 17</WHR_ReceiverPost>
  <WHR_ReceiverTel1>sample string 13</WHR_ReceiverTel1>
  <WHR_ReceiverTel2>sample string 14</WHR_ReceiverTel2>
  <WHR_RefORDIndex>3</WHR_RefORDIndex>
  <WHR_RefORDNo>sample string 2</WHR_RefORDNo>
  <WHR_Remarks>sample string 27</WHR_Remarks>
  <WHR_TRSMSG>sample string 19</WHR_TRSMSG>
  <WHR_TRSNo>sample string 18</WHR_TRSNo>
  <WHR_TRSType>1</WHR_TRSType>
  <WHR_TotalPrice>23</WHR_TotalPrice>
  <WHR_Type>1</WHR_Type>
  <WHR_UpDate>2026-09-10T15:25:27.9079548+09:00</WHR_UpDate>
  <WHR_UpMan>1</WHR_UpMan>
  <WHR_VAT>21</WHR_VAT>
</WHRequest>