POST api/FancyReport/FancySave

Request Information

URI Parameters

None.

Body Parameters

SaveSessionModel
NameDescriptionTypeAdditional information
Match_ID

integer

None.

Dt

date

None.

SessionName

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Match_ID": 1,
  "Dt": "2026-02-06T15:32:36.5451828+05:30",
  "SessionName": "sample string 3",
  "Type": "sample string 4"
}

application/xml, text/xml

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

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.