POST auth/firebaselogin
Request Information
URI Parameters
None.
Body Parameters
jwtDecoded| Name | Description | Type | Additional information |
|---|---|---|---|
| Issuer | string |
None. |
|
| Uid | string |
None. |
|
| PictureUrl | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"issuer": "sample string 1",
"uid": "sample string 2",
"pictureUrl": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"name": "sample string 6"
}
application/xml, text/xml
Sample:
<jwtDecoded xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared"> <_x003C_Email_x003E_k__BackingField>sample string 4</_x003C_Email_x003E_k__BackingField> <_x003C_Issuer_x003E_k__BackingField>sample string 1</_x003C_Issuer_x003E_k__BackingField> <_x003C_Name_x003E_k__BackingField>sample string 6</_x003C_Name_x003E_k__BackingField> <_x003C_Phone_x003E_k__BackingField>sample string 5</_x003C_Phone_x003E_k__BackingField> <_x003C_PictureUrl_x003E_k__BackingField>sample string 3</_x003C_PictureUrl_x003E_k__BackingField> <_x003C_Uid_x003E_k__BackingField>sample string 2</_x003C_Uid_x003E_k__BackingField> </jwtDecoded>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| FullName | string |
None. |
|
| LoginName | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| UniqueString | string |
None. |
|
| Role | integer |
None. |
|
| DateCreated | date |
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 | Collection of byte |
None. |
|
| Jwt | string |
None. |
|
| Currency | string |
None. |
|
| UnreadMsgCount | integer |
None. |
|
| UnreadChatCount | integer |
None. |
|
| Addresses | Collection of Address |
None. |
|
| ChatRoomUsers | Collection of ChatRoomUser |
None. |
|
| Chats | Collection of Chat |
None. |
|
| PermanentAddresses | Collection of PermanentAddress |
None. |
|
| DeliveriesCreated | Collection of Delivery |
None. |
|
| DeliveriesModified | Collection of Delivery |
None. |
|
| SentMessages | Collection of SentMessage |
None. |
|
| DeliveryPayments | Collection of DeliveryPayment |
None. |
|
| Backgrounds | Collection of Background |
None. |
|
| UserUuids | Collection of UserUuid |
None. |
|
| CourierTimes | Collection of CourierWorkingTime |
None. |
|
| Users_UserClient | Users_UserClient |
None. |
|
| Users_UserCompany | Users_UserCompany |
None. |
|
| Users_UserCourier | Users_UserCourier |
None. |
|
| DeliveryService | Object |
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.