POST apiwba/all/userbehaviour/v1/getusers

Request Information

URI Parameters

None.

Body Parameters

UbCompanyInput
NameDescriptionTypeAdditional information
LastSync

date

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LastSync": "2026-04-04T18:11:32.3445841+07:00",
  "Username": "sample string 1",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<UbCompanyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 1</Username>
  <LastSync>2026-04-04T18:11:32.3445841+07:00</LastSync>
</UbCompanyInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UbV1UserOutput
NameDescriptionTypeAdditional information
Data

Collection of UbV1User

None.

LastSync

date

None.

IsSuccess

boolean

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "SystemTypeID": 64,
      "CompanyID": 2,
      "Xncode": 3,
      "CustomerCode": "sample string 4",
      "UserID": "dd9f9195-9247-45cb-8c42-ecade2ff6923",
      "Username": "sample string 6",
      "Fullname": "sample string 7",
      "CountMenu": 8,
      "IsDeleted": true,
      "CountVehicles": 10
    },
    {
      "SystemTypeID": 64,
      "CompanyID": 2,
      "Xncode": 3,
      "CustomerCode": "sample string 4",
      "UserID": "dd9f9195-9247-45cb-8c42-ecade2ff6923",
      "Username": "sample string 6",
      "Fullname": "sample string 7",
      "CountMenu": 8,
      "IsDeleted": true,
      "CountVehicles": 10
    }
  ],
  "LastSync": "2026-04-04T18:11:32.3445841+07:00",
  "IsSuccess": true,
  "Description": "sample string 3"
}

application/xml, text/xml

Sample:
<UbV1UserOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Description>sample string 3</Description>
  <IsSuccess>true</IsSuccess>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Entities.Common.UserBehaviours.V1">
    <d2p1:UbV1User>
      <d2p1:CompanyID>2</d2p1:CompanyID>
      <d2p1:CountMenu>8</d2p1:CountMenu>
      <d2p1:CountVehicles>10</d2p1:CountVehicles>
      <d2p1:CustomerCode>sample string 4</d2p1:CustomerCode>
      <d2p1:Fullname>sample string 7</d2p1:Fullname>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:SystemTypeID>64</d2p1:SystemTypeID>
      <d2p1:UserID>dd9f9195-9247-45cb-8c42-ecade2ff6923</d2p1:UserID>
      <d2p1:Username>sample string 6</d2p1:Username>
      <d2p1:Xncode>3</d2p1:Xncode>
    </d2p1:UbV1User>
    <d2p1:UbV1User>
      <d2p1:CompanyID>2</d2p1:CompanyID>
      <d2p1:CountMenu>8</d2p1:CountMenu>
      <d2p1:CountVehicles>10</d2p1:CountVehicles>
      <d2p1:CustomerCode>sample string 4</d2p1:CustomerCode>
      <d2p1:Fullname>sample string 7</d2p1:Fullname>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:SystemTypeID>64</d2p1:SystemTypeID>
      <d2p1:UserID>dd9f9195-9247-45cb-8c42-ecade2ff6923</d2p1:UserID>
      <d2p1:Username>sample string 6</d2p1:Username>
      <d2p1:Xncode>3</d2p1:Xncode>
    </d2p1:UbV1User>
  </Data>
  <LastSync>2026-04-04T18:11:32.3445841+07:00</LastSync>
</UbV1UserOutput>