POST api/GroupApi
Request Information
URI Parameters
None.
Body Parameters
Group| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LoginId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| TotalCount | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"TotalCount": 1,
"CreatedDate": "2025-12-06T10:47:43.520906+05:00",
"UpdateDate": "2025-12-06T10:47:43.520906+05:00"
}
application/xml, text/xml
Sample:
<Group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels"> <CreatedDate>2025-12-06T10:47:43.520906+05:00</CreatedDate> <Description>sample string 3</Description> <Id>1</Id> <LoginId>1</LoginId> <Name>sample string 2</Name> <TotalCount>1</TotalCount> <UpdateDate>2025-12-06T10:47:43.520906+05:00</UpdateDate> </Group>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>