GET api/AuEMemberFinance/OrderPaymentAllocation?OrderId={OrderId}
Get Shipment Order payment allocation detail by OrderID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderPaymentAllocationName | Description | Type | Additional information |
---|---|---|---|
OrderId |
Shipment OrderID |
string |
None. |
Allocations |
Payment history items |
Collection of OrderPaymentAllocationDetail |
None. |
ReturnResult |
Return result in string |
Object |
None. |
Reference | string |
None. |
|
Message |
Additional message of return result |
string |
None. |
Code |
Return result code |
APIReturnResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 0, "OrderId": "sample string 1", "Allocations": [ { "MemberID": 1, "Amount": 2.0, "AllocatedAmount": 3.0, "DAllocationTime": "2025-04-26T17:18:05.9205014+10:00", "Currency": "sample string 5", "RateToAUD": 6.0, "PPostTime": "2025-04-26T17:18:05.9205014+10:00", "PAllocationNo": 8, "PaymentNo": "sample string 9", "PTransDate": "2025-04-26T17:18:05.9205014+10:00", "PAmount": 11.0, "TransType": "sample string 12" }, { "MemberID": 1, "Amount": 2.0, "AllocatedAmount": 3.0, "DAllocationTime": "2025-04-26T17:18:05.9205014+10:00", "Currency": "sample string 5", "RateToAUD": 6.0, "PPostTime": "2025-04-26T17:18:05.9205014+10:00", "PAllocationNo": 8, "PaymentNo": "sample string 9", "PTransDate": "2025-04-26T17:18:05.9205014+10:00", "PAmount": 11.0, "TransType": "sample string 12" } ], "ReturnResult": {}, "Reference": "sample string 3", "Message": "sample string 4" }