POST StandingInstruction/Add

Request Information

URI Parameters

None.

Body Parameters

StandingInstructionVm
NameDescriptionTypeAdditional information
username

string

Max length: 100

siname

string

Max length: 100

draccount

string

Max length: 100

draccountname

string

Max length: 100

craccount

string

Max length: 100

craccountname

string

Max length: 100

bankcode

string

Max length: 100

bankname

string

Max length: 100

startday

integer

None.

startmonth

integer

None.

startyear

integer

None.

endday

integer

None.

endmonth

integer

None.

endyear

integer

None.

frequency

string

Max length: 100

amount

decimal number

None.

charge

decimal number

None.

narration

string

Max length: 200

requestid

string

Max length: 100

source

string

Max length: 100

datecancelled

date

None.

billername

string

Max length: 100

billerid

string

Max length: 100

paymentitemcode

string

Max length: 100

billercustomerid

string

Max length: 100

categoryid

string

Max length: 100

sitype

string

Max length: 100

sireference

string

Max length: 100

billercustomername

string

Max length: 100

customerid

string

Max length: 100

TransactionPin

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'EndDate' on 'OmniChannel.Models.MobileApp.StandingInstructionVm'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'EndDate' on 'OmniChannel.Models.MobileApp.StandingInstructionVm'.

Response Information

Resource Description

APIResponse
NameDescriptionTypeAdditional information
RequestID

string

None.

ResponseCode

string

None.

ResponseDescription

string

None.

EnrollmentId

integer

None.

AccountNumber

string

None.

toolTip

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RequestID": "sample string 1",
  "ResponseCode": "sample string 2",
  "ResponseDescription": "sample string 3",
  "EnrollmentId": 4,
  "AccountNumber": "sample string 5",
  "toolTip": "sample string 6"
}