Request Information
URI Parameters
None.
Body Parameters
The application status.
Nano.AppStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| businessTimeInStatus |
Gets or sets the business time in status. |
decimal number |
None. |
| calendarTimeInStatus |
Gets or sets the calendar time in status. |
decimal number |
None. |
| date |
Gets or sets the date. |
date |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the app status identifier. |
integer |
None. |
| appStatusType |
Gets or sets the app status type identifier. |
string |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
Request Formats
application/json, text/json
{
"businessTimeInStatus": 1.1,
"calendarTimeInStatus": 1.1,
"date": "2025-11-09T05:55:35.3147285Z",
"app": "2",
"id": "3",
"appStatusType": "sample String 4",
"createdBy": "1"
}
text/html
{"businessTimeInStatus":1.1,"calendarTimeInStatus":1.1,"date":"2025-11-09T05:55:35.3147285Z","app":"2","id":"3","appStatusType":"sample String 4","createdBy":"1"}
application/xml, text/xml
<AppStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BusinessTimeInStatus>1.1</BusinessTimeInStatus> <CalendarTimeInStatus>1.1</CalendarTimeInStatus> <Code>Prospect</Code> <Date>2025-11-09T05:55:35.3147285Z</Date> <AppId>2</AppId> <AppStatusId>3</AppStatusId> <AppStatusTypeId>sample String 4</AppStatusTypeId> <CreatedById>1</CreatedById> </AppStatus>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created application status.
Nano.AppStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| businessTimeInStatus |
Gets or sets the business time in status. |
decimal number |
None. |
| calendarTimeInStatus |
Gets or sets the calendar time in status. |
decimal number |
None. |
| date |
Gets or sets the date. |
date |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the app status identifier. |
integer |
None. |
| appStatusType |
Gets or sets the app status type identifier. |
string |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"businessTimeInStatus": 1.1,
"calendarTimeInStatus": 1.1,
"date": "2025-11-09T05:55:35.3147285Z",
"app": "2",
"id": "3",
"appStatusType": "sample String 4",
"createdBy": "1"
}
text/html
{"businessTimeInStatus":1.1,"calendarTimeInStatus":1.1,"date":"2025-11-09T05:55:35.3147285Z","app":"2","id":"3","appStatusType":"sample String 4","createdBy":"1"}
application/xml, text/xml
<AppStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BusinessTimeInStatus>1.1</BusinessTimeInStatus> <CalendarTimeInStatus>1.1</CalendarTimeInStatus> <Code>Prospect</Code> <Date>2025-11-09T05:55:35.3147285Z</Date> <AppId>2</AppId> <AppStatusId>3</AppStatusId> <AppStatusTypeId>sample String 4</AppStatusTypeId> <CreatedById>1</CreatedById> </AppStatus>
application/vnd.api+json
Sample not available.