POST api/PreSharedKeys/Change

Request Information

URI Parameters

None.

Body Parameters

PreSharedKeys
NameDescriptionTypeAdditional information
Id

integer

None.

MasterUsersId

integer

None.

ApplicationCode

string

None.

PreSharedKey

string

None.

ExpirationDate

date

None.

Token

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MasterUsersId": 2,
  "ApplicationCode": "sample string 3",
  "PreSharedKey": "sample string 4",
  "ExpirationDate": "2025-12-17T11:12:36.9987629+00:00",
  "Token": "sample string 6",
  "Notes": "sample string 7"
}

text/html

Sample:
{"Id":1,"MasterUsersId":2,"ApplicationCode":"sample string 3","PreSharedKey":"sample string 4","ExpirationDate":"2025-12-17T11:12:36.9987629+00:00","Token":"sample string 6","Notes":"sample string 7"}

application/xml, text/xml

Sample:
<PreSharedKeys xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UsersManagementApi.Models">
  <ApplicationCode>sample string 3</ApplicationCode>
  <ExpirationDate>2025-12-17T11:12:36.9987629+00:00</ExpirationDate>
  <Id>1</Id>
  <MasterUsersId>2</MasterUsersId>
  <Notes>sample string 7</Notes>
  <PreSharedKey>sample string 4</PreSharedKey>
  <Token>sample string 6</Token>
</PreSharedKeys>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.