GET api/WHRequestOut/{id}
출고발주 상세정보 얻기
Detailed Information
주의사항:
i_AppCode 값을 제공해야 검색조건을 제대로 넘겼다고 판단하고 실행함.
제공하지 않을 경우 검색조건 셋팅이 잘못된 것으로 판단하여 HTTP 상태 400 오류 리턴.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | 출고발주ID |
Define this parameter in the request URI. |
Response Information
반환 값:
성공
200(OK) : 출고발주정보 반환 -> WHRequest
실패
400(데이터 요청시 예외발생)
403(권한없음)
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-10T13:57:29.818618+09:00",
"WHR_UpMan": 1,
"WHR_UpDate": "2026-09-10T13:57:29.818618+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-10T13:57:29.818618+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-10T13:57:29.818618+09:00</WHR_UpDate> <WHR_UpMan>1</WHR_UpMan> <WHR_VAT>21</WHR_VAT> </WHRequest>