POST
api/v1/save-customergroup
Request Information
Body Parameters
CustomerGroupListingName | Description | Type | Additional information |
---|---|---|---|
CustomerGroupId | integer |
None. |
|
GroupName | string |
None. |
|
IsActive | boolean |
None. |
|
IsLogicalDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
ClientId | integer |
None. |
|
SellerId | integer |
None. |
Request Formats
application/json, text/json
{ "CustomerGroupId": 1, "GroupName": "sample string 2", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T11:16:53.4914223+00:00", "ModifiedOn": "2025-06-18T11:16:53.4914223+00:00", "ModifiedBy": 1, "ClientId": 5, "SellerId": 1 }
text/html
{"CustomerGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T11:16:53.4914223+00:00","ModifiedOn":"2025-06-18T11:16:53.4914223+00:00","ModifiedBy":1,"ClientId":5,"SellerId":1}
application/xml, text/xml
<CustomerGroupListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CustomerGroup"> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T11:16:53.4914223+00:00</CreatedOn> <CustomerGroupId>1</CustomerGroupId> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T11:16:53.4914223+00:00</ModifiedOn> <SellerId>1</SellerId> </CustomerGroupListing>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>