Executes a PaymentSummary operation

Executes an operation of PaymentSummary

With the PaymentSummary service, you can perform the following operations on the execute endpoint:

  • IssueReceiptRequest
  • IssueReplacementReceiptRequest

IssueReceiptRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Commerce.DataContracts.IssueReceiptRequest, Asi.Contracts",
  "EntityTypeName": "PaymentSummary",
  "OperationName": null,
  "PaymentIdList": [
    "string value"
  ],
  "QueryName": "string value",
  "QueryParameters": {
    "$type": "Asi.Soa.Core.DataContracts.GenericPropertyDataCollection, Asi.Contracts"
  },
  "Communication": {
    "$type": "Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts"
  },
  "CreateAggregateReceipts": false,
  "ReceiptCulture": "string value",
  "PrintWithAttachmentsAndBody": false,
  "RegenerateDownloadReadyAttachment": false,
  "TaskActionLogId": "string value",
  "RequestCulture": "string value"
}

IssueReplacementReceiptRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Commerce.DataContracts.IssueReplacementReceiptRequest, Asi.Contracts",
  "EntityTypeName": "PaymentSummary",
  "OperationName": null,
  "OriginalReceiptId": "string value",
  "OriginalReceiptStatus": "string value",
  "PaymentIdList": [
    "string value"
  ],
  "QueryName": "string value",
  "QueryParameters": {
    "$type": "Asi.Soa.Core.DataContracts.GenericPropertyDataCollection, Asi.Contracts"
  },
  "Communication": {
    "$type": "Asi.Soa.Communications.DataContracts.CommunicationData, Asi.Contracts"
  },
  "CreateAggregateReceipts": false,
  "ReceiptCulture": "string value",
  "PrintWithAttachmentsAndBody": false,
  "RegenerateDownloadReadyAttachment": false,
  "TaskActionLogId": "string value",
  "RequestCulture": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!