Hey, I would like to update this field on Purchase receipt By using this json, note that I have tried multiple different date formats to no avail. { "branchNumber": "", "controlAmount": 0, "controlQty": 0, "createBill": false, "currency": "", "date": "2023-02-20T13:10:31.856Z", "hold": false, "landedCost": null, "lines": [{ "accountDescription": "", "accountId": "", "actualAccountId": null, "actualSubaccount": null, "allocations": null, "amount": 0, "branchId": "", "branchNumber": "", "completePoLine": true, "discountAmount": 0, "discountCodeId": "", "discountPercent": 0, "expirationDate": null, "extCost": 0, "inventoryId": "", "lineNbr": { "value": 1 }, "lineType": "GoodsForInventory", "locationId": "", "lotSerialNumber": "", "manualDiscount": false, "operation": "Update", "poOrderLineNbr": 0, "poOrderNbr": "", "poOrderType": "RegularOrder", "projectId": "", "projectTaskId": "", "receiptQty": { "value": 1.000 }, "subaccount": null, "taxCategoryId": "", "transactionDescription": "", "transferOrderLineNbr": 0, "transferOrderNbr": "", "transferOrderType": "CreditNote", "unitCost": 0, "uom": "", "warehouseId": "" }, { "accountDescription": "", "accountId": "", "actualAccountId": null, "actualSubaccount": null, "allocations": null, "amount": 0, "branchId": "", "branchNumber": "", "completePoLine": true, "discountAmount": 0, "discountCodeId": "", "discountPercent": 0, "expirationDate": null, "extCost": 0, "inventoryId": "", "lineNbr": { "value": 3 }, "lineType": "GoodsForInventory", "locationId": "", "lotSerialNumber": "", "manualDiscount": false, "operation": "Update", "poOrderLineNbr": 0, "poOrderNbr": "", "poOrderType": "RegularOrder", "projectId": "", "projectTaskId": "", "receiptQty": { "value": 1.000 }, "subaccount": null, "taxCategoryId": "", "transactionDescription": "", "transferOrderLineNbr": 0, "transferOrderNbr": "", "transferOrderType": "CreditNote", "unitCost": 0, "uom": "", "warehouseId": "" }], "locationId": "", "postPeriod": "", "receiptNbr": "", "receiptType": "PoReceipt", "supplierId": "", "supplierRef": "", "warehouseId": "" }
... View more