POST api/v1/update-sku-group

Request Information

Body Parameters

SkuGroupListingModel
NameDescriptionTypeAdditional information
SkuTypeId

integer

None.

Name

string

None.

IsActive

boolean

None.

IsLogicalDeleted

boolean

None.

SerialNumber

integer

None.

ClientId

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats
{
  "SkuTypeId": 1,
  "Name": "sample string 2",
  "IsActive": true,
  "IsLogicalDeleted": true,
  "SerialNumber": 5,
  "ClientId": 6,
  "CreatedBy": 7,
  "CreatedOn": "2025-06-18T12:03:29.3238246+00:00",
  "ModifiedBy": 9,
  "ModifiedOn": "2025-06-18T12:03:29.3238246+00:00"
}
{"SkuTypeId":1,"Name":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"SerialNumber":5,"ClientId":6,"CreatedBy":7,"CreatedOn":"2025-06-18T12:03:29.3238246+00:00","ModifiedBy":9,"ModifiedOn":"2025-06-18T12:03:29.3238246+00:00"}
<SkuGroupListingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Group">
  <ClientId>6</ClientId>
  <CreatedBy>7</CreatedBy>
  <CreatedOn>2025-06-18T12:03:29.3238246+00:00</CreatedOn>
  <IsActive>true</IsActive>
  <IsLogicalDeleted>true</IsLogicalDeleted>
  <ModifiedBy>9</ModifiedBy>
  <ModifiedOn>2025-06-18T12:03:29.3238246+00:00</ModifiedOn>
  <Name>sample string 2</Name>
  <SerialNumber>5</SerialNumber>
  <SkuTypeId>1</SkuTypeId>
</SkuGroupListingModel>

Sample not available.

Response Information

Description:

Return type: string

Response Formats
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>