POST api/AppInformations
Request Information
URI Parameters
None.
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-07T05:29:43.2894606+05:30", "ModifiedDate": "2024-10-07T05:29:43.2894606+05:30", "CreatedById": "sample string 7", "ModifiedById": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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. |
Response 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-07T05:29:43.2894606+05:30", "ModifiedDate": "2024-10-07T05:29:43.2894606+05:30", "CreatedById": "sample string 7", "ModifiedById": "sample string 8" }