POST api/SellerAuth/Register

Request Information

URI Parameters

None.

Body Parameters

Seller
NameDescriptionTypeAdditional information
Name

string

None.

Email

string

None.

Password

string

None.

Address

string

None.

Phone

string

None.

OrderId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Email": "sample string 2",
  "Password": "sample string 3",
  "Address": "sample string 4",
  "Phone": "sample string 5",
  "OrderId": "sample string 6"
}

application/xml, text/xml

Sample:
<Seller xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOS_N_TOW_API.Model">
  <Address>sample string 4</Address>
  <Email>sample string 2</Email>
  <Name>sample string 1</Name>
  <OrderId>sample string 6</OrderId>
  <Password>sample string 3</Password>
  <Phone>sample string 5</Phone>
</Seller>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.