POST api/Category/Add?idcust={idcust}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
sCategoryName | Description | Type | Additional information |
---|---|---|---|
GID | globally unique identifier |
None. |
|
Name | string |
Required String length: inclusive between 0 and 128 |
|
Cat | string |
String length: inclusive between 0 and 15 |
|
Active | boolean |
None. |
|
rDefaultPerm | enRights |
None. |
|
DatCreated | date |
None. |
|
UserCatPerm | Collection of sUserCatPerm |
None. |
Request Formats
application/json, text/json
Sample:
{ "GID": "9ab41927-38f6-4df0-863e-5e394643d7fe", "Name": "sample string 1", "Cat": "sample string 2", "Active": true, "rDefaultPerm": 0, "DatCreated": "2025-06-06T21:32:50.5974278+02:00", "UserCatPerm": [ { "GIDCat": "5f5e4ee7-ac0b-4838-b8b3-fd18318452b2", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 }, { "GIDCat": "5f5e4ee7-ac0b-4838-b8b3-fd18318452b2", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"7fa219e0-8e45-41e0-ace8-1cc87d50a10b"