POST api/Status/SaveStatus

Request Information

URI Parameters

None.

Body Parameters

Status
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

createdBy

string

None.

updatedBy

string

None.

status1

boolean

None.

created

date

None.

updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "createdBy": "sample string 3",
  "updatedBy": "sample string 4",
  "status1": true,
  "created": "2025-12-09T19:03:37.0140908-08:00",
  "updated": "2025-12-09T19:03:37.0140908-08:00"
}

application/xml, text/xml

Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API">
  <created>2025-12-09T19:03:37.0140908-08:00</created>
  <createdBy>sample string 3</createdBy>
  <id>1</id>
  <name>sample string 2</name>
  <status1>true</status1>
  <updated>2025-12-09T19:03:37.0140908-08:00</updated>
  <updatedBy>sample string 4</updatedBy>
</Status>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.