Issue ID:
Type
Bug
Title:
FIX: Error calling Native API Rafts_CreateOrUpdateRaftItem
Created:
8/28/2025 1:35:15 AM by Alana Tripp
Status:
Awaiting Release on
Last pulled:
8/29/2025 11:06:24 PM
Description:
Run following: ``` Invoke-WebRequest -Method Post -Uri "http://localhost:8626/api/json/Rafts_CreateOrUpdateRaftItem" -Body @{ API_Key = "thousand" Raft_Id = 1 RaftItemType_Code = 4 RaftItem_Name = "test.yml" ModifiedOn_Date = Get-Date ModifiedBy_User_Name = "scusson" Content_Bytes = [System.Convert]::ToBase64String(0x0) } ``` Get: "Invalid value for "ModifiedOn_Date": Invalid cast from 'System.String' to 'System.DateTimeOffset'."