POST api/Common/DefaultValues?action={action}

Documentation for 'DefaultValues'.

Request Information

Parameters

NameDescriptionAdditional information
action
Documentation for 'action'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "URL": "sample string 1",
  "PV": "sample string 2",
  "BV": "sample string 3"
}

application/xml, text/xml

Sample:
<LogOutOutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
  <BV>sample string 3</BV>
  <PV>sample string 2</PV>
  <URL>sample string 1</URL>
</LogOutOutPut>