POST api/Hub/CreateGroup
Request Information
URI Parameters
None.
Body Parameters
RequestCreateGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Memebers | string |
None. |
|
| GroupName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Memebers": "sample string 1",
"GroupName": "sample string 2"
}
application/xml, text/xml
Sample:
<RequestCreateGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Isonfor.ECommerce.Common.Entity.Request.Hub"> <GroupName>sample string 2</GroupName> <Memebers>sample string 1</Memebers> </RequestCreateGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ExecuteResultOfHubGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | HubGroup |
None. |
|
| Success | boolean |
None. |
|
| IsSuccess | boolean |
None. |
|
| Msg | string |
None. |
|
| Code | integer |
None. |
|
| StatusCode | string |
None. |
|
| Errors | Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Id": "00e0b23d-8afa-45a8-ae39-4b289d7d3b12",
"CreateDate": "2026-02-04T11:26:53.7611604+08:00",
"MemberId": "3aca20ef-e325-4c82-819c-3beb633535da",
"GroupId": "a23576a8-45c7-4c6a-8bb5-adfa448dd8a2",
"GroupName": "sample string 5",
"SendType": 0,
"IsShow": true,
"GroupKey": "sample string 7",
"GroupCreator": true,
"LastChatDate": "2026-02-04T11:26:53.7611604+08:00"
},
"Success": true,
"IsSuccess": true,
"Msg": "sample string 3",
"Code": 4,
"StatusCode": "sample string 5",
"Errors": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<ExecuteResultOfHubGroupwQj_SqIeA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZTSoft.Core">
<Code>4</Code>
<Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Errors>
<IsSuccess>true</IsSuccess>
<Msg>sample string 3</Msg>
<StatusCode>sample string 5</StatusCode>
<Success>true</Success>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Isonfor.ECommerce.Common.Entity.Hub">
<d2p1:CreateDate>2026-02-04T11:26:53.7611604+08:00</d2p1:CreateDate>
<d2p1:GroupCreator>true</d2p1:GroupCreator>
<d2p1:GroupId>a23576a8-45c7-4c6a-8bb5-adfa448dd8a2</d2p1:GroupId>
<d2p1:GroupKey>sample string 7</d2p1:GroupKey>
<d2p1:GroupName>sample string 5</d2p1:GroupName>
<d2p1:Id>00e0b23d-8afa-45a8-ae39-4b289d7d3b12</d2p1:Id>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:LastChatDate>2026-02-04T11:26:53.7611604+08:00</d2p1:LastChatDate>
<d2p1:MemberId>3aca20ef-e325-4c82-819c-3beb633535da</d2p1:MemberId>
<d2p1:SendType>Chat</d2p1:SendType>
</Data>
</ExecuteResultOfHubGroupwQj_SqIeA>