My Products
Help
Magnus Vadla
PARTNER

Bug: UOM in v1/projecttransaction POST

by Magnus Vadla

Uom value is ignored and defaulting to "HOUR" when posting projecttransaction lines without inventory number. Doing a put request to update the line uom afterwards works. Post body sample:

{
  "description": {
    "value": "Testtransaction"
  },
  "lines": [
    {
      "operation": "Insert",
      "date": {
        "value": "2024-03-21T02:43:31"
      },
      "project": {
        "value": "100060"
      },
      "projectTask": {
        "value": "20"
      },
      "uom": {
        "value": "STK"
      },
      "quantity": {
        "value": 1
      },
      "unitRate": {
        "value": 2000
      },
      "description": {
        "value": "Testtransaction"
      },
      "accountGroup": {
        "value": "6"
      },
      "financialPeriod": {
        "value": "202403"
      }
    }    
  ]
}

 

2 REPLIES 2
Rozhat
VISMA

by Rozhat

FYI: 

This is fixed in version 9.90.0

Rozhat
VISMA

by Rozhat

Hi Magnus,

thank you for bringing this to our attention. We will investigate this