POST api/common/groupconfig
Request Information
URI Parameters
None.
Body Parameters
GroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| IsActive | integer |
None. |
|
| Cby | integer |
None. |
|
| Ctime | date |
None. |
|
| Mby | integer |
None. |
|
| Mtime | date |
None. |
|
| Updateremarks | string |
None. |
|
| Check | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"GroupName": "sample string 2",
"IsActive": 3,
"Cby": 4,
"Ctime": "2026-06-26T04:37:42.1464885+05:30",
"Mby": 1,
"Mtime": "2026-06-26T04:37:42.1464885+05:30",
"Updateremarks": "sample string 6",
"Check": "sample string 7"
}
application/xml, text/xml
Sample:
<GroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <Cby>4</Cby> <Check>sample string 7</Check> <Ctime>2026-06-26T04:37:42.1464885+05:30</Ctime> <GroupId>1</GroupId> <GroupName>sample string 2</GroupName> <IsActive>3</IsActive> <Mby>1</Mby> <Mtime>2026-06-26T04:37:42.1464885+05:30</Mtime> <Updateremarks>sample string 6</Updateremarks> </GroupModel>
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.