POST api/Payment/AddPaymentArrangement

Request Information

URI Parameters

None.

Body Parameters

PaymentArrangementData
NameDescriptionTypeAdditional information
bsCustomerID

string

None.

emailAddress

string

None.

dueDate

Collection of string

None.

dueAmount

Collection of string

None.

callerID

string

None.

totalAmountDue

string

None.

minimumPaymentAmountReceived

string

None.

paymentType

string

None.

emailTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bsCustomerID": "sample string 1",
  "emailAddress": "sample string 2",
  "dueDate": [
    "sample string 1",
    "sample string 2"
  ],
  "dueAmount": [
    "sample string 1",
    "sample string 2"
  ],
  "callerID": "sample string 3",
  "totalAmountDue": "sample string 4",
  "minimumPaymentAmountReceived": "sample string 5",
  "paymentType": "sample string 6",
  "emailTo": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MyResults
NameDescriptionTypeAdditional information
MyReturn

boolean

None.

MyMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "MyReturn": true,
  "MyMsg": "sample string 2"
}