PUT api/ProductSizes/PuttblMstProductSize

Request Information

URI Parameters

None.

Body Parameters

tblMstProductSize
NameDescriptionTypeAdditional information
SizeId

integer

None.

Size

integer

None.

Description

string

None.

IsActive

boolean

None.

CreatedBy

integer

None.

CreatedDateTime

date

None.

UpdatedBy

integer

None.

UpdatedDateTime

date

None.

SubscriptionId

integer

None.

tblProductImages

Collection of tblProductImage

None.

Request Formats

application/json, text/json

Sample:
{
  "SizeId": 1,
  "Size": 1,
  "Description": "sample string 2",
  "IsActive": true,
  "CreatedBy": 1,
  "CreatedDateTime": "2025-06-14T20:50:18.0744068+05:30",
  "UpdatedBy": 1,
  "UpdatedDateTime": "2025-06-14T20:50:18.0744068+05:30",
  "SubscriptionId": 1,
  "tblProductImages": [
    {
      "ProductImageId": 1,
      "ProductId": 1,
      "ProductColorId": 1,
      "Image": "QEA=",
      "ImagePath": "sample string 2",
      "ImageFileName": "sample string 3",
      "CarousalImageFolder": "sample string 4",
      "IsDefaultImage": true,
      "IsVariantImage": true,
      "IsActive": true,
      "AddedBy": "sample string 5",
      "AddedOn": "2025-06-14T20:50:18.0744068+05:30",
      "ModifiedBy": "sample string 6",
      "ModifiedOn": "2025-06-14T20:50:18.0744068+05:30",
      "ProductSizeId": 1,
      "SubscriptionId": 1
    },
    {
      "ProductImageId": 1,
      "ProductId": 1,
      "ProductColorId": 1,
      "Image": "QEA=",
      "ImagePath": "sample string 2",
      "ImageFileName": "sample string 3",
      "CarousalImageFolder": "sample string 4",
      "IsDefaultImage": true,
      "IsVariantImage": true,
      "IsActive": true,
      "AddedBy": "sample string 5",
      "AddedOn": "2025-06-14T20:50:18.0744068+05:30",
      "ModifiedBy": "sample string 6",
      "ModifiedOn": "2025-06-14T20:50:18.0744068+05:30",
      "ProductSizeId": 1,
      "SubscriptionId": 1
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.