Znode

Build Version:

PUT skuprofileeffective/{skuProfileEffectiveId}

Update the existing sku profile Effective.

Request Information

» Parameters

Name Description Additional information
skuProfileEffectiveId Id of the Sku profile Effective

Define this parameter in the request URI.

model model to create.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "SkuProfileEffectiveID": 1,
  "SkuId": 2,
  "ProfileId": 3,
  "Name": "sample string 4",
  "EffectiveDate": "2025-04-28T02:43:24.5881728+00:00"
}