PUT api/Zevez/rwsystem/RWCompany
Request Information
URI Parameters
None.
Body Parameters
RWCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 512 |
|
| CompanyId | string |
String length: inclusive between 0 and 255 |
|
| string |
String length: inclusive between 0 and 255 |
||
| Password | string |
String length: inclusive between 0 and 255 |
|
| RegistrationCode | string |
String length: inclusive between 0 and 255 |
|
| Enabled | boolean |
None. |
|
| InstalledDate | date |
None. |
|
| AccountingPackage | string |
String length: inclusive between 0 and 255 |
|
| LastRWLaunch | date |
None. |
|
| UserName | string |
String length: inclusive between 0 and 255 |
|
| OperatingSystem | string |
String length: inclusive between 0 and 255 |
|
| RWVersion | string |
String length: inclusive between 0 and 255 |
|
| HostName | string |
String length: inclusive between 0 and 255 |
|
| MacID | string |
String length: inclusive between 0 and 255 |
|
| CustomerId | globally unique identifier |
None. |
|
| HmacKeyId | globally unique identifier |
None. |
|
| GroupId | integer |
None. |
|
| Trash | boolean |
None. |
|
| CreateDate | date |
None. |
|
| MachineDataSource | string |
String length: inclusive between 0 and 512 |
|
| CustomerName | string |
None. |
|
| PipedriveId | integer |
None. |
|
| HmacKey | string |
None. |
|
| RWLaunchMessage | string |
Data type: MultilineText |
|
| RWLaunchEnable | boolean |
None. |
|
| ParentOrgId | integer |
None. |
|
| RWSendInvoices | boolean |
None. |
|
| SendSysInvoice | boolean |
None. |
|
| SendRWMasterSupplier | boolean |
None. |
|
| EnabledTOD | boolean |
None. |
|
| ZBankAccountId | string |
None. |
|
| DisabledRWMessage | string |
None. |
|
| DisableStaticCardPayments | boolean |
None. |
|
| DisableDashFi | boolean |
None. |
|
| AmexOrgId | string |
None. |
|
| GenerateHmac | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"CompanyId": "sample string 3",
"Email": "sample string 4",
"Password": "sample string 5",
"RegistrationCode": "sample string 6",
"Enabled": true,
"InstalledDate": "2026-04-09T10:31:23.4387849+00:00",
"AccountingPackage": "sample string 8",
"LastRWLaunch": "2026-04-09T10:31:23.4387849+00:00",
"UserName": "sample string 10",
"OperatingSystem": "sample string 11",
"RWVersion": "sample string 12",
"HostName": "sample string 13",
"MacID": "sample string 14",
"CustomerId": "26a15269-7033-4522-9c0b-a184da336e42",
"HmacKeyId": "77d84353-7fdf-4492-aed9-ced668e1ae39",
"GroupId": 1,
"Trash": true,
"CreateDate": "2026-04-09T10:31:23.4387849+00:00",
"MachineDataSource": "sample string 16",
"CustomerName": "sample string 17",
"PipedriveId": 1,
"HmacKey": "sample string 18",
"RWLaunchMessage": "sample string 19",
"RWLaunchEnable": true,
"ParentOrgId": 1,
"RWSendInvoices": true,
"SendSysInvoice": true,
"SendRWMasterSupplier": true,
"EnabledTOD": true,
"ZBankAccountId": "sample string 20",
"DisabledRWMessage": "sample string 21",
"DisableStaticCardPayments": true,
"DisableDashFi": true,
"AmexOrgId": "sample string 22",
"GenerateHmac": true
}
application/xml, text/xml
Sample:
<RWCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <AccountingPackage>sample string 8</AccountingPackage> <AmexOrgId>sample string 22</AmexOrgId> <CompanyId>sample string 3</CompanyId> <CreateDate>2026-04-09T10:31:23.4387849+00:00</CreateDate> <CustomerId>26a15269-7033-4522-9c0b-a184da336e42</CustomerId> <CustomerName>sample string 17</CustomerName> <DisableDashFi>true</DisableDashFi> <DisableStaticCardPayments>true</DisableStaticCardPayments> <DisabledRWMessage>sample string 21</DisabledRWMessage> <Email>sample string 4</Email> <Enabled>true</Enabled> <EnabledTOD>true</EnabledTOD> <GenerateHmac>true</GenerateHmac> <GroupId>1</GroupId> <HmacKey>sample string 18</HmacKey> <HmacKeyId>77d84353-7fdf-4492-aed9-ced668e1ae39</HmacKeyId> <HostName>sample string 13</HostName> <Id>1</Id> <InstalledDate>2026-04-09T10:31:23.4387849+00:00</InstalledDate> <LastRWLaunch>2026-04-09T10:31:23.4387849+00:00</LastRWLaunch> <MacID>sample string 14</MacID> <MachineDataSource>sample string 16</MachineDataSource> <Name>sample string 2</Name> <OperatingSystem>sample string 11</OperatingSystem> <ParentOrgId>1</ParentOrgId> <Password>sample string 5</Password> <PipedriveId>1</PipedriveId> <RWLaunchEnable>true</RWLaunchEnable> <RWLaunchMessage>sample string 19</RWLaunchMessage> <RWSendInvoices>true</RWSendInvoices> <RWVersion>sample string 12</RWVersion> <RegistrationCode>sample string 6</RegistrationCode> <SendRWMasterSupplier>true</SendRWMasterSupplier> <SendSysInvoice>true</SendSysInvoice> <Trash>true</Trash> <UserName>sample string 10</UserName> <ZBankAccountId>sample string 20</ZBankAccountId> </RWCompany>
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.