POST api/Allcategory

Request Information

URI Parameters

None.

Body Parameters

Req_RegNo
NameDescriptionTypeAdditional information
RegNo

string

None.

DeviceId

string

None.

Version

string

None.

PlatForm

string

None.

Token

string

None.

SecretKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RegNo": "sample string 1",
  "DeviceId": "sample string 2",
  "Version": "sample string 3",
  "PlatForm": "sample string 4",
  "Token": "sample string 5",
  "SecretKey": "sample string 6"
}

application/xml, text/xml

Sample:
<Req_RegNo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Request">
  <DeviceId xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 2</DeviceId>
  <PlatForm xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 4</PlatForm>
  <SecretKey xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 6</SecretKey>
  <Token xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 5</Token>
  <Version xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.Common">sample string 3</Version>
  <RegNo>sample string 1</RegNo>
</Req_RegNo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.