Class UpdateACHCompanyNameRequest
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner ID | |
| entity_id | Y | Merchant ID | |
| request_email | Y | Registered at Jack Henry; email format | |
| virtual_account_id | Y | ||
| processing_system | ACH Image_IRD | Y | |
| ach_company_name | Y | ||
| subject | N | Text (255) | |
| description | N | Text (long) | |
| case_reason | N |
Example UpdateACHCompanyNameRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<virtual_account_id>#######</virtual_account_id>
<processing_system>ACH</processing_system>
<ach_company_name>ABC Company</ach_company_name>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"entity_id": "######",
"request_email": "none@example.com",
"virtual_account_id": "#######",
"processing_system": "ACH",
"ach_company_name": " ABC Company",
"case_reason": "",
"subject": "",
"description": ""
}