POST api/Center/GenerateBillManually/{empid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
empid | string |
Required |
Body Parameters
GenrateManualBodyName | Description | Type | Additional information |
---|---|---|---|
teamleader | string |
None. |
|
city | string |
None. |
|
state | string |
None. |
|
centername | string |
None. |
|
year | string |
None. |
|
month | string |
None. |
|
referencetype | string |
None. |
|
ratestud | decimal number |
None. |
|
gstApplicable | string |
None. |
|
CGST | decimal number |
None. |
|
SGST | decimal number |
None. |
|
Discount | decimal number |
None. |
|
toatalamount | decimal number |
None. |
|
endmonth | string |
None. |
|
endyear | string |
None. |
|
billtype | string |
None. |
|
innameof | string |
None. |
|
invoicetype | string |
None. |
|
cstype | string |
None. |
|
tenroll | string |
None. |
|
startStandard | string |
None. |
|
endStandard | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "teamleader": "sample string 1", "city": "sample string 2", "state": "sample string 3", "centername": "sample string 4", "year": "sample string 5", "month": "sample string 6", "referencetype": "sample string 7", "ratestud": 8.1, "gstApplicable": "sample string 9", "CGST": 10.1, "SGST": 11.1, "Discount": 12.1, "toatalamount": 13.1, "endmonth": "sample string 14", "endyear": "sample string 15", "billtype": "sample string 16", "innameof": "sample string 17", "invoicetype": "sample string 18", "cstype": "sample string 19", "tenroll": "sample string 20", "startStandard": "sample string 21", "endStandard": "sample string 22" }
application/xml, text/xml
Sample:
<GenrateManualBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <CGST>10.1</CGST> <Discount>12.1</Discount> <SGST>11.1</SGST> <billtype>sample string 16</billtype> <centername>sample string 4</centername> <city>sample string 2</city> <cstype>sample string 19</cstype> <endStandard>sample string 22</endStandard> <endmonth>sample string 14</endmonth> <endyear>sample string 15</endyear> <gstApplicable>sample string 9</gstApplicable> <innameof>sample string 17</innameof> <invoicetype>sample string 18</invoicetype> <month>sample string 6</month> <ratestud>8.1</ratestud> <referencetype>sample string 7</referencetype> <startStandard>sample string 21</startStandard> <state>sample string 3</state> <teamleader>sample string 1</teamleader> <tenroll>sample string 20</tenroll> <toatalamount>13.1</toatalamount> <year>sample string 5</year> </GenrateManualBody>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse 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>