POST api/PaymentMadeApi

Request Information

URI Parameters

None.

Body Parameters

PaymentMadeViewModel
NameDescriptionTypeAdditional information
PaymentMadeId

integer

None.

ExpenseId

integer

None.

BankAccountId

integer

Required

Range: inclusive between 1 and 2147483647

VendorId

integer

Required

Range: inclusive between 1 and 2147483647

VehicleId

integer

None.

VehicleNumber

string

None.

SequenceNumberStatus

string

None.

PaymentNumber

string

Required

CreditApply

string

None.

EditLogNote

string

None.

BillId

integer

None.

BillNumber

string

None.

VendorName

string

None.

Amount

decimal number

Required

ExcessAmount

decimal number

None.

balance

decimal number

None.

Note

string

None.

DepositTo

string

None.

PaymentDate

date

Required

PaymentMethod

string

None.

ReferenceNumber

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Status

integer

None.

SaaSid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentMadeId": 1,
  "ExpenseId": 2,
  "BankAccountId": 3,
  "VendorId": 4,
  "VehicleId": 5,
  "VehicleNumber": "sample string 6",
  "SequenceNumberStatus": "sample string 7",
  "PaymentNumber": "sample string 8",
  "CreditApply": "sample string 9",
  "EditLogNote": "sample string 10",
  "BillId": 11,
  "BillNumber": "sample string 12",
  "VendorName": "sample string 13",
  "Amount": 14.0,
  "ExcessAmount": 15.0,
  "balance": 16.0,
  "Note": "sample string 17",
  "DepositTo": "sample string 18",
  "PaymentDate": "2026-07-18T00:59:49.6448052+05:30",
  "PaymentMethod": "sample string 20",
  "ReferenceNumber": "sample string 21",
  "CreatedBy": "sample string 22",
  "CreatedDate": "2026-07-18T00:59:49.6448052+05:30",
  "UpdatedBy": "sample string 24",
  "UpdatedDate": "2026-07-18T00:59:49.6448052+05:30",
  "Status": 26,
  "SaaSid": "sample string 27"
}

application/xml, text/xml

Sample:
<PaymentMadeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSPRO.BusinessModel">
  <Amount>14</Amount>
  <BankAccountId>3</BankAccountId>
  <BillId>11</BillId>
  <BillNumber>sample string 12</BillNumber>
  <CreatedBy>sample string 22</CreatedBy>
  <CreatedDate>2026-07-18T00:59:49.6448052+05:30</CreatedDate>
  <CreditApply>sample string 9</CreditApply>
  <DepositTo>sample string 18</DepositTo>
  <EditLogNote>sample string 10</EditLogNote>
  <ExcessAmount>15</ExcessAmount>
  <ExpenseId>2</ExpenseId>
  <Note>sample string 17</Note>
  <PaymentDate>2026-07-18T00:59:49.6448052+05:30</PaymentDate>
  <PaymentMadeId>1</PaymentMadeId>
  <PaymentMethod>sample string 20</PaymentMethod>
  <PaymentNumber>sample string 8</PaymentNumber>
  <ReferenceNumber>sample string 21</ReferenceNumber>
  <SaaSid>sample string 27</SaaSid>
  <SequenceNumberStatus>sample string 7</SequenceNumberStatus>
  <Status>26</Status>
  <UpdatedBy>sample string 24</UpdatedBy>
  <UpdatedDate>2026-07-18T00:59:49.6448052+05:30</UpdatedDate>
  <VehicleId>5</VehicleId>
  <VehicleNumber>sample string 6</VehicleNumber>
  <VendorId>4</VendorId>
  <VendorName>sample string 13</VendorName>
  <balance>16</balance>
</PaymentMadeViewModel>

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>