Appearance
Add Item groups
Endpoints
https://app.passelimerit.fi/api/v2/senditemgroupsQuery Payload
json
{
"ItemGroups":[
{
"Code": "testCode",
"Name": "testName"
}
]
}Click to see the query parameters
| Field | Type | Comment | Required |
|---|---|---|---|
| Code | Str 50 | ||
| Name | Str 400 | Required |
Successful Result
json
[
{
"Code": "testCode",
"Id": "819463f7-f1a2-49e7-a4ea-796f7cf9ba19"
},
// ...
]Click to see the result parameters
| Field | Type | Comment |
|---|---|---|
| Code | Str | |
| Id | Guid |