POST api/paymentlogs
Request Information
URI Parameters
None.
Body Parameters
PaymentLogAddItems| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentLogEntries | Collection of PaymentLogEntry |
None. |
|
| JournalEntries | Collection of JournalEntryAddItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentLogEntries": [
{
"ID": 1,
"dttmPayment": "2025-12-06T13:26:06.2563912+00:00",
"dttmPaymentUTC": "2025-12-06T13:26:06.2563912+00:00",
"Operation": 0,
"Result": 0,
"PaymentReceived": 2.0,
"PaymentMethodSubtype": 1,
"PaymentEngine": 1,
"RemoteTransactionIdentifier": "sample string 3",
"RemoteReference": "sample string 4",
"ResultMessage": "sample string 5",
"Description": "sample string 6",
"CustomerPersonID": 1,
"TransactionID": 1,
"TransactionPaymentID": 1,
"PaymentDetails": "sample string 7",
"Computer": {
"ID": 1,
"Name": "sample string 2"
}
},
{
"ID": 1,
"dttmPayment": "2025-12-06T13:26:06.2563912+00:00",
"dttmPaymentUTC": "2025-12-06T13:26:06.2563912+00:00",
"Operation": 0,
"Result": 0,
"PaymentReceived": 2.0,
"PaymentMethodSubtype": 1,
"PaymentEngine": 1,
"RemoteTransactionIdentifier": "sample string 3",
"RemoteReference": "sample string 4",
"ResultMessage": "sample string 5",
"Description": "sample string 6",
"CustomerPersonID": 1,
"TransactionID": 1,
"TransactionPaymentID": 1,
"PaymentDetails": "sample string 7",
"Computer": {
"ID": 1,
"Name": "sample string 2"
}
}
],
"JournalEntries": [
{
"Category": 0,
"PersonID": 1,
"Subject": "sample string 2",
"Content": "sample string 3",
"RelatedObjectID": 4,
"RelatedObjectKeyID": 5
},
{
"Category": 0,
"PersonID": 1,
"Subject": "sample string 2",
"Content": "sample string 3",
"RelatedObjectID": 4,
"RelatedObjectKeyID": 5
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.