POST api/ResellerAPI/AddEditReseller

Request Information

URI Parameters

None.

Body Parameters

ResellerAPIViewModel
NameDescriptionTypeAdditional information
resellerid

integer

None.

username

string

None.

password

string

None.

firstname

string

None.

lastname

string

None.

emailid

string

None.

phone

string

None.

mobile

string

None.

address

string

None.

city

string

None.

zip

string

None.

country

string

None.

state

string

None.

gpslat

decimal number

None.

gpslong

decimal number

None.

mac

string

None.

createdby

decimal number

None.

verifymobile

string

None.

verifycode

string

None.

isverified

boolean

None.

status

boolean

None.

actcode

string

None.

listReseller

Collection of ResellerAPIViewModel

None.

lstCountry

Collection of SelectListItem

None.

lstState

Collection of SelectListItem

None.

lstCity

Collection of SelectListItem

None.

newpassword

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

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.