Appearance
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
Field | Type | Comment | Required |
---|---|---|---|
Code | Str | ||
Name | Str | 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 |