GET InvoicePay/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of POS_Pay
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Transaction_Id

globally unique identifier

None.

Pay_Way

byte

None.

Price

integer

None.

Enable

boolean

None.

Operator

globally unique identifier

None.

TimeStamp

date

None.

Remark

string

None.

Money_Change

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "dffed845-4bf6-4eac-8e3f-40e92c7625f8",
    "Transaction_Id": "6f03443b-7f63-4ed5-b0fa-c609013614f4",
    "Pay_Way": 64,
    "Price": 4,
    "Enable": true,
    "Operator": "23a5e34e-d930-40fd-aa2d-aa8263751ce5",
    "TimeStamp": "2026-02-14T08:07:29.9419721+08:00",
    "Remark": "sample string 8",
    "Money_Change": 9
  },
  {
    "Id": "dffed845-4bf6-4eac-8e3f-40e92c7625f8",
    "Transaction_Id": "6f03443b-7f63-4ed5-b0fa-c609013614f4",
    "Pay_Way": 64,
    "Price": 4,
    "Enable": true,
    "Operator": "23a5e34e-d930-40fd-aa2d-aa8263751ce5",
    "TimeStamp": "2026-02-14T08:07:29.9419721+08:00",
    "Remark": "sample string 8",
    "Money_Change": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfPOS_Pay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.PoS">
  <POS_Pay>
    <Enable>true</Enable>
    <Id>dffed845-4bf6-4eac-8e3f-40e92c7625f8</Id>
    <Money_Change>9</Money_Change>
    <Operator>23a5e34e-d930-40fd-aa2d-aa8263751ce5</Operator>
    <Pay_Way>64</Pay_Way>
    <Price>4</Price>
    <Remark>sample string 8</Remark>
    <TimeStamp>2026-02-14T08:07:29.9419721+08:00</TimeStamp>
    <Transaction_Id>6f03443b-7f63-4ed5-b0fa-c609013614f4</Transaction_Id>
  </POS_Pay>
  <POS_Pay>
    <Enable>true</Enable>
    <Id>dffed845-4bf6-4eac-8e3f-40e92c7625f8</Id>
    <Money_Change>9</Money_Change>
    <Operator>23a5e34e-d930-40fd-aa2d-aa8263751ce5</Operator>
    <Pay_Way>64</Pay_Way>
    <Price>4</Price>
    <Remark>sample string 8</Remark>
    <TimeStamp>2026-02-14T08:07:29.9419721+08:00</TimeStamp>
    <Transaction_Id>6f03443b-7f63-4ed5-b0fa-c609013614f4</Transaction_Id>
  </POS_Pay>
</ArrayOfPOS_Pay>