POST api/v1/finance_BillingSystem
Request Information
URI Parameters
None.
Body Parameters
Finance_BillingSystemVM| Name | Description | Type | Additional information |
|---|---|---|---|
| billingSystemId | integer |
None. |
|
| paymentTypeId | integer |
None. |
|
| chartOfAccountId | integer |
None. |
|
| billDate | date |
None. |
|
| academicSessionId | integer |
None. |
|
| description | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
|
| paymentAccountName | string |
None. |
|
| financialYearName | string |
None. |
|
| debitAccountId | integer |
None. |
|
| creditAccountId | integer |
None. |
|
| rate | decimal number |
None. |
|
| amount | decimal number |
None. |
|
| financialYearId | integer |
None. |
|
| referenceNumber | string |
None. |
|
| vendorId | integer |
None. |
|
| receivingccountName | string |
None. |
|
| billNumber | string |
None. |
|
| dueDate | date |
None. |
|
| taxAmount | decimal number |
None. |
|
| discount | decimal number |
None. |
|
| quantity | integer |
None. |
|
| billType | string |
None. |
|
| paymentTypeName | string |
None. |
|
| paymentAccountId | integer |
None. |
|
| receivingAccountId | integer |
None. |
|
| totalAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"billingSystemId": 1,
"paymentTypeId": 1,
"chartOfAccountId": 1,
"billDate": "2025-11-05T17:34:04.9450125-08:00",
"academicSessionId": 1,
"description": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-05T17:34:04.9459866-08:00",
"createdBy": 1,
"paymentAccountName": "sample string 3",
"financialYearName": "sample string 4",
"debitAccountId": 1,
"creditAccountId": 1,
"rate": 1.0,
"amount": 1.0,
"financialYearId": 1,
"referenceNumber": "sample string 5",
"vendorId": 1,
"receivingccountName": "sample string 6",
"billNumber": "sample string 7",
"dueDate": "2025-11-05T17:34:04.9459866-08:00",
"taxAmount": 1.0,
"discount": 1.0,
"quantity": 1,
"billType": "sample string 8",
"paymentTypeName": "sample string 9",
"paymentAccountId": 1,
"receivingAccountId": 1,
"totalAmount": 1.0
}
application/xml, text/xml
Sample:
<Finance_BillingSystemVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSessionId>1</academicSessionId> <amount>1</amount> <billDate>2025-11-05T17:34:04.9450125-08:00</billDate> <billNumber>sample string 7</billNumber> <billType>sample string 8</billType> <billingSystemId>1</billingSystemId> <chartOfAccountId>1</chartOfAccountId> <createdBy>1</createdBy> <creditAccountId>1</creditAccountId> <dateCreated>2025-11-05T17:34:04.9459866-08:00</dateCreated> <debitAccountId>1</debitAccountId> <description>sample string 2</description> <discount>1</discount> <dueDate>2025-11-05T17:34:04.9459866-08:00</dueDate> <financialYearId>1</financialYearId> <financialYearName>sample string 4</financialYearName> <paymentAccountId>1</paymentAccountId> <paymentAccountName>sample string 3</paymentAccountName> <paymentTypeId>1</paymentTypeId> <paymentTypeName>sample string 9</paymentTypeName> <quantity>1</quantity> <rate>1</rate> <receivingAccountId>1</receivingAccountId> <receivingccountName>sample string 6</receivingccountName> <referenceNumber>sample string 5</referenceNumber> <taxAmount>1</taxAmount> <tenantId>1</tenantId> <totalAmount>1</totalAmount> <vendorId>1</vendorId> </Finance_BillingSystemVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.