POST api/Save_Student_Installment?APIKEY={APIKEY}&batch_student_id={batch_student_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKEY

string

Required

batch_student_id

string

Required

Body Parameters

batch_Student_Installment
NameDescriptionTypeAdditional information
batch_installments

Collection of batch_installments

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "batch_installments": [
    {
      "id": "sample string 1",
      "BatchID": "sample string 2",
      "batch_Student_id": "sample string 3",
      "installment_title": "sample string 4",
      "installment_description": "sample string 5",
      "part_amount": "sample string 6",
      "due_date": "sample string 7",
      "fine": "sample string 8",
      "ispaid": 9
    },
    {
      "id": "sample string 1",
      "BatchID": "sample string 2",
      "batch_Student_id": "sample string 3",
      "installment_title": "sample string 4",
      "installment_description": "sample string 5",
      "part_amount": "sample string 6",
      "due_date": "sample string 7",
      "fine": "sample string 8",
      "ispaid": 9
    }
  ],
  "CreatedBy": "sample string 1"
}

application/xml, text/xml

Sample:
<Enquiry.batch_Student_Installment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InventoryAPI.Models">
  <CreatedBy>sample string 1</CreatedBy>
  <batch_installments>
    <Enquiry.batch_installments>
      <BatchID>sample string 2</BatchID>
      <batch_Student_id>sample string 3</batch_Student_id>
      <due_date>sample string 7</due_date>
      <fine>sample string 8</fine>
      <id>sample string 1</id>
      <installment_description>sample string 5</installment_description>
      <installment_title>sample string 4</installment_title>
      <ispaid>9</ispaid>
      <part_amount>sample string 6</part_amount>
    </Enquiry.batch_installments>
    <Enquiry.batch_installments>
      <BatchID>sample string 2</BatchID>
      <batch_Student_id>sample string 3</batch_Student_id>
      <due_date>sample string 7</due_date>
      <fine>sample string 8</fine>
      <id>sample string 1</id>
      <installment_description>sample string 5</installment_description>
      <installment_title>sample string 4</installment_title>
      <ispaid>9</ispaid>
      <part_amount>sample string 6</part_amount>
    </Enquiry.batch_installments>
  </batch_installments>
</Enquiry.batch_Student_Installment>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'batch_Student_Installment'.

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.