GET api/ReplicationData2/TopCustomerFromApp?PrivateKey={PrivateKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PrivateKey

string

Required

Body Parameters

None.

Response Information

Resource Description

TopCustomerFromAppResult
NameDescriptionTypeAdditional information
MessCode

integer

None.

MessContent

string

None.

TotalRecord

integer

None.

SessTran

string

None.

LstTopCustomerFromApp

Collection of TopCustomerFromAppModel

None.

Response Formats

application/json, text/json

Sample:
{
  "MessCode": 1,
  "MessContent": "sample string 2",
  "TotalRecord": 3,
  "SessTran": "sample string 4",
  "LstTopCustomerFromApp": [
    {
      "Name_": "sample string 1",
      "ContactNo_": "sample string 2",
      "Address": "sample string 3",
      "MobilePhoneNo_": "sample string 4",
      "TongTien": 5.0
    },
    {
      "Name_": "sample string 1",
      "ContactNo_": "sample string 2",
      "Address": "sample string 3",
      "MobilePhoneNo_": "sample string 4",
      "TongTien": 5.0
    }
  ]
}