POST api/CountGroup/AddGroup
Request Information
URI Parameters
None.
Body Parameters
CountGroupEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupName | string |
None. |
|
| OwnerId | integer |
None. |
|
| GroupStatus | integer |
None. |
|
| GroupComment | string |
None. |
|
| CreateDateTime | date |
None. |
|
| UpdatedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"groupName": "sample string 2",
"ownerId": 3,
"groupStatus": 4,
"groupComment": "sample string 5",
"createDateTime": "2026-01-06T10:46:48.505616+08:00",
"updatedDateTime": "2026-01-06T10:46:48.505616+08:00"
}
application/xml, text/xml
Sample:
<CountGroupEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vis.Entity"> <CreateDateTime>2026-01-06T10:46:48.505616+08:00</CreateDateTime> <GroupComment>sample string 5</GroupComment> <GroupName>sample string 2</GroupName> <GroupStatus>4</GroupStatus> <Id>1</Id> <OwnerId>3</OwnerId> <UpdatedDateTime>2026-01-06T10:46:48.505616+08:00</UpdatedDateTime> </CountGroupEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.