POST api/DSR/getCurrentStatus

Request Information

URI Parameters

None.

Body Parameters

dsrStatu
NameDescriptionTypeAdditional information
id

integer

None.

jobId

string

None.

description

string

None.

type

string

None.

status

boolean

None.

created_by

string

None.

created

date

None.

updated_by

string

None.

updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "jobId": "sample string 2",
  "description": "sample string 3",
  "type": "sample string 4",
  "status": true,
  "created_by": "sample string 5",
  "created": "2025-12-06T09:56:37.5388848+05:30",
  "updated_by": "sample string 6",
  "updated": "2025-12-06T09:56:37.5388848+05:30"
}

application/xml, text/xml

Sample:
<dsrStatu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Committed_API">
  <created>2025-12-06T09:56:37.5388848+05:30</created>
  <created_by>sample string 5</created_by>
  <description>sample string 3</description>
  <id>1</id>
  <jobId>sample string 2</jobId>
  <status>true</status>
  <type>sample string 4</type>
  <updated>2025-12-06T09:56:37.5388848+05:30</updated>
  <updated_by>sample string 6</updated_by>
</dsrStatu>

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.