PUT api/ProductCategoryCategory/Update
Request Information
URI Parameters
None.
Body Parameters
ProductCategoryModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
ImageURL | string |
None. |
|
Id | globally unique identifier |
None. |
|
Detail | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedBy | globally unique identifier |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | globally unique identifier |
None. |
|
ModifiedDate | date |
None. |
|
DeletedBy | globally unique identifier |
None. |
|
DeletedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "ImageURL": "sample string 2", "Id": "50a34a04-b781-40e6-8c1b-5702e98efc52", "Detail": "sample string 4", "IsActive": true, "CreatedBy": "86431973-ff98-415c-ad2b-42aeeaaee10f", "CreatedDate": "2025-08-20T10:18:30.4516372-07:00", "ModifiedBy": "0031daa3-a1bb-4a6f-b2be-6fd69a04a36e", "ModifiedDate": "2025-08-20T10:18:30.4516372-07:00", "DeletedBy": "35d56ed3-0553-49fe-ae71-7f26485fc7bb", "DeletedDate": "2025-08-20T10:18:30.4516372-07:00" }
application/xml, text/xml
Sample:
<ProductCategoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Inventory"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">86431973-ff98-415c-ad2b-42aeeaaee10f</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-08-20T10:18:30.4516372-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">35d56ed3-0553-49fe-ae71-7f26485fc7bb</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-08-20T10:18:30.4516372-07:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 4</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">50a34a04-b781-40e6-8c1b-5702e98efc52</Id> <IsActive xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">true</IsActive> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">0031daa3-a1bb-4a6f-b2be-6fd69a04a36e</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-08-20T10:18:30.4516372-07:00</ModifiedDate> <ImageURL>sample string 2</ImageURL> <Name>sample string 1</Name> </ProductCategoryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |