POST api/Values/CheckReg

Request Information

URI Parameters

None.

Body Parameters

user_registration
NameDescriptionTypeAdditional information
shopTypeList

Collection of user_registration

None.

id

integer

None.

name

string

None.

password

string

None.

email

string

None.

mobileno

string

None.

city

string

None.

state

string

None.

country

string

None.

date

string

None.

usertype

string

None.

Status

string

None.

ShopName

string

None.

Location

string

None.

type

string

None.

ShopType

string

None.

Address1

string

None.

Address2

string

None.

Pincode

string

None.

otp

string

None.

OTPStatus

string

None.

Approval_Status

string

None.

Insertdate

date

None.

updatetime

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Delphitvs_catalog_json.user_registration'. Path 'shopTypeList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Delphitvs_catalog_json.user_registration'. Path 'shopTypeList'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Delphitvs_catalog_json.user_registration, Delphitvs_catalog_json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Delphitvs_catalog_json.user_registration, Delphitvs_catalog_json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'user_registration'.

Response Information

Resource Description

Output
NameDescriptionTypeAdditional information
result

string

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "result": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json">
  <data />
  <msg>sample string 2</msg>
  <result>sample string 1</result>
</Output>