POST api/Invoice_Index

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": "27673579-bfa4-412f-9234-2d3a3bdc4afc",
  "TimeStamp": "2026-02-14T08:06:01.3108877+08:00",
  "Operator": "c4a352b0-fc55-4df6-b674-ac282c21077a",
  "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>27673579-bfa4-412f-9234-2d3a3bdc4afc</Id>
  <Invoice>true</Invoice>
  <Operator>c4a352b0-fc55-4df6-b674-ac282c21077a</Operator>
  <Serial>sample string 6</Serial>
  <TimeStamp>2026-02-14T08:06:01.3108877+08:00</TimeStamp>
</POS_Index>

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "70af540f-ee10-4136-be23-9ab17368bda9",
  "TimeStamp": "2026-02-14T08:06:01.3108877+08:00",
  "Operator": "8ae40d20-963e-4fd9-88e5-fd49c2f50bfa",
  "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>70af540f-ee10-4136-be23-9ab17368bda9</Id>
  <Invoice>true</Invoice>
  <Operator>8ae40d20-963e-4fd9-88e5-fd49c2f50bfa</Operator>
  <Serial>sample string 6</Serial>
  <TimeStamp>2026-02-14T08:06:01.3108877+08:00</TimeStamp>
</POS_Index>