Request Information

URI Parameters

NameDescriptionTypeAdditional information
appStatusId

The application status identifier.

integer

Required

Body Parameters

The application status.

Nano.AppStatus
NameDescriptionTypeAdditional 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

Sample:
{
  "businessTimeInStatus": 1.1,
  "calendarTimeInStatus": 1.1,
  "date": "2025-04-25T18:03:51.7330361Z",
  "app": "2",
  "id": "3",
  "appStatusType": "sample String 4",
  "createdBy": "1"
}

text/html

Sample:
{"businessTimeInStatus":1.1,"calendarTimeInStatus":1.1,"date":"2025-04-25T18:03:51.7330361Z","app":"2","id":"3","appStatusType":"sample String 4","createdBy":"1"}

application/xml, text/xml

Sample:
<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-04-25T18:03:51.7330361Z</Date>
  <AppId>2</AppId>
  <AppStatusId>3</AppStatusId>
  <AppStatusTypeId>sample String 4</AppStatusTypeId>
  <CreatedById>1</CreatedById>
</AppStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated application status.

Nano.AppStatus
NameDescriptionTypeAdditional 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

Sample:
{
  "businessTimeInStatus": 1.1,
  "calendarTimeInStatus": 1.1,
  "date": "2025-04-25T18:03:51.7330361Z",
  "app": "2",
  "id": "3",
  "appStatusType": "sample String 4",
  "createdBy": "1"
}

text/html

Sample:
{"businessTimeInStatus":1.1,"calendarTimeInStatus":1.1,"date":"2025-04-25T18:03:51.7330361Z","app":"2","id":"3","appStatusType":"sample String 4","createdBy":"1"}

application/xml, text/xml

Sample:
<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-04-25T18:03:51.7330361Z</Date>
  <AppId>2</AppId>
  <AppStatusId>3</AppStatusId>
  <AppStatusTypeId>sample String 4</AppStatusTypeId>
  <CreatedById>1</CreatedById>
</AppStatus>

application/vnd.api+json

Sample:

Sample not available.