POST api/StatusSegment/Update

Request Information

URI Parameters

None.

Body Parameters

statusSegment
NameDescriptionTypeAdditional information
id

integer

None.

statusStep

integer

None.

statusDesc

string

None.

statusSectionStep

integer

None.

statusSectionDesc

string

None.

createdBy

string

None.

created

date

None.

updatedBy

string

None.

updated

date

None.

status

boolean

None.

recordType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "statusStep": 1,
  "statusDesc": "sample string 2",
  "statusSectionStep": 1,
  "statusSectionDesc": "sample string 3",
  "createdBy": "sample string 4",
  "created": "2025-12-06T10:11:05.233516+05:30",
  "updatedBy": "sample string 5",
  "updated": "2025-12-06T10:11:05.233516+05:30",
  "status": true,
  "recordType": "sample string 6"
}

application/xml, text/xml

Sample:
<statusSegment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API">
  <created>2025-12-06T10:11:05.233516+05:30</created>
  <createdBy>sample string 4</createdBy>
  <id>1</id>
  <recordType>sample string 6</recordType>
  <status>true</status>
  <statusDesc>sample string 2</statusDesc>
  <statusSectionDesc>sample string 3</statusSectionDesc>
  <statusSectionStep>1</statusSectionStep>
  <statusStep>1</statusStep>
  <updated>2025-12-06T10:11:05.233516+05:30</updated>
  <updatedBy>sample string 5</updatedBy>
</statusSegment>

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.