POST api/POS_Pay
Request Information
URI Parameters
None.
Body Parameters
POS_Pay| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "374f1bb4-9d7e-4a14-acfa-8cfa70ccabf7",
"Transaction_Id": "50269e28-b7a1-4e69-846b-3f3b40506edd",
"Pay_Way": 64,
"Price": 4,
"Enable": true,
"Operator": "c3a900c9-b403-4f90-9cc4-33638f917873",
"TimeStamp": "2026-02-14T08:07:19.4077958+08:00",
"Remark": "sample string 8",
"Money_Change": 9
}
application/xml, text/xml
Sample:
<POS_Pay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.PoS"> <Enable>true</Enable> <Id>374f1bb4-9d7e-4a14-acfa-8cfa70ccabf7</Id> <Money_Change>9</Money_Change> <Operator>c3a900c9-b403-4f90-9cc4-33638f917873</Operator> <Pay_Way>64</Pay_Way> <Price>4</Price> <Remark>sample string 8</Remark> <TimeStamp>2026-02-14T08:07:19.4077958+08:00</TimeStamp> <Transaction_Id>50269e28-b7a1-4e69-846b-3f3b40506edd</Transaction_Id> </POS_Pay>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
POS_Pay| Name | Description | Type | Additional 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": "5168b0e0-58ad-49f1-81cf-8778818df011",
"Transaction_Id": "abb5c361-c7dc-4bd1-99f8-ea4305cbeaf7",
"Pay_Way": 64,
"Price": 4,
"Enable": true,
"Operator": "dc7a0e2c-a1a9-4567-9ef9-8305bea181dd",
"TimeStamp": "2026-02-14T08:07:19.4077958+08:00",
"Remark": "sample string 8",
"Money_Change": 9
}
application/xml, text/xml
Sample:
<POS_Pay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.PoS"> <Enable>true</Enable> <Id>5168b0e0-58ad-49f1-81cf-8778818df011</Id> <Money_Change>9</Money_Change> <Operator>dc7a0e2c-a1a9-4567-9ef9-8305bea181dd</Operator> <Pay_Way>64</Pay_Way> <Price>4</Price> <Remark>sample string 8</Remark> <TimeStamp>2026-02-14T08:07:19.4077958+08:00</TimeStamp> <Transaction_Id>abb5c361-c7dc-4bd1-99f8-ea4305cbeaf7</Transaction_Id> </POS_Pay>