GET api/Invoice_Index/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

POS_Index
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

TimeStamp

date

None.

Operator

globally unique identifier

None.

Enable

boolean

None.

Invoice

boolean

None.

Serial

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "a8eea014-0fb3-4864-9b6b-5c526175e3dd",
  "TimeStamp": "2026-02-14T08:08:54.77905+08:00",
  "Operator": "144c4620-51f8-476d-a36d-26352d169176",
  "Enable": true,
  "Invoice": true,
  "Serial": "sample string 6"
}

application/xml, text/xml

Sample:
<POS_Index xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.PoS">
  <Enable>true</Enable>
  <Id>a8eea014-0fb3-4864-9b6b-5c526175e3dd</Id>
  <Invoice>true</Invoice>
  <Operator>144c4620-51f8-476d-a36d-26352d169176</Operator>
  <Serial>sample string 6</Serial>
  <TimeStamp>2026-02-14T08:08:54.77905+08:00</TimeStamp>
</POS_Index>