POST users/updateworkingtime

Request Information

URI Parameters

None.

Body Parameters

UpdateWkTimeModel
NameDescriptionTypeAdditional information
CompanyId

integer

None.

WorkingTime

string

None.

Role

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "workingTime": "sample string 2",
  "role": 3
}

application/xml, text/xml

Sample:
<UpdateWkTimeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels">
  <CompanyId>1</CompanyId>
  <Role>3</Role>
  <WorkingTime>sample string 2</WorkingTime>
</UpdateWkTimeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserWeb
NameDescriptionTypeAdditional information
Id

integer

None.

FirstName

string

None.

LastName

string

None.

FullName

string

None.

LoginName

string

None.

Email

string

None.

Password

string

None.

UniqueString

string

None.

Role

integer

None.

DateCreated

string

None.

IsDeleted

boolean

None.

Phone

string

None.

IsActive

boolean

None.

Description

string

None.

Website

string

None.

Language

string

None.

Direction

string

None.

UserAgreementAccepted

boolean

None.

OneSignalCode

string

None.

Photo

string

None.

UserUuids

Collection of string

None.

Addresses

Collection of AddressWeb

None.

Users_UserClient

Users_UserClientWeb

None.

Users_UserCompany

Users_UserCompanyWeb

None.

Users_UserCourier

Users_UserCourierWeb

None.

UnreadMsgCount

integer

None.

FirstDayOfWeek

byte

None.

Jwt

string

None.

Currency

string

None.

Response 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.