PUT api/Zevez/rwsystem/ZBankNacha
Request Information
URI Parameters
None.
Body Parameters
ZBankNacha| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ZBankNACHAGuid | globally unique identifier |
None. |
|
| ZBankGuid | globally unique identifier |
None. |
|
| CompanyId | string |
None. |
|
| CompanyName | string |
None. |
|
| ImmediateOriginName | string |
None. |
|
| ImmediateOrigin | string |
None. |
|
| ImmediateDestName | string |
None. |
|
| ImmediateDest | string |
None. |
|
| Server | string |
None. |
|
| Port | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| OnFailureEmail | string |
None. |
|
| FilePath | string |
None. |
|
| DeliveryType | integer |
None. |
|
| NachaFileNamePrefix | string |
None. |
|
| CreateDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| NachaSpecVersion | integer |
None. |
|
| RWCompanyId | string |
None. |
|
| IsProduction | boolean |
None. |
|
| SFTPSSHPrivateKey | Collection of byte |
None. |
|
| SFTPSSHPrivate | string |
None. |
|
| IncludeOffsetRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ZBankNACHAGuid": "ab50da08-330e-4e37-a902-3e7336385e79",
"ZBankGuid": "f3cc7a04-c861-4cb9-87b6-ec0f7d76beb0",
"CompanyId": "sample string 4",
"CompanyName": "sample string 5",
"ImmediateOriginName": "sample string 6",
"ImmediateOrigin": "sample string 7",
"ImmediateDestName": "sample string 8",
"ImmediateDest": "sample string 9",
"Server": "sample string 10",
"Port": 11,
"UserName": "sample string 12",
"Password": "sample string 13",
"OnFailureEmail": "sample string 14",
"FilePath": "sample string 15",
"DeliveryType": 16,
"NachaFileNamePrefix": "sample string 17",
"CreateDate": "2026-04-09T10:30:03.0976618+00:00",
"ModifiedDate": "2026-04-09T10:30:03.0976618+00:00",
"NachaSpecVersion": 20,
"RWCompanyId": "sample string 21",
"IsProduction": true,
"SFTPSSHPrivateKey": "QEA=",
"SFTPSSHPrivate": "sample string 22",
"IncludeOffsetRecord": true
}
application/xml, text/xml
Sample:
<ZBankNacha xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <CompanyId>sample string 4</CompanyId> <CompanyName>sample string 5</CompanyName> <CreateDate>2026-04-09T10:30:03.0976618+00:00</CreateDate> <DeliveryType>16</DeliveryType> <FilePath>sample string 15</FilePath> <Id>1</Id> <ImmediateDest>sample string 9</ImmediateDest> <ImmediateDestName>sample string 8</ImmediateDestName> <ImmediateOrigin>sample string 7</ImmediateOrigin> <ImmediateOriginName>sample string 6</ImmediateOriginName> <IncludeOffsetRecord>true</IncludeOffsetRecord> <IsProduction>true</IsProduction> <ModifiedDate>2026-04-09T10:30:03.0976618+00:00</ModifiedDate> <NachaFileNamePrefix>sample string 17</NachaFileNamePrefix> <NachaSpecVersion>20</NachaSpecVersion> <OnFailureEmail>sample string 14</OnFailureEmail> <Password>sample string 13</Password> <Port>11</Port> <RWCompanyId>sample string 21</RWCompanyId> <SFTPSSHPrivate>sample string 22</SFTPSSHPrivate> <SFTPSSHPrivateKey>QEA=</SFTPSSHPrivateKey> <Server>sample string 10</Server> <UserName>sample string 12</UserName> <ZBankGuid>f3cc7a04-c861-4cb9-87b6-ec0f7d76beb0</ZBankGuid> <ZBankNACHAGuid>ab50da08-330e-4e37-a902-3e7336385e79</ZBankNACHAGuid> </ZBankNacha>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.