POST api/Center/AssignMonthlyInvoicePayment/{userid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

Body Parameters

BodyPaymentInvoice
NameDescriptionTypeAdditional information
bpid

string

None.

billid

string

None.

billamount

string

None.

paidamount

string

None.

amount

string

None.

pendingamount

string

None.

status

string

None.

deduction

string

None.

vat

string

None.

tds

string

None.

securitydep

string

None.

otherded

string

None.

totded

string

None.

month

string

None.

year

string

None.

balanceamount

string

None.

tallyref

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bpid": "sample string 1",
  "billid": "sample string 2",
  "billamount": "sample string 3",
  "paidamount": "sample string 4",
  "amount": "sample string 5",
  "pendingamount": "sample string 6",
  "status": "sample string 7",
  "deduction": "sample string 8",
  "vat": "sample string 9",
  "tds": "sample string 10",
  "securitydep": "sample string 11",
  "otherded": "sample string 12",
  "totded": "sample string 13",
  "month": "sample string 14",
  "year": "sample string 15",
  "balanceamount": "sample string 16",
  "tallyref": "sample string 17"
}

application/xml, text/xml

Sample:
<BodyPaymentInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <amount>sample string 5</amount>
  <balanceamount>sample string 16</balanceamount>
  <billamount>sample string 3</billamount>
  <billid>sample string 2</billid>
  <bpid>sample string 1</bpid>
  <deduction>sample string 8</deduction>
  <month>sample string 14</month>
  <otherded>sample string 12</otherded>
  <paidamount>sample string 4</paidamount>
  <pendingamount>sample string 6</pendingamount>
  <securitydep>sample string 11</securitydep>
  <status>sample string 7</status>
  <tallyref>sample string 17</tallyref>
  <tds>sample string 10</tds>
  <totded>sample string 13</totded>
  <vat>sample string 9</vat>
  <year>sample string 15</year>
</BodyPaymentInvoice>

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>