PUT api/ProductCategoryCategory/Update
Request Information
URI Parameters
None.
Body Parameters
ProductCategoryModel| Name | 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": "e77fb9ff-41f2-4305-801a-db41ed77a1aa",
"Detail": "sample string 4",
"IsActive": true,
"CreatedBy": "6a53277a-6a47-4538-a76f-3278af7cf968",
"CreatedDate": "2026-08-05T17:53:29.1265653-07:00",
"ModifiedBy": "187719c6-90c9-49c7-bdfd-7a282189028c",
"ModifiedDate": "2026-08-05T17:53:29.1265653-07:00",
"DeletedBy": "17808587-d965-4f96-9e64-cf911465288f",
"DeletedDate": "2026-08-05T17:53:29.1265653-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">6a53277a-6a47-4538-a76f-3278af7cf968</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:53:29.1265653-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">17808587-d965-4f96-9e64-cf911465288f</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:53:29.1265653-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">e77fb9ff-41f2-4305-801a-db41ed77a1aa</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">187719c6-90c9-49c7-bdfd-7a282189028c</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:53:29.1265653-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
HttpResponseMessage| Name | 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. |