I called this service:
https://plpe10svr.preformed.com.au/ERP102600_PILOT/api/v2/odata/AU6101/Erp.BO.IssueReturnSvc/GetNewIssueReturn
Passed this as the body:
{
"pcTranType": "STK-MTL",
"pcMtlQueueRowID": "00000000-0000-0000-0000-000000000000",
"pCallProcess": "IssueMaterial",
"ds": {
"IssueReturn": [
{
"Company": "AU6101",
"TranDate": "2025-02-04T05:38:22.808Z",
"PartNum": "SSW-06",
"TranQty": 1,
"FromWarehouseCode": "190",
"FromBinNum": "Kanban",
"ToJobNum": "J091496",
"ToAssemblySeq": 0,
"ToJobSeq": 30,
"ToWarehouseCode": "190",
"ToBinNum": "A101",
"TranReference": "string",
"SerialNoQty": 0,
"MtlQueueRowId": "00000000-0000-0000-0000-000000000000",
"TranType": "STK-MTL",
"FromJobPlant": "GLENDN",
"ToJobPlant": "GLENDN",
}
]
}
}
Got this returned from postman
{
"parameters": {
"ds": {
"IssueReturn": [
{
"Company": "AU6101",
"TranDate": "2025-02-04T05:38:22.808Z",
"PartNum": "SSW-06",
"TranQty": 1.0,
"DimCode": "",
"LotNum": "",
"ReasonCode": "",
"OrderNum": 0,
"OrderLine": 0,
"OrderRel": 0,
"FromJobNum": "",
"FromAssemblySeq": 0,
"FromJobSeq": 0,
"FromWarehouseCode": "190",
"FromBinNum": "Kanban",
"FromJobPartNum": "",
"FromAssemblyPartNum": "",
"FromJobSeqPartNum": "",
"FromJobPartDesc": "",
"FromAssemblyPartDesc": "",
"FromJobSeqPartDesc": "",
"OnHandQty": 0.0,
"QtyRequired": 0.0,
"QtyPreviouslyIssued": 0.0,
"IssuedComplete": false,
"ToJobNum": "J091496",
"ToAssemblySeq": 0,
"ToJobSeq": 30,
"ToWarehouseCode": "190",
"ToBinNum": "A101",
"ToJobPartNum": "",
"ToAssemblyPartNum": "",
"ToJobSeqPartNum": "",
"ToJobPartDesc": "",
"ToAssemblyPartDesc": "",
"ToJobSeqPartDesc": "",
"ReasonType": "",
"FromJobPartDescription": "",
"FromAssemblyPartDescription": "",
"FromJobSeqPartDescription": "",
"ToJobPartDescription": "",
"ToAssemblyPartDescription": "",
"ToJobSeqPartDescription": "",
"TranReference": "string",
"SerialNoQty": 0,
"MtlQueueRowId": "00000000-0000-0000-0000-000000000000",
"TranType": "STK-MTL",
"DimConvFactor": 1.0,
"InvAdjReason": "",
"DUM": "",
"UM": "",
"FromJobPlant": "GLENDN",
"ToJobPlant": "GLENDN",
"DummyKeyField": "",
"TreeDisplay": "",
"EnableToFields": false,
"EnableFromFields": false,
"RequirementUOM": "",
"RequirementQty": 0.0,
"EnableSN": false,
"SerialControlPlant": "",
"SerialControlPlantIsFromPlt": false,
"ProcessID": "",
"SerialControlPlant2": "",
"TrackDimension": false,
"OnHandUM": "",
"TranDocTypeID": "",
"TFOrdNum": "",
"TFOrdLine": 0,
"ReassignSNAsm": false,
"ReplenishDecreased": false,
"EnablePCIDGen": false,
"EnablePCIDPrint": false,
"Plant": "",
"PkgControlID": "",
"FromPCID": "",
"ToPCID": "",
"ToPCIDItemSeq": 0,
"FromPCIDItemSeq": 0,
"DisablePCIDRelatedFields": false,
"PlantConfCtrlEnablePackageControl": false,
"EnableToPCID": false,
"EnableFromPCID": false,
"PkgControlHeaderDeleted": false,
"EpicorFSA": false,
"AttributeSetID": 0,
"AttributeSetShortDescription": "",
"AttributeSetDescription": "",
"SysRowID": "00000000-0000-0000-0000-000000000000",
"DimCodeDimCodeDescription": "",
"FromBinNumDescription": "",
"FromWarehouseCodeDescription": "",
"LotNumPartLotDescription": "",
"PartAttrClassID": "",
"PartTrackLots": false,
"PartTrackSerialNum": false,
"PartTrackDimension": false,
"PartSalesUM": "",
"PartIUM": "",
"PartPricePerCode": "E",
"PartSellingFactor": 1.0,
"PartPartDescription": "",
"ReasonCodeDescription": "",
"ToBinNumDescription": "",
"ToWarehouseCodeDescription": "",
"RowMod": ""
},
{
"Company": "AU6101",
"TranDate": "2025-02-05T00:00:00+11:00",
"PartNum": "",
"TranQty": 0.0,
"DimCode": "",
"LotNum": "",
"ReasonCode": "",
"OrderNum": 0,
"OrderLine": 0,
"OrderRel": 0,
"FromJobNum": "",
"FromAssemblySeq": 0,
"FromJobSeq": 0,
"FromWarehouseCode": "",
"FromBinNum": "",
"FromJobPartNum": "",
"FromAssemblyPartNum": "",
"FromJobSeqPartNum": "",
"FromJobPartDesc": "",
"FromAssemblyPartDesc": "",
"FromJobSeqPartDesc": "",
"OnHandQty": 0.0,
"QtyRequired": 0.0,
"QtyPreviouslyIssued": 0.0,
"IssuedComplete": false,
"ToJobNum": "",
"ToAssemblySeq": 0,
"ToJobSeq": 0,
"ToWarehouseCode": "",
"ToBinNum": "",
"ToJobPartNum": "",
"ToAssemblyPartNum": "",
"ToJobSeqPartNum": "",
"ToJobPartDesc": "",
"ToAssemblyPartDesc": "",
"ToJobSeqPartDesc": "",
"ReasonType": "",
"FromJobPartDescription": "",
"FromAssemblyPartDescription": "",
"FromJobSeqPartDescription": "",
"ToJobPartDescription": "",
"ToAssemblyPartDescription": "",
"ToJobSeqPartDescription": "",
"TranReference": "",
"SerialNoQty": 0,
"MtlQueueRowId": "00000000-0000-0000-0000-000000000000",
"TranType": "STK-MTL",
"DimConvFactor": 1.0,
"InvAdjReason": "",
"DUM": "",
"UM": "",
"FromJobPlant": "GLENDN",
"ToJobPlant": "GLENDN",
"DummyKeyField": "ParasS5419432756",
"TreeDisplay": "",
"EnableToFields": true,
"EnableFromFields": true,
"RequirementUOM": "",
"RequirementQty": 0.0,
"EnableSN": false,
"SerialControlPlant": "",
"SerialControlPlantIsFromPlt": false,
"ProcessID": "IssueMaterial",
"SerialControlPlant2": "",
"TrackDimension": false,
"OnHandUM": "",
"TranDocTypeID": "",
"TFOrdNum": "",
"TFOrdLine": 0,
"ReassignSNAsm": false,
"ReplenishDecreased": false,
"EnablePCIDGen": false,
"EnablePCIDPrint": false,
"Plant": "GLENDN",
"PkgControlID": "",
"FromPCID": "",
"ToPCID": "",
"ToPCIDItemSeq": 0,
"FromPCIDItemSeq": 0,
"DisablePCIDRelatedFields": false,
"PlantConfCtrlEnablePackageControl": false,
"EnableToPCID": false,
"EnableFromPCID": false,
"PkgControlHeaderDeleted": false,
"EpicorFSA": false,
"AttributeSetID": 0,
"AttributeSetShortDescription": "",
"AttributeSetDescription": "",
"SysRowID": "71d6f7e0-edee-4910-8543-580bc3834d13",
"DimCodeDimCodeDescription": "",
"FromBinNumDescription": "",
"FromWarehouseCodeDescription": "",
"LotNumPartLotDescription": "",
"PartAttrClassID": "",
"PartTrackLots": false,
"PartTrackSerialNum": false,
"PartTrackDimension": false,
"PartSalesUM": "",
"PartIUM": "",
"PartPricePerCode": "",
"PartSellingFactor": 0.0,
"PartPartDescription": "",
"ReasonCodeDescription": "",
"ToBinNumDescription": "",
"ToWarehouseCodeDescription": "",
"RowMod": "A"
}
],
"LegalNumGenOpts": [],
"SelectedSerialNumbers": [],
"SNFormat": [],
"ExtensionTables": []
}
}
}
I checked the job tracker and the material was not issued for this part. Didn’t get an error message, what am I doing wrong?