PUT api/UpdateVersion/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
worship_UpdateVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UpdateVersions | string |
Required |
|
| IsUpdated | boolean |
Required |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UpdateVersions": "sample string 2",
"IsUpdated": true,
"CreatedDate": "2026-03-09T12:13:02.3500776-07:00",
"UpdatedDate": "2026-03-09T12:13:02.3500776-07:00"
}
application/xml, text/xml
Sample:
<worship_UpdateVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess"> <CreatedDate>2026-03-09T12:13:02.3500776-07:00</CreatedDate> <Id>1</Id> <IsUpdated>true</IsUpdated> <UpdateVersions>sample string 2</UpdateVersions> <UpdatedDate>2026-03-09T12:13:02.3500776-07:00</UpdatedDate> </worship_UpdateVersion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.