PUT api/AppInformations/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
AppInformationName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
CurrentBuild | string |
None. |
|
LastBuild | string |
None. |
|
CurrentBuildDescription | string |
None. |
|
Id | integer |
None. |
|
IsActive | boolean |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
|
CreatedById | string |
None. |
|
ModifiedById | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Description": "sample string 1", "CurrentBuild": "sample string 2", "LastBuild": "sample string 3", "CurrentBuildDescription": "sample string 4", "Id": 5, "IsActive": true, "CreatedDate": "2024-10-10T18:45:11.1720342+05:30", "ModifiedDate": "2024-10-10T18:45:11.1720342+05:30", "CreatedById": "sample string 7", "ModifiedById": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.