POST api/SigmaCommon/AddRecurringPayment_ACH

Request Information

URI Parameters

None.

Body Parameters

ACHData_V2
NameDescriptionTypeAdditional information
bsCustomerID

string

None.

customerName

string

None.

depositoryBankName

string

None.

transitABANumber

string

None.

accountNumber

string

None.

username

string

None.

callerID

string

None.

emailTo

string

None.

appSource

string

None.

webServicekey

string

None.

appSourceTeam

string

None.

createdBy

string

None.

createdProcess

string

None.

companyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bsCustomerID": "sample string 1",
  "customerName": "sample string 2",
  "depositoryBankName": "sample string 3",
  "transitABANumber": "sample string 4",
  "accountNumber": "sample string 5",
  "username": "sample string 6",
  "callerID": "sample string 7",
  "emailTo": "sample string 8",
  "appSource": "sample string 9",
  "webServicekey": "sample string 10",
  "appSourceTeam": "sample string 11",
  "createdBy": "sample string 12",
  "createdProcess": "sample string 13",
  "companyID": 14
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseCodeBase
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseMessage

string

None.

CustomerID

string

None.

CompanyID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseMessage": "sample string 2",
  "CustomerID": "sample string 3",
  "CompanyID": 4
}