GET api/Transport/SaveStudentTransportVacateFee

Request Information

URI Parameters

None.

Body Parameters

Collection of TransportVacateFeeDetails
NameDescriptionTypeAdditional information
StudentID

integer

None.

FeeID

integer

None.

FeeTypeID

integer

None.

Amount

integer

None.

Status

integer

None.

CreatedBy

integer

None.

AcyID

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "StudentID": 1,
    "FeeID": 2,
    "FeeTypeID": 3,
    "Amount": 4,
    "Status": 5,
    "CreatedBy": 6,
    "AcyID": 7
  },
  {
    "StudentID": 1,
    "FeeID": 2,
    "FeeTypeID": 3,
    "Amount": 4,
    "Status": 5,
    "CreatedBy": 6,
    "AcyID": 7
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}