DELETE 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": "95b742b3-b9a3-486d-b5c5-1e706fc4d71a",
  "TimeStamp": "2026-02-14T08:10:33.6144702+08:00",
  "Operator": "5ac9259c-c783-4ce2-9d9a-cc3784700b21",
  "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>95b742b3-b9a3-486d-b5c5-1e706fc4d71a</Id>
  <Invoice>true</Invoice>
  <Operator>5ac9259c-c783-4ce2-9d9a-cc3784700b21</Operator>
  <Serial>sample string 6</Serial>
  <TimeStamp>2026-02-14T08:10:33.6144702+08:00</TimeStamp>
</POS_Index>