GET api/Token/GetTokensByTransactionSessionIds?locationId={locationId}&transactionsessionids={transactionsessionids}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

integer

Required

transactionsessionids

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of integer [key] and Collection of Token [value]

Response Formats

application/json, text/json

Sample:
{
  "1": [
    {
      "currencyId": 1,
      "typeId": 2,
      "exponentialValue": 3.0,
      "value": 4,
      "dateCreated": "2025-12-10T11:56:46.6231458+00:00",
      "count": 0,
      "totalAmount": 0.0,
      "totalAmountStr": "$0.00",
      "enabled": true,
      "id": 9,
      "name": "sample string 10",
      "displayName": "sample string 11"
    },
    {
      "currencyId": 1,
      "typeId": 2,
      "exponentialValue": 3.0,
      "value": 4,
      "dateCreated": "2025-12-10T11:56:46.6231458+00:00",
      "count": 0,
      "totalAmount": 0.0,
      "totalAmountStr": "$0.00",
      "enabled": true,
      "id": 9,
      "name": "sample string 10",
      "displayName": "sample string 11"
    }
  ],
  "2": [
    {
      "currencyId": 1,
      "typeId": 2,
      "exponentialValue": 3.0,
      "value": 4,
      "dateCreated": "2025-12-10T11:56:46.6231458+00:00",
      "count": 0,
      "totalAmount": 0.0,
      "totalAmountStr": "$0.00",
      "enabled": true,
      "id": 9,
      "name": "sample string 10",
      "displayName": "sample string 11"
    },
    {
      "currencyId": 1,
      "typeId": 2,
      "exponentialValue": 3.0,
      "value": 4,
      "dateCreated": "2025-12-10T11:56:46.6231458+00:00",
      "count": 0,
      "totalAmount": 0.0,
      "totalAmountStr": "$0.00",
      "enabled": true,
      "id": 9,
      "name": "sample string 10",
      "displayName": "sample string 11"
    }
  ]
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfintArrayOfTokenc9Xil6rJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfintArrayOfTokenc9Xil6rJ>
    <Key>1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/libMIMO.models.MIMOCore">
      <d3p1:Token>
        <displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 11</displayName>
        <enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
        <id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">9</id>
        <name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 10</name>
        <d3p1:count>0</d3p1:count>
        <d3p1:currencyId>1</d3p1:currencyId>
        <d3p1:dateCreated>2025-12-10T11:56:46.6231458+00:00</d3p1:dateCreated>
        <d3p1:exponentialValue>3</d3p1:exponentialValue>
        <d3p1:totalAmount>0</d3p1:totalAmount>
        <d3p1:typeId>2</d3p1:typeId>
        <d3p1:value>4</d3p1:value>
      </d3p1:Token>
      <d3p1:Token>
        <displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 11</displayName>
        <enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
        <id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">9</id>
        <name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 10</name>
        <d3p1:count>0</d3p1:count>
        <d3p1:currencyId>1</d3p1:currencyId>
        <d3p1:dateCreated>2025-12-10T11:56:46.6231458+00:00</d3p1:dateCreated>
        <d3p1:exponentialValue>3</d3p1:exponentialValue>
        <d3p1:totalAmount>0</d3p1:totalAmount>
        <d3p1:typeId>2</d3p1:typeId>
        <d3p1:value>4</d3p1:value>
      </d3p1:Token>
    </Value>
  </KeyValueOfintArrayOfTokenc9Xil6rJ>
  <KeyValueOfintArrayOfTokenc9Xil6rJ>
    <Key>2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/libMIMO.models.MIMOCore">
      <d3p1:Token>
        <displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 11</displayName>
        <enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
        <id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">9</id>
        <name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 10</name>
        <d3p1:count>0</d3p1:count>
        <d3p1:currencyId>1</d3p1:currencyId>
        <d3p1:dateCreated>2025-12-10T11:56:46.6231458+00:00</d3p1:dateCreated>
        <d3p1:exponentialValue>3</d3p1:exponentialValue>
        <d3p1:totalAmount>0</d3p1:totalAmount>
        <d3p1:typeId>2</d3p1:typeId>
        <d3p1:value>4</d3p1:value>
      </d3p1:Token>
      <d3p1:Token>
        <displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 11</displayName>
        <enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
        <id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">9</id>
        <name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 10</name>
        <d3p1:count>0</d3p1:count>
        <d3p1:currencyId>1</d3p1:currencyId>
        <d3p1:dateCreated>2025-12-10T11:56:46.6231458+00:00</d3p1:dateCreated>
        <d3p1:exponentialValue>3</d3p1:exponentialValue>
        <d3p1:totalAmount>0</d3p1:totalAmount>
        <d3p1:typeId>2</d3p1:typeId>
        <d3p1:value>4</d3p1:value>
      </d3p1:Token>
    </Value>
  </KeyValueOfintArrayOfTokenc9Xil6rJ>
</ArrayOfKeyValueOfintArrayOfTokenc9Xil6rJ>