GET api/MWM4/GetAS400CoreOpenOrders?isCustomer={isCustomer}&userCode={userCode}&isDistroRep={isDistroRep}&clnk={clnk}&user={user}&usRef2={usRef2}&vopCustomer={vopCustomer}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isCustomer

boolean

Required

userCode

string

Required

isDistroRep

boolean

Required

clnk

integer

Required

user

string

Required

usRef2

string

Required

vopCustomer

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

Collection of MWMTransferOrder
NameDescriptionTypeAdditional information
OrderDetails

MF_ORDER_SLIM

None.

ItemDetails

Collection of MF_DETAIL_SLIM

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "_OrderDetails": {
      "_ARCS": 1,
      "_BOLN": "sample string 2",
      "_CACD": "sample string 3",
      "_CSNO": 4,
      "_CSPO": "sample string 5",
      "_DLBY": "sample string 6",
      "_DLDT": "2024-09-19T09:22:58.7412875-04:00",
      "_DLRS": "sample string 8",
      "_ETDT": "2024-09-19T09:22:58.7412875-04:00",
      "_FSDT": "2024-09-19T09:22:58.7412875-04:00",
      "_HKCC": "sample string 11",
      "_HKSN": "sample string 12",
      "_HSSQ": 13,
      "_INAM": 14.0,
      "_INNO": 15,
      "_IVDT": "2024-09-19T09:22:58.7412875-04:00",
      "_NOTE": "sample string 17",
      "_ORGN": 18,
      "_ORNO": "sample string 19",
      "_ORTP": "sample string 20",
      "_PROR": "sample string 21",
      "_RPNOTE": "sample string 22",
      "_RSDT": "2024-09-19T09:22:58.7412875-04:00",
      "_SAD1": "sample string 24",
      "_SAD2": "sample string 25",
      "_SAD3": "sample string 26",
      "_SAD4": "sample string 27",
      "_SCTY": "sample string 28",
      "_SHCI": "sample string 29",
      "_SHNM": "sample string 30",
      "_SHPH": "sample string 31",
      "_SHST": "sample string 32",
      "_SZIP": "sample string 33",
      "_TMCD": "sample string 34",
      "_VOPID": "sample string 35"
    },
    "_ItemDetails": [
      {
        "_ASLP": 1.0,
        "_ITNO": "sample string 2",
        "_ITNO2": "sample string 3",
        "_LBLTP": "sample string 4",
        "_QTOR": 5.0,
        "_SEQNUM": 6
      },
      {
        "_ASLP": 1.0,
        "_ITNO": "sample string 2",
        "_ITNO2": "sample string 3",
        "_LBLTP": "sample string 4",
        "_QTOR": 5.0,
        "_SEQNUM": 6
      }
    ]
  },
  {
    "_OrderDetails": {
      "_ARCS": 1,
      "_BOLN": "sample string 2",
      "_CACD": "sample string 3",
      "_CSNO": 4,
      "_CSPO": "sample string 5",
      "_DLBY": "sample string 6",
      "_DLDT": "2024-09-19T09:22:58.7412875-04:00",
      "_DLRS": "sample string 8",
      "_ETDT": "2024-09-19T09:22:58.7412875-04:00",
      "_FSDT": "2024-09-19T09:22:58.7412875-04:00",
      "_HKCC": "sample string 11",
      "_HKSN": "sample string 12",
      "_HSSQ": 13,
      "_INAM": 14.0,
      "_INNO": 15,
      "_IVDT": "2024-09-19T09:22:58.7412875-04:00",
      "_NOTE": "sample string 17",
      "_ORGN": 18,
      "_ORNO": "sample string 19",
      "_ORTP": "sample string 20",
      "_PROR": "sample string 21",
      "_RPNOTE": "sample string 22",
      "_RSDT": "2024-09-19T09:22:58.7412875-04:00",
      "_SAD1": "sample string 24",
      "_SAD2": "sample string 25",
      "_SAD3": "sample string 26",
      "_SAD4": "sample string 27",
      "_SCTY": "sample string 28",
      "_SHCI": "sample string 29",
      "_SHNM": "sample string 30",
      "_SHPH": "sample string 31",
      "_SHST": "sample string 32",
      "_SZIP": "sample string 33",
      "_TMCD": "sample string 34",
      "_VOPID": "sample string 35"
    },
    "_ItemDetails": [
      {
        "_ASLP": 1.0,
        "_ITNO": "sample string 2",
        "_ITNO2": "sample string 3",
        "_LBLTP": "sample string 4",
        "_QTOR": 5.0,
        "_SEQNUM": 6
      },
      {
        "_ASLP": 1.0,
        "_ITNO": "sample string 2",
        "_ITNO2": "sample string 3",
        "_LBLTP": "sample string 4",
        "_QTOR": 5.0,
        "_SEQNUM": 6
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfMWMTransferOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Midwest">
  <MWMTransferOrder>
    <_ItemDetails>
      <MF_DETAIL_SLIM>
        <_ASLP>1</_ASLP>
        <_ITNO>sample string 2</_ITNO>
        <_ITNO2>sample string 3</_ITNO2>
        <_LBLTP>sample string 4</_LBLTP>
        <_QTOR>5</_QTOR>
        <_SEQNUM>6</_SEQNUM>
      </MF_DETAIL_SLIM>
      <MF_DETAIL_SLIM>
        <_ASLP>1</_ASLP>
        <_ITNO>sample string 2</_ITNO>
        <_ITNO2>sample string 3</_ITNO2>
        <_LBLTP>sample string 4</_LBLTP>
        <_QTOR>5</_QTOR>
        <_SEQNUM>6</_SEQNUM>
      </MF_DETAIL_SLIM>
    </_ItemDetails>
    <_OrderDetails>
      <_ARCS>1</_ARCS>
      <_BOLN>sample string 2</_BOLN>
      <_CACD>sample string 3</_CACD>
      <_CSNO>4</_CSNO>
      <_CSPO>sample string 5</_CSPO>
      <_DLBY>sample string 6</_DLBY>
      <_DLDT>2024-09-19T09:22:58.7412875-04:00</_DLDT>
      <_DLRS>sample string 8</_DLRS>
      <_ETDT>2024-09-19T09:22:58.7412875-04:00</_ETDT>
      <_FSDT>2024-09-19T09:22:58.7412875-04:00</_FSDT>
      <_HKCC>sample string 11</_HKCC>
      <_HKSN>sample string 12</_HKSN>
      <_HSSQ>13</_HSSQ>
      <_INAM>14</_INAM>
      <_INNO>15</_INNO>
      <_IVDT>2024-09-19T09:22:58.7412875-04:00</_IVDT>
      <_NOTE>sample string 17</_NOTE>
      <_ORGN>18</_ORGN>
      <_ORNO>sample string 19</_ORNO>
      <_ORTP>sample string 20</_ORTP>
      <_PROR>sample string 21</_PROR>
      <_RPNOTE>sample string 22</_RPNOTE>
      <_RSDT>2024-09-19T09:22:58.7412875-04:00</_RSDT>
      <_SAD1>sample string 24</_SAD1>
      <_SAD2>sample string 25</_SAD2>
      <_SAD3>sample string 26</_SAD3>
      <_SAD4>sample string 27</_SAD4>
      <_SCTY>sample string 28</_SCTY>
      <_SHCI>sample string 29</_SHCI>
      <_SHNM>sample string 30</_SHNM>
      <_SHPH>sample string 31</_SHPH>
      <_SHST>sample string 32</_SHST>
      <_SZIP>sample string 33</_SZIP>
      <_TMCD>sample string 34</_TMCD>
      <_VOPID>sample string 35</_VOPID>
    </_OrderDetails>
  </MWMTransferOrder>
  <MWMTransferOrder>
    <_ItemDetails>
      <MF_DETAIL_SLIM>
        <_ASLP>1</_ASLP>
        <_ITNO>sample string 2</_ITNO>
        <_ITNO2>sample string 3</_ITNO2>
        <_LBLTP>sample string 4</_LBLTP>
        <_QTOR>5</_QTOR>
        <_SEQNUM>6</_SEQNUM>
      </MF_DETAIL_SLIM>
      <MF_DETAIL_SLIM>
        <_ASLP>1</_ASLP>
        <_ITNO>sample string 2</_ITNO>
        <_ITNO2>sample string 3</_ITNO2>
        <_LBLTP>sample string 4</_LBLTP>
        <_QTOR>5</_QTOR>
        <_SEQNUM>6</_SEQNUM>
      </MF_DETAIL_SLIM>
    </_ItemDetails>
    <_OrderDetails>
      <_ARCS>1</_ARCS>
      <_BOLN>sample string 2</_BOLN>
      <_CACD>sample string 3</_CACD>
      <_CSNO>4</_CSNO>
      <_CSPO>sample string 5</_CSPO>
      <_DLBY>sample string 6</_DLBY>
      <_DLDT>2024-09-19T09:22:58.7412875-04:00</_DLDT>
      <_DLRS>sample string 8</_DLRS>
      <_ETDT>2024-09-19T09:22:58.7412875-04:00</_ETDT>
      <_FSDT>2024-09-19T09:22:58.7412875-04:00</_FSDT>
      <_HKCC>sample string 11</_HKCC>
      <_HKSN>sample string 12</_HKSN>
      <_HSSQ>13</_HSSQ>
      <_INAM>14</_INAM>
      <_INNO>15</_INNO>
      <_IVDT>2024-09-19T09:22:58.7412875-04:00</_IVDT>
      <_NOTE>sample string 17</_NOTE>
      <_ORGN>18</_ORGN>
      <_ORNO>sample string 19</_ORNO>
      <_ORTP>sample string 20</_ORTP>
      <_PROR>sample string 21</_PROR>
      <_RPNOTE>sample string 22</_RPNOTE>
      <_RSDT>2024-09-19T09:22:58.7412875-04:00</_RSDT>
      <_SAD1>sample string 24</_SAD1>
      <_SAD2>sample string 25</_SAD2>
      <_SAD3>sample string 26</_SAD3>
      <_SAD4>sample string 27</_SAD4>
      <_SCTY>sample string 28</_SCTY>
      <_SHCI>sample string 29</_SHCI>
      <_SHNM>sample string 30</_SHNM>
      <_SHPH>sample string 31</_SHPH>
      <_SHST>sample string 32</_SHST>
      <_SZIP>sample string 33</_SZIP>
      <_TMCD>sample string 34</_TMCD>
      <_VOPID>sample string 35</_VOPID>
    </_OrderDetails>
  </MWMTransferOrder>
</ArrayOfMWMTransferOrder>