POST api/IntraCompanyMaterialTransferOrders/CreatePendingOrder
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
PendingOrder | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ORDERNO": 1, "STATUS": "sample string 2", "USERID": "sample string 3", "USERNAME": "sample string 4", "CRTDATE": "2025-06-06T20:49:38.6287506+00:00", "NEEDDATE": "2025-06-06T20:49:38.6287506+00:00", "WONO": 1, "STOCKRMID": "sample string 5", "SALESORDNO": "sample string 6", "SHOPID": "sample string 7", "CARRIERID": "sample string 8", "SHIPTOFLAG": "sample string 9", "COMMENTS": "sample string 10", "TYPE": "sample string 11", "EMERGCODE": "sample string 12", "CODE": "sample string 13", "TONAME": "sample string 14", "TOADD1": "sample string 15", "TOADD2": "sample string 16", "TOCITY": "sample string 17", "TOSTATE": "sample string 18", "TOZIP": "sample string 19", "PRNTFLAG": "sample string 20", "SOREF": "sample string 21", "TOCOUNTRY": "sample string 22", "RBSERIAL": "sample string 23", "RBWONO": 1, "PARTSGROUP": "sample string 24", "REBUILD": "sample string 25", "ORIGORDNO": 1, "TOADD3": "sample string 26", "PICMTODTL": [ { "ORDERNO": 1, "ORDLINENO": 2, "STATUS": "sample string 3", "PARTID": "sample string 4", "PARTDESC": "sample string 5", "QTY": 1.1, "SRCWH": "sample string 6", "SRCBIN": "sample string 7", "DESTWH": "sample string 8", "DESTBIN": "sample string 9", "WONO": 1, "SPRECNO": 1, "COMMENTS": "sample string 10", "FULFILLQTY": 1.1, "SHIPPEDQTY": 1.1, "BACKORDQTY": 1.1, "LABELSPRNT": "sample string 11", "LINETYPE": "sample string 12", "SERIALNO": "sample string 13", "COMPRECNO": 1, "PALETTEID": "sample string 14", "RLBOQTY": 1.1, "DbFileName": "sample string 15", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "ORDERNO": 1, "ORDLINENO": 2, "STATUS": "sample string 3", "PARTID": "sample string 4", "PARTDESC": "sample string 5", "QTY": 1.1, "SRCWH": "sample string 6", "SRCBIN": "sample string 7", "DESTWH": "sample string 8", "DESTBIN": "sample string 9", "WONO": 1, "SPRECNO": 1, "COMMENTS": "sample string 10", "FULFILLQTY": 1.1, "SHIPPEDQTY": 1.1, "BACKORDQTY": 1.1, "LABELSPRNT": "sample string 11", "LINETYPE": "sample string 12", "SERIALNO": "sample string 13", "COMPRECNO": 1, "PALETTEID": "sample string 14", "RLBOQTY": 1.1, "DbFileName": "sample string 15", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }, { "ORDERNO": 1, "ORDLINENO": 2, "STATUS": "sample string 3", "PARTID": "sample string 4", "PARTDESC": "sample string 5", "QTY": 1.1, "SRCWH": "sample string 6", "SRCBIN": "sample string 7", "DESTWH": "sample string 8", "DESTBIN": "sample string 9", "WONO": 1, "SPRECNO": 1, "COMMENTS": "sample string 10", "FULFILLQTY": 1.1, "SHIPPEDQTY": 1.1, "BACKORDQTY": 1.1, "LABELSPRNT": "sample string 11", "LINETYPE": "sample string 12", "SERIALNO": "sample string 13", "COMPRECNO": 1, "PALETTEID": "sample string 14", "RLBOQTY": 1.1, "DbFileName": "sample string 15", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] } ], "DbFileName": "sample string 27", "DbForeignKeys": [ "sample string 1", "sample string 2", "sample string 3" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.