POST api/Group/SetGroup?userRid={userRid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userRid | integer |
Required |
Body Parameters
GroupHd| Name | Description | Type | Additional information |
|---|---|---|---|
| Srid | integer |
None. |
|
| Crid | string |
None. |
|
| CreateBy | integer |
None. |
|
| CreateDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyDate | date |
None. |
|
| ArchiveBy | integer |
None. |
|
| ArchiveDate | date |
None. |
|
| SyncStatus | string |
None. |
|
| SyncDate | date |
None. |
|
| GroupNo | string |
None. |
|
| GroupDesc | string |
None. |
|
| Status | string |
None. |
|
| Remarks | string |
None. |
|
| TotalMember | integer |
None. |
|
| TotalPendingItem | integer |
None. |
|
| ImageUrl | string |
None. |
|
| ImageByte | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Srid": 1,
"Crid": "sample string 1",
"CreateBy": 2,
"CreateDate": "2025-12-06T12:35:36.0409612+08:00",
"ModifyBy": 1,
"ModifyDate": "2025-12-06T12:35:36.0409612+08:00",
"ArchiveBy": 1,
"ArchiveDate": "2025-12-06T12:35:36.0409612+08:00",
"SyncStatus": "sample string 4",
"SyncDate": "2025-12-06T12:35:36.0459428+08:00",
"GroupNo": "sample string 5",
"GroupDesc": "sample string 6",
"Status": "sample string 7",
"Remarks": "sample string 8",
"TotalMember": 9,
"TotalPendingItem": 10,
"ImageUrl": "sample string 11",
"ImageByte": "QEA=",
"FileName": "sample string 12",
"UserName": "sample string 13"
}
application/xml, text/xml
Sample:
<GroupHd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bucket_DataModel.DataModel"> <ArchiveBy>1</ArchiveBy> <ArchiveDate>2025-12-06T12:35:36.0409612+08:00</ArchiveDate> <CreateBy>2</CreateBy> <CreateDate>2025-12-06T12:35:36.0409612+08:00</CreateDate> <Crid>sample string 1</Crid> <FileName>sample string 12</FileName> <GroupDesc>sample string 6</GroupDesc> <GroupNo>sample string 5</GroupNo> <ImageByte>QEA=</ImageByte> <ImageUrl>sample string 11</ImageUrl> <ModifyBy>1</ModifyBy> <ModifyDate>2025-12-06T12:35:36.0409612+08:00</ModifyDate> <Remarks>sample string 8</Remarks> <Srid>1</Srid> <Status>sample string 7</Status> <SyncDate>2025-12-06T12:35:36.0459428+08:00</SyncDate> <SyncStatus>sample string 4</SyncStatus> <TotalMember>9</TotalMember> <TotalPendingItem>10</TotalPendingItem> <UserName>sample string 13</UserName> </GroupHd>
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.