PUT api/Provider/Update
Request Information
URI Parameters
None.
Body Parameters
ProviderModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Address | string |
None. |
|
ImageURL | string |
None. |
|
CountryId | integer |
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", "Address": "sample string 2", "ImageURL": "sample string 3", "CountryId": 4, "Id": "7f81e3fc-2d65-4529-897f-c4411f3bad5f", "Detail": "sample string 6", "IsActive": true, "CreatedBy": "d2f135dc-c473-4408-b858-21875d6da41d", "CreatedDate": "2025-10-17T16:36:19.5484519-07:00", "ModifiedBy": "9cbf6131-6c28-45d9-b6a3-caf1a00178b5", "ModifiedDate": "2025-10-17T16:36:19.5484519-07:00", "DeletedBy": "b80ee87c-5780-4a4a-81cf-ca48bc8dcdb3", "DeletedDate": "2025-10-17T16:36:19.5484519-07:00" }
application/xml, text/xml
Sample:
<ProviderModel 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">d2f135dc-c473-4408-b858-21875d6da41d</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-10-17T16:36:19.5484519-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">b80ee87c-5780-4a4a-81cf-ca48bc8dcdb3</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-10-17T16:36:19.5484519-07:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 6</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">7f81e3fc-2d65-4529-897f-c4411f3bad5f</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">9cbf6131-6c28-45d9-b6a3-caf1a00178b5</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-10-17T16:36:19.5484519-07:00</ModifiedDate> <Address>sample string 2</Address> <CountryId>4</CountryId> <ImageURL>sample string 3</ImageURL> <Name>sample string 1</Name> </ProviderModel>
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. |