GET NgayTotXauQuick/{NgayXem}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
NgayXem
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": [
    {
      "Name": "sample string 1",
      "Content": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Content": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Content": "sample string 2"
    }
  ]
}