POST api/ShopUser/register

Request Information

URI Parameters

None.

Body Parameters

Shop_User
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Email

string

None.

Contact

string

None.

EmailVerifiedAt

date

None.

Password

string

None.

RememberToken

string

None.

CreatedAt

date

None.

UpdatedAt

date

None.

IsActive

boolean

None.

ShopId

string

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "Contact": "sample string 4",
  "EmailVerifiedAt": "2025-12-20T06:38:25.7775262+03:00",
  "Password": "sample string 5",
  "RememberToken": "sample string 6",
  "CreatedAt": "2025-12-20T06:38:25.7785097+03:00",
  "UpdatedAt": "2025-12-20T06:38:25.7785097+03:00",
  "IsActive": true,
  "ShopId": "sample string 8",
  "CustomerId": 1
}

application/xml, text/xml

Sample:
<Shop_User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.ShopModule.Models">
  <Contact>sample string 4</Contact>
  <CreatedAt>2025-12-20T06:38:25.7785097+03:00</CreatedAt>
  <CustomerId>1</CustomerId>
  <Email>sample string 3</Email>
  <EmailVerifiedAt>2025-12-20T06:38:25.7775262+03:00</EmailVerifiedAt>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <Name>sample string 2</Name>
  <Password>sample string 5</Password>
  <RememberToken>sample string 6</RememberToken>
  <ShopId>sample string 8</ShopId>
  <UpdatedAt>2025-12-20T06:38:25.7785097+03:00</UpdatedAt>
</Shop_User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.