POST api/Transaction

Request Information

URI Parameters

None.

Body Parameters

Transaction
NameDescriptionTypeAdditional information
Type

string

String length: inclusive between 0 and 50

ClientId

string

String length: inclusive between 0 and 50

ClientPmsId

string

String length: inclusive between 0 and 50

PatientId

string

String length: inclusive between 0 and 50

PatientPmsId

string

String length: inclusive between 0 and 50

TransactionDate

date

None.

Sequence

decimal number

None.

Code

string

String length: inclusive between 0 and 50

CodeId

string

String length: inclusive between 0 and 50

Deleted

boolean

None.

Description

string

String length: inclusive between 0 and 255

Quantity

decimal number

None.

Amount

decimal number

None.

ProviderId

string

String length: inclusive between 0 and 50

ProviderName

string

String length: inclusive between 0 and 50

IsPayment

boolean

None.

IsPosted

boolean

None.

Comments

string

None.

InvoiceId

string

String length: inclusive between 0 and 50

SiteId

string

String length: inclusive between 0 and 50

ApiCreateDate

date

Required

ApiLastChangeDate

date

None.

CheckSum

integer

None.

RowKey

integer

Required

Id

string

Required

String length: inclusive between 0 and 100

SyncId

string

Required

String length: inclusive between 0 and 50

SubscriberId

string

Required

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "ClientId": "sample string 2",
  "ClientPmsId": "sample string 3",
  "PatientId": "sample string 4",
  "PatientPmsId": "sample string 5",
  "TransactionDate": "2025-12-16T00:51:56.4677815+00:00",
  "Sequence": 6.0,
  "Code": "sample string 7",
  "CodeId": "sample string 8",
  "Deleted": true,
  "Description": "sample string 9",
  "Quantity": 1.0,
  "Amount": 1.0,
  "ProviderId": "sample string 10",
  "ProviderName": "sample string 11",
  "IsPayment": true,
  "IsPosted": true,
  "Comments": "sample string 12",
  "InvoiceId": "sample string 13",
  "SiteId": "sample string 14",
  "ApiCreateDate": "2025-12-16T00:51:56.4677815+00:00",
  "ApiLastChangeDate": "2025-12-16T00:51:56.4677815+00:00",
  "CheckSum": 16,
  "RowKey": 17,
  "Id": "sample string 18",
  "SyncId": "sample string 19",
  "SubscriberId": "sample string 20"
}

application/xml, text/xml

Sample:
<Transaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <Amount>1</Amount>
  <ApiCreateDate>2025-12-16T00:51:56.4677815+00:00</ApiCreateDate>
  <ApiLastChangeDate>2025-12-16T00:51:56.4677815+00:00</ApiLastChangeDate>
  <CheckSum>16</CheckSum>
  <ClientId>sample string 2</ClientId>
  <ClientPmsId>sample string 3</ClientPmsId>
  <Code>sample string 7</Code>
  <CodeId>sample string 8</CodeId>
  <Comments>sample string 12</Comments>
  <Deleted>true</Deleted>
  <Description>sample string 9</Description>
  <Id>sample string 18</Id>
  <InvoiceId>sample string 13</InvoiceId>
  <IsPayment>true</IsPayment>
  <IsPosted>true</IsPosted>
  <PatientId>sample string 4</PatientId>
  <PatientPmsId>sample string 5</PatientPmsId>
  <ProviderId>sample string 10</ProviderId>
  <ProviderName>sample string 11</ProviderName>
  <Quantity>1</Quantity>
  <RowKey>17</RowKey>
  <Sequence>6</Sequence>
  <SiteId>sample string 14</SiteId>
  <SubscriberId>sample string 20</SubscriberId>
  <SyncId>sample string 19</SyncId>
  <TransactionDate>2025-12-16T00:51:56.4677815+00:00</TransactionDate>
  <Type>sample string 1</Type>
</Transaction>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Transaction'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.