Skip to content

Add Item groups

Endpoints

https://app.passelimerit.fi/api/v2/senditemgroups

Query Payload

json
{     
  "ItemGroups":[
    {
      "Code": "testCode",
      "Name": "testName"
    }
  ]
}
Click to see the query parameters
FieldTypeCommentRequired
CodeStr
NameStrRequired

Successful Result

json
[
  {
    "Code": "testCode",
    "Id": "819463f7-f1a2-49e7-a4ea-796f7cf9ba19"
  },
  // ...
]
Click to see the result parameters
FieldTypeComment
CodeStr
IdGuid