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
OrderPaymentAllocation| Name | 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-11-08T22:59:16.8360558+11:00",
"Currency": "sample string 5",
"RateToAUD": 6.0,
"PPostTime": "2025-11-08T22:59:16.8360558+11:00",
"PAllocationNo": 8,
"PaymentNo": "sample string 9",
"PTransDate": "2025-11-08T22:59:16.8360558+11:00",
"PAmount": 11.0,
"TransType": "sample string 12"
},
{
"MemberID": 1,
"Amount": 2.0,
"AllocatedAmount": 3.0,
"DAllocationTime": "2025-11-08T22:59:16.8360558+11:00",
"Currency": "sample string 5",
"RateToAUD": 6.0,
"PPostTime": "2025-11-08T22:59:16.8360558+11:00",
"PAllocationNo": 8,
"PaymentNo": "sample string 9",
"PTransDate": "2025-11-08T22:59:16.8360558+11:00",
"PAmount": 11.0,
"TransType": "sample string 12"
}
],
"ReturnResult": {},
"Reference": "sample string 3",
"Message": "sample string 4"
}