POST api/v1/SyncData_SignalFromClient/GetListSignalFromClient/{sClientCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sClientCode

string

Required

Body Parameters

None.

Response Information

Resource Description

EzyResultObjectOfListOfSync_SignalFromClient
NameDescriptionTypeAdditional information
Data

Collection of Sync_SignalFromClient

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": 1,
      "ClientCode": "sample string 2",
      "NeedRun": true,
      "IsRun": true,
      "RunSyncAt": "2026-03-06T07:14:34.9169704+07:00",
      "SyncTypeCode": "sample string 5",
      "OrderNo": 6,
      "Note": "sample string 7",
      "IsDisable": true,
      "IsDeleted": true,
      "Log_CreatedDate": "2026-03-06T07:14:34.9169704+07:00",
      "Log_CreatedBy": "sample string 10",
      "Log_UpdatedDate": "2026-03-06T07:14:34.9169704+07:00",
      "Log_UpdatedBy": "sample string 11",
      "Timestamp": "QEA=",
      "TimeStampText": "sample string 12",
      "IsNeedRunImmediately": true
    },
    {
      "Id": 1,
      "ClientCode": "sample string 2",
      "NeedRun": true,
      "IsRun": true,
      "RunSyncAt": "2026-03-06T07:14:34.9169704+07:00",
      "SyncTypeCode": "sample string 5",
      "OrderNo": 6,
      "Note": "sample string 7",
      "IsDisable": true,
      "IsDeleted": true,
      "Log_CreatedDate": "2026-03-06T07:14:34.9169704+07:00",
      "Log_CreatedBy": "sample string 10",
      "Log_UpdatedDate": "2026-03-06T07:14:34.9169704+07:00",
      "Log_UpdatedBy": "sample string 11",
      "Timestamp": "QEA=",
      "TimeStampText": "sample string 12",
      "IsNeedRunImmediately": true
    }
  ],
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfArrayOfSync_SignalFromClient0c2RuAhg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Core.Data.HongVan">
    <d2p1:Sync_SignalFromClient>
      <d2p1:ClientCode>sample string 2</d2p1:ClientCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:IsDisable>true</d2p1:IsDisable>
      <d2p1:IsNeedRunImmediately>true</d2p1:IsNeedRunImmediately>
      <d2p1:IsRun>true</d2p1:IsRun>
      <d2p1:Log_CreatedBy>sample string 10</d2p1:Log_CreatedBy>
      <d2p1:Log_CreatedDate>2026-03-06T07:14:34.9169704+07:00</d2p1:Log_CreatedDate>
      <d2p1:Log_UpdatedBy>sample string 11</d2p1:Log_UpdatedBy>
      <d2p1:Log_UpdatedDate>2026-03-06T07:14:34.9169704+07:00</d2p1:Log_UpdatedDate>
      <d2p1:NeedRun>true</d2p1:NeedRun>
      <d2p1:Note>sample string 7</d2p1:Note>
      <d2p1:OrderNo>6</d2p1:OrderNo>
      <d2p1:RunSyncAt>2026-03-06T07:14:34.9169704+07:00</d2p1:RunSyncAt>
      <d2p1:SyncTypeCode>sample string 5</d2p1:SyncTypeCode>
      <d2p1:TimeStampText>sample string 12</d2p1:TimeStampText>
      <d2p1:Timestamp>QEA=</d2p1:Timestamp>
    </d2p1:Sync_SignalFromClient>
    <d2p1:Sync_SignalFromClient>
      <d2p1:ClientCode>sample string 2</d2p1:ClientCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:IsDisable>true</d2p1:IsDisable>
      <d2p1:IsNeedRunImmediately>true</d2p1:IsNeedRunImmediately>
      <d2p1:IsRun>true</d2p1:IsRun>
      <d2p1:Log_CreatedBy>sample string 10</d2p1:Log_CreatedBy>
      <d2p1:Log_CreatedDate>2026-03-06T07:14:34.9169704+07:00</d2p1:Log_CreatedDate>
      <d2p1:Log_UpdatedBy>sample string 11</d2p1:Log_UpdatedBy>
      <d2p1:Log_UpdatedDate>2026-03-06T07:14:34.9169704+07:00</d2p1:Log_UpdatedDate>
      <d2p1:NeedRun>true</d2p1:NeedRun>
      <d2p1:Note>sample string 7</d2p1:Note>
      <d2p1:OrderNo>6</d2p1:OrderNo>
      <d2p1:RunSyncAt>2026-03-06T07:14:34.9169704+07:00</d2p1:RunSyncAt>
      <d2p1:SyncTypeCode>sample string 5</d2p1:SyncTypeCode>
      <d2p1:TimeStampText>sample string 12</d2p1:TimeStampText>
      <d2p1:Timestamp>QEA=</d2p1:Timestamp>
    </d2p1:Sync_SignalFromClient>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfArrayOfSync_SignalFromClient0c2RuAhg>