PUT api/Invoice_Index/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "aecc4dd8-eaaa-4fd8-89a7-1bc4613cc3fe",
  "TimeStamp": "2026-02-14T08:09:22.0930548+08:00",
  "Operator": "9cece6cf-5130-4280-88d7-5b935d040908",
  "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>aecc4dd8-eaaa-4fd8-89a7-1bc4613cc3fe</Id>
  <Invoice>true</Invoice>
  <Operator>9cece6cf-5130-4280-88d7-5b935d040908</Operator>
  <Serial>sample string 6</Serial>
  <TimeStamp>2026-02-14T08:09:22.0930548+08:00</TimeStamp>
</POS_Index>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.