POST
api/v1/update-sku-group
Request Information
Body Parameters
SkuGroupListingModelName | Description | Type | Additional 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
application/json, text/json
{ "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" }
text/html
{"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"}
application/xml, text/xml
<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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>