POST api/Reg

Request Information

URI Parameters

None.

Body Parameters

RegModel
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerID

integer

None.

ValumeInfo

string

None.

Serial

string

None.

InstallInfo

string

None.

IndexInformation

string

None.

IsServer

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CustomerID": 2,
  "ValumeInfo": "sample string 3",
  "Serial": "sample string 4",
  "InstallInfo": "sample string 5",
  "IndexInformation": "sample string 6",
  "IsServer": true
}

application/xml, text/xml

Sample:
<RegModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NoghostarModels.Models">
  <CustomerID>2</CustomerID>
  <ID>1</ID>
  <IndexInformation>sample string 6</IndexInformation>
  <InstallInfo>sample string 5</InstallInfo>
  <IsServer>true</IsServer>
  <Serial>sample string 4</Serial>
  <ValumeInfo>sample string 3</ValumeInfo>
</RegModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.