POST Api/FeeTransaction/editTransaction

Request Information

URI Parameters

None.

Body Parameters

PAL_FeeTransaction
NameDescriptionTypeAdditional information
classId

integer

None.

schoolId

integer

None.

sessionId

integer

None.

feeTypeId

integer

None.

amount

string

None.

discount

string

None.

stdId

integer

None.

requestedType

string

None.

requestedAmt

string

None.

date

string

None.

month

integer

None.

jsonFee

string

None.

paymethod

integer

None.

fine

string

None.

remark

string

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "classId": 1,
  "schoolId": 2,
  "sessionId": 3,
  "feeTypeId": 4,
  "amount": "sample string 5",
  "discount": "sample string 6",
  "stdId": 7,
  "requestedType": "sample string 8",
  "requestedAmt": "sample string 9",
  "date": "sample string 10",
  "month": 11,
  "jsonFee": "sample string 12",
  "paymethod": 13,
  "fine": "sample string 14",
  "remark": "sample string 15",
  "opCode": 16,
  "isException": true,
  "exceptionMessage": "sample string 18",
  "ds": null,
  "id": "sample string 19",
  "strId": "sample string 20",
  "userId": 21,
  "status": 22,
  "message": "sample string 23",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<PAL_FeeTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolSolutionAPI.Models">
  <DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 18</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 19</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">16</opCode>
  <responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
    <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
      <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded" />
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
  </responseValue>
  <status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">22</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 20</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">21</userId>
  <amount>sample string 5</amount>
  <classId>1</classId>
  <date>sample string 10</date>
  <discount>sample string 6</discount>
  <feeTypeId>4</feeTypeId>
  <fine>sample string 14</fine>
  <jsonFee>sample string 12</jsonFee>
  <month>11</month>
  <paymethod>13</paymethod>
  <remark>sample string 15</remark>
  <requestedAmt>sample string 9</requestedAmt>
  <requestedType>sample string 8</requestedType>
  <schoolId>2</schoolId>
  <sessionId>3</sessionId>
  <stdId>7</stdId>
</PAL_FeeTransaction>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.