POST api/OneTimePwd?accesskey={accesskey}

Documentation for 'AddOneTimePwd'.

Request Information

Parameters

NameDescriptionAdditional information
accesskey
Documentation for 'accesskey'.

Define this parameter in the request URI.

authorizeremark
Documentation for 'authorizeremark'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "autoid": 1,
  "shopcode": "sample string 2",
  "createuser": "sample string 3",
  "createdatetime": "sample string 4",
  "remark": "sample string 5",
  "status": "sample string 6",
  "onepassword": "sample string 7",
  "expirydate": "sample string 8",
  "authorizeremark": "sample string 9"
}

application/xml, text/xml

Sample:
<OneTimePwd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetService.Models">
  <authorizeremark>sample string 9</authorizeremark>
  <autoid>1</autoid>
  <createdatetime>sample string 4</createdatetime>
  <createuser>sample string 3</createuser>
  <expirydate>sample string 8</expirydate>
  <onepassword>sample string 7</onepassword>
  <remark>sample string 5</remark>
  <shopcode>sample string 2</shopcode>
  <status>sample string 6</status>
</OneTimePwd>