POST api/UBGetBankAsciiOptions

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Parameters": {
    "EdiBankCode": "sample string 1",
    "EdiBankName": "sample string 2",
    "CpaStandardApplicable": true,
    "SpaceForTraceNumberApplicable": true,
    "NachaLayoutApplicable": true,
    "HeaderApplicable": true,
    "FooterApplicable": true
  }
}