GET api/Payments/GetPaymentsByRfqVenueId?RfqVenueId={RfqVenueId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RfqVenueId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentViewName | Description | Type | Additional information |
---|---|---|---|
PaymentId | integer |
None. |
|
PaidAmount | decimal number |
None. |
|
PaidDate | date |
None. |
|
Note | string |
None. |
|
RecordedBy | string |
None. |
|
RecordedDate | date |
None. |
|
UpdatedBy | string |
None. |
|
UpdatedDate | date |
None. |
|
Disabled | boolean |
None. |
|
RfqVenueId | integer |
None. |
|
UserId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "paymentId": 1, "paidAmount": 1.0, "paidDate": "2025-08-27T22:48:38.7018724+00:00", "note": "sample string 2", "recordedBy": "sample string 3", "recordedDate": "2025-08-27T22:48:38.7018724+00:00", "updatedBy": "sample string 4", "updatedDate": "2025-08-27T22:48:38.7018724+00:00", "disabled": true, "rfqVenueId": 6, "userId": "sample string 7" }, { "paymentId": 1, "paidAmount": 1.0, "paidDate": "2025-08-27T22:48:38.7018724+00:00", "note": "sample string 2", "recordedBy": "sample string 3", "recordedDate": "2025-08-27T22:48:38.7018724+00:00", "updatedBy": "sample string 4", "updatedDate": "2025-08-27T22:48:38.7018724+00:00", "disabled": true, "rfqVenueId": 6, "userId": "sample string 7" } ]
text/html
Sample:
[{"paymentId":1,"paidAmount":1.0,"paidDate":"2025-08-27T22:48:38.7018724+00:00","note":"sample string 2","recordedBy":"sample string 3","recordedDate":"2025-08-27T22:48:38.7018724+00:00","updatedBy":"sample string 4","updatedDate":"2025-08-27T22:48:38.7018724+00:00","disabled":true,"rfqVenueId":6,"userId":"sample string 7"},{"paymentId":1,"paidAmount":1.0,"paidDate":"2025-08-27T22:48:38.7018724+00:00","note":"sample string 2","recordedBy":"sample string 3","recordedDate":"2025-08-27T22:48:38.7018724+00:00","updatedBy":"sample string 4","updatedDate":"2025-08-27T22:48:38.7018724+00:00","disabled":true,"rfqVenueId":6,"userId":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfPaymentView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Service.Contracts.Api"> <PaymentView> <Disabled>true</Disabled> <Note>sample string 2</Note> <PaidAmount>1</PaidAmount> <PaidDate>2025-08-27T22:48:38.7018724+00:00</PaidDate> <PaymentId>1</PaymentId> <RecordedBy>sample string 3</RecordedBy> <RecordedDate>2025-08-27T22:48:38.7018724+00:00</RecordedDate> <RfqVenueId>6</RfqVenueId> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedDate>2025-08-27T22:48:38.7018724+00:00</UpdatedDate> <UserId>sample string 7</UserId> </PaymentView> <PaymentView> <Disabled>true</Disabled> <Note>sample string 2</Note> <PaidAmount>1</PaidAmount> <PaidDate>2025-08-27T22:48:38.7018724+00:00</PaidDate> <PaymentId>1</PaymentId> <RecordedBy>sample string 3</RecordedBy> <RecordedDate>2025-08-27T22:48:38.7018724+00:00</RecordedDate> <RfqVenueId>6</RfqVenueId> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedDate>2025-08-27T22:48:38.7018724+00:00</UpdatedDate> <UserId>sample string 7</UserId> </PaymentView> </ArrayOfPaymentView>