POST api/DoctorProfile/AppPurchasePayments

Request Information

URI Parameters

None.

Body Parameters

AddAppPurchaseTransactionModel
NameDescriptionTypeAdditional information
Original_Transaction_Identifier

string

None.

AccountKey

string

None.

Email

string

None.

Quantity

integer

None.

Product_Identifier

string

None.

Transaction_Identifier

string

None.

Web_OrderLine_Identifier

string

None.

Purchase_Date

date

None.

Original_Purchase_Date

date

None.

TransactionAmount

string

None.

Price

decimal number

None.

Currency

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Original_Transaction_Identifier": "sample string 1",
  "AccountKey": "sample string 2",
  "Email": "sample string 3",
  "Quantity": 1,
  "Product_Identifier": "sample string 4",
  "Transaction_Identifier": "sample string 5",
  "Web_OrderLine_Identifier": "sample string 6",
  "Purchase_Date": "2025-01-09T05:58:24.6085516+02:00",
  "Original_Purchase_Date": "2025-01-09T05:58:24.6085516+02:00",
  "TransactionAmount": "sample string 7",
  "Price": 1.0,
  "Currency": "sample string 8"
}

application/xml, text/xml

Sample:
<AddAppPurchaseTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Payment.Models">
  <AccountKey>sample string 2</AccountKey>
  <Currency>sample string 8</Currency>
  <Email>sample string 3</Email>
  <Original_Purchase_Date>2025-01-09T05:58:24.6085516+02:00</Original_Purchase_Date>
  <Original_Transaction_Identifier>sample string 1</Original_Transaction_Identifier>
  <Price>1</Price>
  <Product_Identifier>sample string 4</Product_Identifier>
  <Purchase_Date>2025-01-09T05:58:24.6085516+02:00</Purchase_Date>
  <Quantity>1</Quantity>
  <TransactionAmount>sample string 7</TransactionAmount>
  <Transaction_Identifier>sample string 5</Transaction_Identifier>
  <Web_OrderLine_Identifier>sample string 6</Web_OrderLine_Identifier>
</AddAppPurchaseTransactionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.