POST api/PendingPayments/{LastUpdated}/{AccountKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | string |
None. |
|
| AccountKey | string |
None. |
Body Parameters
Collection of PendingPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| ArVKey | integer |
None. |
|
| PaymentDate | string |
None. |
|
| PaymentAmount | string |
None. |
|
| PaymentSource | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PayeeName | string |
None. |
|
| PaymentTransactionID | string |
None. |
|
| PaymentItemID | string |
None. |
|
| PaymentMethod | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.PendingPayment, WebPortalRTFAPI",
"ArVKey": 1,
"PaymentDate": "sample string 2",
"PaymentAmount": "sample string 3",
"PaymentSource": "sample string 4",
"PaymentStatus": "sample string 5",
"PayeeName": "sample string 6",
"PaymentTransactionID": "sample string 7",
"PaymentItemID": "sample string 8",
"PaymentMethod": "sample string 9"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.