Executes a LegacyCashAccount operation

Executes an operation of LegacyCashAccount

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

  • FindDeprecated

FindDeprecated

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "FindDeprecated",
  "EntityTypeName": "LegacyCashAccount",
  "UseJson": false
}

FindDeprecated

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