POST radios/getTechPasswords

Request Information

URI Parameters

None.

Body Parameters

UserJobConfigEntity
NameDescriptionTypeAdditional information
TenantId

integer

None.

UserID

integer

None.

IsActive

boolean

None.

CanTestAlarm

boolean

None.

TestAlarmPasswordEnc

string

None.

TestingConfigID

integer

None.

CustId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "UserID": 2,
  "IsActive": true,
  "CanTestAlarm": true,
  "TestAlarmPasswordEnc": "sample string 5",
  "TestingConfigID": 1,
  "CustId": 6
}

text/html

Sample:
{"TenantId":1,"UserID":2,"IsActive":true,"CanTestAlarm":true,"TestAlarmPasswordEnc":"sample string 5","TestingConfigID":1,"CustId":6}

application/xml, text/xml

Sample:
<UserJobConfigEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Users">
  <CanTestAlarm>true</CanTestAlarm>
  <CustId>6</CustId>
  <IsActive>true</IsActive>
  <TenantId>1</TenantId>
  <TestAlarmPasswordEnc>sample string 5</TestAlarmPasswordEnc>
  <TestingConfigID>1</TestingConfigID>
  <UserID>2</UserID>
</UserJobConfigEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserJobConfigEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.