POST api/PaymentReceivedApi
Request Information
URI Parameters
None.
Body Parameters
PaymentReceivedViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentReceivedId | integer |
None. |
|
| InvoiceID | integer |
None. |
|
| BankAccountId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| CustomerId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| VehicleId | integer |
None. |
|
| VehicleNumber | string |
None. |
|
| PaymentReceiveNumber | string |
Required |
|
| EditLogNote | string |
None. |
|
| SequenceNumberStatus | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| CustomerName | string |
None. |
|
| CreditApply | string |
None. |
|
| Amount | decimal number |
Required |
|
| ExcessAmount | decimal number |
None. |
|
| PaymentDate | date |
Required |
|
| InvoiceStatus | string |
None. |
|
| DepositTo | string |
None. |
|
| PaymentMethod | string |
None. |
|
| Notes | string |
None. |
|
| balance | decimal number |
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:
{
"PaymentReceivedId": 1,
"InvoiceID": 2,
"BankAccountId": 3,
"CustomerId": 4,
"VehicleId": 5,
"VehicleNumber": "sample string 6",
"PaymentReceiveNumber": "sample string 7",
"EditLogNote": "sample string 8",
"SequenceNumberStatus": "sample string 9",
"InvoiceNumber": "sample string 10",
"CustomerName": "sample string 11",
"CreditApply": "sample string 12",
"Amount": 13.0,
"ExcessAmount": 14.0,
"PaymentDate": "2026-07-18T01:00:00.8779795+05:30",
"InvoiceStatus": "sample string 16",
"DepositTo": "sample string 17",
"PaymentMethod": "sample string 18",
"Notes": "sample string 19",
"balance": 20.0,
"ReferenceNumber": "sample string 21",
"CreatedBy": "sample string 22",
"CreatedDate": "2026-07-18T01:00:00.8779795+05:30",
"UpdatedBy": "sample string 24",
"UpdatedDate": "2026-07-18T01:00:00.8779795+05:30",
"Status": 26,
"SaaSid": "sample string 27"
}
application/xml, text/xml
Sample:
<PaymentReceivedViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSPRO.BusinessModel"> <Amount>13</Amount> <BankAccountId>3</BankAccountId> <CreatedBy>sample string 22</CreatedBy> <CreatedDate>2026-07-18T01:00:00.8779795+05:30</CreatedDate> <CreditApply>sample string 12</CreditApply> <CustomerId>4</CustomerId> <CustomerName>sample string 11</CustomerName> <DepositTo>sample string 17</DepositTo> <EditLogNote>sample string 8</EditLogNote> <ExcessAmount>14</ExcessAmount> <InvoiceID>2</InvoiceID> <InvoiceNumber>sample string 10</InvoiceNumber> <InvoiceStatus>sample string 16</InvoiceStatus> <Notes>sample string 19</Notes> <PaymentDate>2026-07-18T01:00:00.8779795+05:30</PaymentDate> <PaymentMethod>sample string 18</PaymentMethod> <PaymentReceiveNumber>sample string 7</PaymentReceiveNumber> <PaymentReceivedId>1</PaymentReceivedId> <ReferenceNumber>sample string 21</ReferenceNumber> <SaaSid>sample string 27</SaaSid> <SequenceNumberStatus>sample string 9</SequenceNumberStatus> <Status>26</Status> <UpdatedBy>sample string 24</UpdatedBy> <UpdatedDate>2026-07-18T01:00:00.8779795+05:30</UpdatedDate> <VehicleId>5</VehicleId> <VehicleNumber>sample string 6</VehicleNumber> <balance>20</balance> </PaymentReceivedViewModel>
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>