POST api/PKD_NhapTraHoanTienMatExtend/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PKD_NhapTraHoanTienMatExtendModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

ReceiptNo

string

None.

TrangThai

string

None.

GhiChu

string

None.

NVCheck

string

None.

UserCreate

string

None.

DateCreate

date

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "e348cc81-14b5-414d-b9f8-38524cb9f410",
    "ReceiptNo": "sample string 2",
    "TrangThai": "sample string 3",
    "GhiChu": "sample string 4",
    "NVCheck": "sample string 5",
    "UserCreate": "sample string 6",
    "DateCreate": "2026-01-29T16:26:47.4899109+07:00",
    "ChangeStatus": 7
  },
  {
    "GuidID": "e348cc81-14b5-414d-b9f8-38524cb9f410",
    "ReceiptNo": "sample string 2",
    "TrangThai": "sample string 3",
    "GhiChu": "sample string 4",
    "NVCheck": "sample string 5",
    "UserCreate": "sample string 6",
    "DateCreate": "2026-01-29T16:26:47.4899109+07:00",
    "ChangeStatus": 7
  }
]