POST api/WebApp/GetAssignedAddnEditTerminalProfileDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfListOfTerminalProfilesWorkflowPayload
NameDescriptionTypeAdditional information
ReturnValue

Collection of TerminalProfilesWorkflowPayload

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": [
    {
      "Remarks": "sample string 1",
      "ToRole": "sample string 2",
      "ToUser": "sample string 3",
      "Status": "sample string 4",
      "Action": "sample string 5",
      "WFKProfile": "sample string 6",
      "TerminalProfileID": 7,
      "TerminalProfileCode": "sample string 8",
      "EnableMultiCurrencyTxn": "sample string 9",
      "EnablePurchaseTxn": "sample string 10",
      "PurchaseTxnLimit": 11.0,
      "EnableTipAdjustmentTxn": "sample string 12",
      "TipAdjustmentTxnLimit": 13.0,
      "EnableVoidPurchaseTxn": "sample string 14",
      "EnableRefundTxn": "sample string 15",
      "RefundTxnLimit": 16.0,
      "EnablePreAuthTxn": "sample string 17",
      "PreAuthTxnLimit": 18.0,
      "EnablePreAuthComplTxn": "sample string 19",
      "PreAuthComplTxnLimit": 20.0,
      "EnablePurchaseWCashBackTxn": "sample string 21",
      "PurchaseWCashBackTxnLimit": 22.0,
      "EnableCashAdvanceTxn": "sample string 23",
      "CashAdvanceTxnLimit": 24.0,
      "EnableCashDepositTxn": "sample string 25",
      "CashDepositTxnLimit": 26.0,
      "MaxDebitTxn": 27,
      "MaxCreditTxn": 28,
      "PromptInvoiceNoCapture": "sample string 29",
      "AllowTIPWPurchase": "sample string 30",
      "EnableP2PTransfer": "sample string 31",
      "P2PTransferLimit": 32.0,
      "EnableVoucherDistribution": "sample string 33",
      "CreatedBy": "sample string 34",
      "CreatedDate": "2024-11-28T14:28:50.1296571+03:00",
      "ModifiedBy": "sample string 36",
      "ModifiedDate": "2024-11-28T14:28:50.1296571+03:00",
      "RecOwnerOrgID": 38,
      "EntityID": 39,
      "AddConsumerData": "sample string 40"
    },
    {
      "Remarks": "sample string 1",
      "ToRole": "sample string 2",
      "ToUser": "sample string 3",
      "Status": "sample string 4",
      "Action": "sample string 5",
      "WFKProfile": "sample string 6",
      "TerminalProfileID": 7,
      "TerminalProfileCode": "sample string 8",
      "EnableMultiCurrencyTxn": "sample string 9",
      "EnablePurchaseTxn": "sample string 10",
      "PurchaseTxnLimit": 11.0,
      "EnableTipAdjustmentTxn": "sample string 12",
      "TipAdjustmentTxnLimit": 13.0,
      "EnableVoidPurchaseTxn": "sample string 14",
      "EnableRefundTxn": "sample string 15",
      "RefundTxnLimit": 16.0,
      "EnablePreAuthTxn": "sample string 17",
      "PreAuthTxnLimit": 18.0,
      "EnablePreAuthComplTxn": "sample string 19",
      "PreAuthComplTxnLimit": 20.0,
      "EnablePurchaseWCashBackTxn": "sample string 21",
      "PurchaseWCashBackTxnLimit": 22.0,
      "EnableCashAdvanceTxn": "sample string 23",
      "CashAdvanceTxnLimit": 24.0,
      "EnableCashDepositTxn": "sample string 25",
      "CashDepositTxnLimit": 26.0,
      "MaxDebitTxn": 27,
      "MaxCreditTxn": 28,
      "PromptInvoiceNoCapture": "sample string 29",
      "AllowTIPWPurchase": "sample string 30",
      "EnableP2PTransfer": "sample string 31",
      "P2PTransferLimit": 32.0,
      "EnableVoucherDistribution": "sample string 33",
      "CreatedBy": "sample string 34",
      "CreatedDate": "2024-11-28T14:28:50.1296571+03:00",
      "ModifiedBy": "sample string 36",
      "ModifiedDate": "2024-11-28T14:28:50.1296571+03:00",
      "RecOwnerOrgID": 38,
      "EntityID": 39,
      "AddConsumerData": "sample string 40"
    }
  ],
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T14:28:50.1296571+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfArrayOfTerminalProfilesWorkflowPayloadfZ5PIblm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Payloads">
    <d2p1:TerminalProfilesWorkflowPayload>
      <AddConsumerData xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 40</AddConsumerData>
      <AllowTIPWPurchase xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 30</AllowTIPWPurchase>
      <CashAdvanceTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">24</CashAdvanceTxnLimit>
      <CashDepositTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">26</CashDepositTxnLimit>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 34</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T14:28:50.1296571+03:00</CreatedDate>
      <EnableCashAdvanceTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 23</EnableCashAdvanceTxn>
      <EnableCashDepositTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 25</EnableCashDepositTxn>
      <EnableMultiCurrencyTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</EnableMultiCurrencyTxn>
      <EnableP2PTransfer xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 31</EnableP2PTransfer>
      <EnablePreAuthComplTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 19</EnablePreAuthComplTxn>
      <EnablePreAuthTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</EnablePreAuthTxn>
      <EnablePurchaseTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 10</EnablePurchaseTxn>
      <EnablePurchaseWCashBackTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 21</EnablePurchaseWCashBackTxn>
      <EnableRefundTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</EnableRefundTxn>
      <EnableTipAdjustmentTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 12</EnableTipAdjustmentTxn>
      <EnableVoidPurchaseTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 14</EnableVoidPurchaseTxn>
      <EnableVoucherDistribution xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 33</EnableVoucherDistribution>
      <EntityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">39</EntityID>
      <MaxCreditTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">28</MaxCreditTxn>
      <MaxDebitTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">27</MaxDebitTxn>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 36</ModifiedBy>
      <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T14:28:50.1296571+03:00</ModifiedDate>
      <P2PTransferLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">32</P2PTransferLimit>
      <PreAuthComplTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">20</PreAuthComplTxnLimit>
      <PreAuthTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">18</PreAuthTxnLimit>
      <PromptInvoiceNoCapture xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 29</PromptInvoiceNoCapture>
      <PurchaseTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">11</PurchaseTxnLimit>
      <PurchaseWCashBackTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">22</PurchaseWCashBackTxnLimit>
      <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">38</RecOwnerOrgID>
      <RefundTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">16</RefundTxnLimit>
      <TerminalProfileCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 8</TerminalProfileCode>
      <TerminalProfileID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</TerminalProfileID>
      <TipAdjustmentTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">13</TipAdjustmentTxnLimit>
      <d2p1:Action>sample string 5</d2p1:Action>
      <d2p1:Remarks>sample string 1</d2p1:Remarks>
      <d2p1:Status>sample string 4</d2p1:Status>
      <d2p1:ToRole>sample string 2</d2p1:ToRole>
      <d2p1:ToUser>sample string 3</d2p1:ToUser>
      <d2p1:WFKProfile>sample string 6</d2p1:WFKProfile>
    </d2p1:TerminalProfilesWorkflowPayload>
    <d2p1:TerminalProfilesWorkflowPayload>
      <AddConsumerData xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 40</AddConsumerData>
      <AllowTIPWPurchase xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 30</AllowTIPWPurchase>
      <CashAdvanceTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">24</CashAdvanceTxnLimit>
      <CashDepositTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">26</CashDepositTxnLimit>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 34</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T14:28:50.1296571+03:00</CreatedDate>
      <EnableCashAdvanceTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 23</EnableCashAdvanceTxn>
      <EnableCashDepositTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 25</EnableCashDepositTxn>
      <EnableMultiCurrencyTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</EnableMultiCurrencyTxn>
      <EnableP2PTransfer xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 31</EnableP2PTransfer>
      <EnablePreAuthComplTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 19</EnablePreAuthComplTxn>
      <EnablePreAuthTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</EnablePreAuthTxn>
      <EnablePurchaseTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 10</EnablePurchaseTxn>
      <EnablePurchaseWCashBackTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 21</EnablePurchaseWCashBackTxn>
      <EnableRefundTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</EnableRefundTxn>
      <EnableTipAdjustmentTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 12</EnableTipAdjustmentTxn>
      <EnableVoidPurchaseTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 14</EnableVoidPurchaseTxn>
      <EnableVoucherDistribution xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 33</EnableVoucherDistribution>
      <EntityID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">39</EntityID>
      <MaxCreditTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">28</MaxCreditTxn>
      <MaxDebitTxn xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">27</MaxDebitTxn>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 36</ModifiedBy>
      <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T14:28:50.1296571+03:00</ModifiedDate>
      <P2PTransferLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">32</P2PTransferLimit>
      <PreAuthComplTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">20</PreAuthComplTxnLimit>
      <PreAuthTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">18</PreAuthTxnLimit>
      <PromptInvoiceNoCapture xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 29</PromptInvoiceNoCapture>
      <PurchaseTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">11</PurchaseTxnLimit>
      <PurchaseWCashBackTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">22</PurchaseWCashBackTxnLimit>
      <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">38</RecOwnerOrgID>
      <RefundTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">16</RefundTxnLimit>
      <TerminalProfileCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 8</TerminalProfileCode>
      <TerminalProfileID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</TerminalProfileID>
      <TipAdjustmentTxnLimit xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">13</TipAdjustmentTxnLimit>
      <d2p1:Action>sample string 5</d2p1:Action>
      <d2p1:Remarks>sample string 1</d2p1:Remarks>
      <d2p1:Status>sample string 4</d2p1:Status>
      <d2p1:ToRole>sample string 2</d2p1:ToRole>
      <d2p1:ToUser>sample string 3</d2p1:ToUser>
      <d2p1:WFKProfile>sample string 6</d2p1:WFKProfile>
    </d2p1:TerminalProfilesWorkflowPayload>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfArrayOfTerminalProfilesWorkflowPayloadfZ5PIblm>