POST GetPaymentReceipts

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "calledFrom": 0,
  "type": 1,
  "fromBranch": 1,
  "toBranch": 2,
  "fromAccount": 3,
  "toAccount": 4,
  "fromGroup": 5,
  "toGroup": 6,
  "reportFor": 0,
  "fromDate": "2026-01-23T17:06:25.7986909-06:00",
  "toDate": "2026-01-23T17:06:25.7986909-06:00",
  "fromSession": 9,
  "toSession": 10,
  "fromInvoice": "sample string 11",
  "toInvoice": "sample string 12",
  "transaction": "sample string 13",
  "paymentType": 0,
  "showConsolidatedInvoices": true,
  "printOrder": 0,
  "oneTimeEmail": true,
  "email": "sample string 16",
  "sentAfterDate": "sample string 17",
  "token": "sample string 18",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetPaymentReceiptsRequest>
  <token>sample string 18</token>
  <function>AddCleanBag</function>
  <calledFrom>View</calledFrom>
  <type>All</type>
  <fromBranch>1</fromBranch>
  <toBranch>2</toBranch>
  <fromAccount>3</fromAccount>
  <toAccount>4</toAccount>
  <fromGroup>5</fromGroup>
  <toGroup>6</toGroup>
  <reportFor>RangeOfDates</reportFor>
  <fromDate>2026-01-23T17:06:25.7986909-06:00</fromDate>
  <toDate>2026-01-23T17:06:25.7986909-06:00</toDate>
  <fromSession>9</fromSession>
  <toSession>10</toSession>
  <fromInvoice>sample string 11</fromInvoice>
  <toInvoice>sample string 12</toInvoice>
  <transaction>sample string 13</transaction>
  <paymentType>CC</paymentType>
  <showConsolidatedInvoices>true</showConsolidatedInvoices>
  <printOrder>TransactionId</printOrder>
  <oneTimeEmail>true</oneTimeEmail>
  <email>sample string 16</email>
  <sentAfterDate>sample string 17</sentAfterDate>
</GetPaymentReceiptsRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "receipt": "sample string 1",
    "emailStatus": [
      {
        "emailDate": "sample string 1",
        "sent": true,
        "sendCount": 3,
        "lastSent": "sample string 4",
        "sendType": 5,
        "result": "sample string 6",
        "transaction": "sample string 7",
        "paymentType": "sample string 8"
      },
      {
        "emailDate": "sample string 1",
        "sent": true,
        "sendCount": 3,
        "lastSent": "sample string 4",
        "sendType": 5,
        "result": "sample string 6",
        "transaction": "sample string 7",
        "paymentType": "sample string 8"
      },
      {
        "emailDate": "sample string 1",
        "sent": true,
        "sendCount": 3,
        "lastSent": "sample string 4",
        "sendType": 5,
        "result": "sample string 6",
        "transaction": "sample string 7",
        "paymentType": "sample string 8"
      }
    ],
    "sentAfterDate": "sample string 2"
  },
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GetPaymentReceiptsResponse>
  <valid>true</valid>
  <message>sample string 2</message>
  <data>
    <receipt>sample string 1</receipt>
    <emailStatus>
      <PaymentReceiptEmaiLStatus>
        <emailDate>sample string 1</emailDate>
        <sent>true</sent>
        <sendCount>3</sendCount>
        <lastSent>sample string 4</lastSent>
        <sendType>5</sendType>
        <result>sample string 6</result>
        <transaction>sample string 7</transaction>
        <paymentType>sample string 8</paymentType>
      </PaymentReceiptEmaiLStatus>
      <PaymentReceiptEmaiLStatus>
        <emailDate>sample string 1</emailDate>
        <sent>true</sent>
        <sendCount>3</sendCount>
        <lastSent>sample string 4</lastSent>
        <sendType>5</sendType>
        <result>sample string 6</result>
        <transaction>sample string 7</transaction>
        <paymentType>sample string 8</paymentType>
      </PaymentReceiptEmaiLStatus>
      <PaymentReceiptEmaiLStatus>
        <emailDate>sample string 1</emailDate>
        <sent>true</sent>
        <sendCount>3</sendCount>
        <lastSent>sample string 4</lastSent>
        <sendType>5</sendType>
        <result>sample string 6</result>
        <transaction>sample string 7</transaction>
        <paymentType>sample string 8</paymentType>
      </PaymentReceiptEmaiLStatus>
    </emailStatus>
    <sentAfterDate>sample string 2</sentAfterDate>
  </data>
</GetPaymentReceiptsResponse>