POST api/FancyReport/Fancyupdate

Request Information

URI Parameters

None.

Body Parameters

UpdateSessionRequest
NameDescriptionTypeAdditional information
Sr_No

integer

None.

SessionName

string

None.

Type

string

None.

Dt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Sr_No": 1,
  "SessionName": "sample string 2",
  "Type": "sample string 3",
  "Dt": "2026-02-06T15:32:45.7170908+05:30"
}

application/xml, text/xml

Sample:
<UpdateSessionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi">
  <Dt>2026-02-06T15:32:45.7170908+05:30</Dt>
  <SessionName>sample string 2</SessionName>
  <Sr_No>1</Sr_No>
  <Type>sample string 3</Type>
</UpdateSessionRequest>

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.