POST api/v1/User/RegisterCustomer1/{secret}/{companyId}/{email}/{password}/{phoneno}/{deviceType}/{deviceModel}/{osVersion}/{screenName}

This api will register a new customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
secret

this is the secret code value that defice the customer company

string

Required

companyId

companyguid which identify the customer company

string

Required

email

email of customer

string

Required

password

password of customer

string

Required

phoneno

phone number

string

Required

deviceType

which type of device calling this api

string

Required

deviceModel

which model device has

string

Required

osVersion

what is the Operation system of this device

string

Required

screenName

from which screen this api is calling

string

Required

Body Parameters

None.

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.