GET api/WHRequestOut
출고발주정보 목록 얻기
Detailed Information
주의사항:
i_AppCode 값을 제공해야 검색조건을 제대로 넘겼다고 판단하고 실행함.
제공하지 않을 경우 검색조건 셋팅이 잘못된 것으로 판단하여 HTTP 상태 400 오류 리턴.
페이징:
i_IsPaged = true로 호출시 pagination된 결과값 리턴.
페이징에 사용되는 매개변수(i_IsPaged, i_CurrentPage, i_ItemsPerPage, i_SortColumn, i_SortReverse)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| filter | 출고발주 검색조건정보 |
Define this parameter in the request URI. |
Parameter Information
filter
| Property | Description |
|---|---|
| WHR_ID (Nullable`1) |
출고발주번호[KEY, ID] |
| WHR_IsWHIn (Nullable`1) |
입고/출고발주 구분[true:입고발주, false:출고발주] |
| i_Status (String) |
진행상태[대기, 진행중, 완료] |
| i_EndStatus (String) |
완료상태[미완료, 완료] |
| WHR_Type (String) |
구분[ID] |
| WHR_TRSType (String) |
운송구분[ID] |
| SC_WHR_ID (String) |
발주번호[구분+번호] |
| SC_WHO_ID (String) |
입/출고Order번호 |
| WHR_RefORDNo (String) |
화주발주번호 |
| WHR_ORDMan (String) |
발주자명 |
| WHR_Receiver (String) |
인수자명 |
| WHR_TRSNo (String) |
송장번호 |
| WHR_CDTOrder (String) |
Order일시 |
| WHR_EDTReceive (String) |
인수기한일시 |
| WHR_ORDManOrderDate (String) |
발주자주문일시 |
| SC_WHR_OwnerPTN (String) |
화주[코드] |
| SC_WHR_WHPlace (String) |
창고[코드] |
| SC_WHR_CustomPlace (String) |
상/하차지[코드] |
| SC_WHR_ForcedEndDCode (String) |
강제종료내역[코드] |
| i_AppCode (String) |
[*CRUD]Application 코드 : 요청하는 Application(Client) |
| i_IsAllPTNAccessible (Boolean) |
전체화주 접근가능 여부[true:가능, false:불가] : 사용자가 전체화주 데이터에 접근가능한지 여부 |
| i_AccessiblePartner (String) |
접근가능화주[ID, ID...] : 사용자가 접근 가능한 화주를 ','로 구분한 값(전체화주 접근불가시에만 적용) |
| i_IsPaged (String) |
pagination 사용여부 : pagination 사용시 true |
| i_CurrentPage (Int32) |
현재 페이지 번호(pagination 사용시) |
| i_ItemsPerPage (Int32) |
페이지별 표시할 row개수(pagination 사용시) |
| i_SortColumn (String) |
정렬 필드(pagination 사용시) |
| i_SortReverse (String) |
정렬 방향(pagination 사용시) : 오름차순=false, 내림차순=true |
Response Information
반환 값:
성공
200(OK) : 출고발주목록 반환 -> IEnumerable<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>