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"
}
Body Params

IssueReceiptRequest object to execute

string
enum
required
Defaults to Asi.Soa.Commerce.DataContracts.IssueReceiptRequest, Asi.Contracts

The DataType must be "Asi.Soa.Commerce.DataContracts.IssueReceiptRequest, Asi.Contracts"

Allowed:
Communication
object
boolean
Defaults to false
string
string
PaymentIdList
array of strings
PaymentIdList
boolean
Defaults to false
string
QueryParameters
object
string
boolean
Defaults to false
string
string
Responses
200

The request was successful.

201

The resource was successfully created.

202

The resource was asynchronously created.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!

Contact us
Copyright © Advanced Solutions International, All rights reserved.