POST api/v1/clients/update-group-status
Request Information
URI Parameters
None.
Body Parameters
GroupStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientGroupId | integer |
None. |
|
| StatusType | integer |
None. |
|
| Value | integer |
None. |
|
| Expiry | date |
None. |
|
| Comments | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientGroupId": 1,
"StatusType": 2,
"Value": 3,
"Expiry": "2025-12-16T17:38:19.5621865Z",
"Comments": "sample string 4",
"UserId": 1
}
application/xml, text/xml
Sample:
<GroupStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iPMS.Models.ClientGroupStatus"> <ClientGroupId>1</ClientGroupId> <Comments>sample string 4</Comments> <Expiry>2025-12-16T17:38:19.5621865Z</Expiry> <StatusType>2</StatusType> <UserId>1</UserId> <Value>3</Value> </GroupStatusModel>
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.