PUT api/ProductSizes/PuttblMstProductSize
Request Information
URI Parameters
None.
Body Parameters
tblMstProductSize| Name | Description | Type | Additional 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-12-15T04:03:58.6154561+05:30",
"UpdatedBy": 1,
"UpdatedDateTime": "2025-12-15T04:03:58.6154561+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-12-15T04:03:58.6310698+05:30",
"ModifiedBy": "sample string 6",
"ModifiedOn": "2025-12-15T04:03:58.6310698+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-12-15T04:03:58.6310698+05:30",
"ModifiedBy": "sample string 6",
"ModifiedOn": "2025-12-15T04:03:58.6310698+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.