POST api/MReport/saveDeclare

Request Information

URI Parameters

None.

Body Parameters

SaveDeclareALL
NameDescriptionTypeAdditional information
tns_party

string

None.

tns_Amount

decimal number

None.

tns_Remark

string

None.

tns_MatchID

integer

None.

tns_dt

date

None.

tns_Type

string

None.

tns_time

date

None.

Request Formats

application/json, text/json

Sample:
{
  "tns_party": "sample string 1",
  "tns_Amount": 2.0,
  "tns_Remark": "sample string 3",
  "tns_MatchID": 4,
  "tns_dt": "2026-02-06T15:34:02.4206445+05:30",
  "tns_Type": "sample string 6",
  "tns_time": "2026-02-06T15:34:02.4206445+05:30"
}

application/xml, text/xml

Sample:
<SaveDeclareALL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHUBHLABHEnterpriseApi">
  <tns_Amount>2</tns_Amount>
  <tns_MatchID>4</tns_MatchID>
  <tns_Remark>sample string 3</tns_Remark>
  <tns_Type>sample string 6</tns_Type>
  <tns_dt>2026-02-06T15:34:02.4206445+05:30</tns_dt>
  <tns_party>sample string 1</tns_party>
  <tns_time>2026-02-06T15:34:02.4206445+05:30</tns_time>
</SaveDeclareALL>

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.