Executes a DeferralMatrix operation

Executes an operation of DeferralMatrix

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

  • CreateGLExportDeferredIncomeItems
  • FindByDeferralAccount

CreateGLExportDeferredIncomeItems

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "CreateGLExportDeferredIncomeItems",
  "EntityTypeName": "DeferralMatrix",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "Asi.Soa.Commerce.DataContracts.DeferralMatrixData, Asi.Contracts",
        "$value": "glExportDeferredIncomeItem Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "Asi.Soa.Commerce.DataContracts.DeferralMatrixData, Asi.Contracts"
    ]
  },
  "UseJson": false
}

FindByDeferralAccount

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "FindByDeferralAccount",
  "EntityTypeName": "DeferralMatrix",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "System.String",
        "$value": "deferralAccount Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "System.String"
    ]
  },
  "UseJson": false
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!