POST api/PendingPayments/{LastUpdated}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

string

None.

Body Parameters

Collection of PendingPayment
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

None.