DELETE api/ProductSizes/DeletetblMstProductSize?sizeId={sizeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sizeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblMstProductSizeName | 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. |
Response Formats
application/json, text/json
Sample:
{ "SizeId": 1, "Size": 1, "Description": "sample string 2", "IsActive": true, "CreatedBy": 1, "CreatedDateTime": "2025-06-14T21:35:35.5900289+05:30", "UpdatedBy": 1, "UpdatedDateTime": "2025-06-14T21:35:35.5900289+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-14T21:35:35.5900289+05:30", "ModifiedBy": "sample string 6", "ModifiedOn": "2025-06-14T21:35:35.5900289+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-14T21:35:35.5900289+05:30", "ModifiedBy": "sample string 6", "ModifiedOn": "2025-06-14T21:35:35.5900289+05:30", "ProductSizeId": 1, "SubscriptionId": 1 } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.