POST api/Student/InsertCenterRate/{userid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

Body Parameters

CenterRate
NameDescriptionTypeAdditional information
billid

integer

None.

centid

string

None.

heads

string

None.

rate

decimal number

None.

enrollment

integer

None.

monthcount

decimal number

None.

total

decimal number

None.

acyear

string

None.

type

string

None.

status

string

None.

invoicetype

string

None.

stdfrom

string

None.

stdto

string

None.

createon

date

None.

createby

string

None.

updateon

date

None.

updateby

string

None.

Request Formats

application/json, text/json

Sample:
{
  "billid": 1,
  "centid": "sample string 2",
  "heads": "sample string 3",
  "rate": 1.1,
  "enrollment": 1,
  "monthcount": 1.1,
  "total": 1.1,
  "acyear": "sample string 4",
  "type": "sample string 5",
  "status": "sample string 6",
  "invoicetype": "sample string 7",
  "stdfrom": "sample string 8",
  "stdto": "sample string 9",
  "createon": "2026-02-02T00:15:16.6799978+05:30",
  "createby": "sample string 10",
  "updateon": "2026-02-02T00:15:16.6799978+05:30",
  "updateby": "sample string 11"
}

application/xml, text/xml

Sample:
<CenterRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <acyear>sample string 4</acyear>
  <billid>1</billid>
  <centid>sample string 2</centid>
  <createby>sample string 10</createby>
  <createon>2026-02-02T00:15:16.6799978+05:30</createon>
  <enrollment>1</enrollment>
  <heads>sample string 3</heads>
  <invoicetype>sample string 7</invoicetype>
  <monthcount>1.1</monthcount>
  <rate>1.1</rate>
  <status>sample string 6</status>
  <stdfrom>sample string 8</stdfrom>
  <stdto>sample string 9</stdto>
  <total>1.1</total>
  <type>sample string 5</type>
  <updateby>sample string 11</updateby>
  <updateon>2026-02-02T00:15:16.6799978+05:30</updateon>
</CenterRate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>