i want to add new record to receipt Entry using this API name Erp.BO.ReceiptSvc/GetNewRcvHead
I had got status 200 from swagger but i cannot find the new record from the system. what’s wrong with my way of doing it?
this is my json body
{
"vendorNum": 1,
"purPoint": "",
"ds": {
"RcvHead": [
{
"Company": "EPIC03",
"VendorNum": 1,
"PurPoint": "",
"PackSlip": "11556",
"ReceiptDate": "2025-04-30T02:23:21.501Z",
"EntryPerson": "",
"SaveForInvoicing": true,
"Invoiced": true,
"ReceiptComment": "",
"ReceivePerson": "",
"ShipViaCode": "",
"EntryDate": "2025-04-30T02:23:21.501Z",
"Plant": "",
"PONum": 4144,
"LCReference": "",
"LCComment": "",
"LandedCost": 0,
"LegalNumber": "",
"LCVariance": 0,
"ICLinked": true,
"GlbCompany": "",
"GlbVendorNum": 0,
"GlbPurPoint": "",
"GlbPackSlip": "",
"ContainerID": 0,
"Weight": 0,
"LCDisburseMethod": "",
"AutoReceipt": true,
"AutoTranType": "",
"POType": "",
"AutoTranID": 0,
"WeightUOM": "",
"UpliftPercent": 0,
"SpecDutyAmt": 0,
"AppliedLCAmt": 0,
"LCDutyAmt": 0,
"LCIndCost": 0,
"ApplyToLC": true,
"Received": true,
"ArrivedDate": "2025-04-30T02:23:21.501Z",
"AppliedRcptLCAmt": 0,
"LCUpliftIndCost": 0,
"AppliedLCVariance": 0,
"TranDocTypeID": "",
"ImportNum": "",
"ImportedFrom": 0,
"ImportedFromDesc": "",
"GrossWeight": 0,
"GrossWeightUOM": "",
"SysRevID": 0,
"SysRowID": "00000000-0000-0000-0000-000000000000",
"ChangedBy": "",
"ChangeDate": "2025-04-30T02:23:21.501Z",
"TaxRegionCode": "",
"TaxPoint": "2025-04-30T02:23:21.501Z",
"TaxRateDate": "2025-04-30T02:23:21.501Z",
"InPrice": true,
"HdrTaxNoUpdt": true,
"TaxRateGrpCode": "",
"TaxesCalculated": true,
"InAppliedLCAmt": 0,
"InAppliedLCVariance": 0,
"InAppliedRcptLCAmt": 0,
"InLandedCost": 0,
"InLCDutyAmt": 0,
"InLCIndCost": 0,
"InLCUpliftIndCost": 0,
"InLCVariance": 0,
"InSpecDutyAmt": 0,
"CNDeclarationBill": "",
"CNBonded": true,
"APTaxRoundOption": 0,
"ASNID": "",
"AddrList": "",
"PartialReceipt": true,
"POLine": 0,
"PORel": 0,
"POTypeDesc": "",
"ShipViaDesc": "",
"TotalAmt": 0,
"TotDedTaxAmt": 0,
"TotDutiesAmt": 0,
"TotGrossWeight": 0,
"TotGrossWeightUOM": "",
"TotIndirectCostsAmt": 0,
"TotLinesAmt": 0,
"TotSATaxAmt": 0,
"TotTaxAmt": 0,
"TotWeight": 0,
"TotWeightUOM": "",
"TotWHTaxAmt": 0,
"UpdateDtlArvdDate": true,
"UpdateDtlRcptDate": true,
"UpdateDtlRecs": true,
"AllowLCUpdate": true,
"AllowUplift": true,
"CurrencyCode": "",
"DispLandedCost": 0,
"eshReceived": true,
"IntQueID": 0,
"LCMessage": "",
"LegalNumberMessage": "",
"OrigLandedCost": 0,
"AddrListFormatted": "",
"EDIEnable": true,
"BitFlag": 0,
"PurPointName": "",
"PurPointCountry": "",
"PurPointState": "",
"PurPointAddress3": "",
"PurPointAddress1": "",
"PurPointPrimPCon": 0,
"PurPointAddress2": "",
"PurPointCity": "",
"PurPointZip": "",
"ShipViaCodeWebDesc": "",
"ShipViaCodeDescription": "",
"TaxRegionCodeDescription": "",
"VendorNumState": "",
"VendorNumTermsCode": "",
"VendorNumVendorID": "",
"VendorNumAddress2": "",
"VendorNumCity": "",
"VendorNumDefaultFOB": "",
"VendorNumCurrencyCode": "",
"VendorNumName": "",
"VendorNumZIP": "",
"VendorNumCountry": "",
"VendorNumAddress3": "",
"VendorNumAddress1": "",
"vrPONumCNBonded": true,
"vrPONumShipToConName": "",
"vrPONumShipName": "",
"XbSystReceiptTaxCalculate": true,
"XbSystAPTaxLnLevel": true,
"RowMod": ""
}
]
}
}