GET api/Transactions/GetTransaction/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Transaction
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Date

date

None.

Type

boolean

None.

Amount

integer

None.

PriceSell

decimal number

None.

PriceBuy

decimal number

None.

Grams

integer

None.

TotalPrice

decimal number

None.

Profit

decimal number

None.

UserId

globally unique identifier

None.

BranchId

globally unique identifier

None.

TotalPriceActual

decimal number

None.

TotalPriceMetal

decimal number

None.

BranchPaymentMethod

globally unique identifier

None.

ReviewBranchDone

boolean

None.

BranchPercentage

decimal number

None.

BranchProfit

decimal number

None.

SystemProfit

decimal number

None.

OptionType

boolean

None.

TotalPriceGold

decimal number

None.

GoldGrams

integer

None.

OptionsAfter

decimal number

None.

OptionsBefore

decimal number

None.

RatioAffect

decimal number

None.

OptionPriceAfter

decimal number

None.

OptionPriceBefore

decimal number

None.

TotalGrams

decimal number

None.

Branch

Branch

None.

Branch_payment_method

Branch_payment_method

None.

User

User

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "fc739af2-a262-47c3-8bc8-993b93632aea",
  "Date": "2026-07-18T12:40:44.4601726+00:00",
  "Type": true,
  "Amount": 4,
  "PriceSell": 5.0,
  "PriceBuy": 6.0,
  "Grams": 7,
  "TotalPrice": 8.0,
  "Profit": 9.0,
  "UserId": "f3bd2750-9902-40e6-abf0-d20d7853f1c4",
  "BranchId": "39279a1e-41c1-41ba-b7be-dcbd6cdb7bfa",
  "TotalPriceActual": 12.0,
  "TotalPriceMetal": 13.0,
  "BranchPaymentMethod": "0e623efe-a26d-4fb8-bb05-c978ca0ab9c9",
  "ReviewBranchDone": true,
  "BranchPercentage": 16.1,
  "BranchProfit": 17.0,
  "SystemProfit": 18.0,
  "OptionType": true,
  "TotalPriceGold": 20.0,
  "GoldGrams": 21,
  "OptionsAfter": 22.1,
  "OptionsBefore": 23.1,
  "RatioAffect": 24.1,
  "OptionPriceAfter": 25.0,
  "OptionPriceBefore": 26.0,
  "TotalGrams": 27.1,
  "Branch": {
    "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
    "Name": "sample string 2",
    "BranchGold": 3.1,
    "ProfitPercentage": 4.1,
    "CompanyGold": 5.1,
    "BranchSilver": 6.1,
    "CompanySilver": 7.1,
    "Licence": 8.0,
    "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
    "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
    "AvailableGold": 9.1,
    "AvailableSilver": 10.1,
    "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
    "Agents": [
      {
        "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Phone": "sample string 5",
        "Password": "sample string 6",
        "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
        "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
        "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
        "ProfitPercentage": 8.1,
        "Licence": 9.0,
        "AgentProfit": 10.0,
        "Agent_Branch_Transaction": [
          {
            "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
            "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
            "Cash": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Profit": 5.0
          },
          {
            "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
            "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
            "Cash": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Profit": 5.0
          }
        ]
      },
      {
        "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Phone": "sample string 5",
        "Password": "sample string 6",
        "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
        "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
        "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
        "ProfitPercentage": 8.1,
        "Licence": 9.0,
        "AgentProfit": 10.0,
        "Agent_Branch_Transaction": [
          {
            "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
            "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
            "Cash": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Profit": 5.0
          },
          {
            "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
            "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
            "Cash": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Profit": 5.0
          }
        ]
      }
    ],
    "Currency1": {
      "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
      "Name": "sample string 2",
      "Branches": []
    },
    "Branch_payment_method": [
      {
        "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
        "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
        "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
        "Description": "sample string 4",
        "Payment_method": {
          "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
          "Name": "sample string 2",
          "Branch_payment_method": []
        },
        "Transactions": [],
        "WalletTransactions": [
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "User": {
              "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "Salt": "sample string 7",
              "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
              "GoldBalance": 9,
              "SilverBalance": 10,
              "Cash": 11.0,
              "Street": "sample string 12",
              "StreetNumber": "sample string 13",
              "City": "sample string 14",
              "PostalCode": "sample string 15",
              "UserPublicKey": "sample string 16",
              "SystemPublicKey": "sample string 17",
              "SystemPrivateKey": "sample string 18",
              "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
              "FireBaseToken": "sample string 20",
              "PlainPassword": "sample string 21",
              "RegDate": "2026-07-18T12:40:44.4601726+00:00",
              "Language1": {
                "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
                "Label": "sample string 2",
                "code": "sample string 3",
                "Users": []
              },
              "Transactions": [],
              "Transfers": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "Transfers1": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "WalletTransactions": []
            }
          },
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "User": {
              "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "Salt": "sample string 7",
              "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
              "GoldBalance": 9,
              "SilverBalance": 10,
              "Cash": 11.0,
              "Street": "sample string 12",
              "StreetNumber": "sample string 13",
              "City": "sample string 14",
              "PostalCode": "sample string 15",
              "UserPublicKey": "sample string 16",
              "SystemPublicKey": "sample string 17",
              "SystemPrivateKey": "sample string 18",
              "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
              "FireBaseToken": "sample string 20",
              "PlainPassword": "sample string 21",
              "RegDate": "2026-07-18T12:40:44.4601726+00:00",
              "Language1": {
                "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
                "Label": "sample string 2",
                "code": "sample string 3",
                "Users": []
              },
              "Transactions": [],
              "Transfers": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "Transfers1": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "WalletTransactions": []
            }
          }
        ]
      },
      {
        "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
        "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
        "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
        "Description": "sample string 4",
        "Payment_method": {
          "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
          "Name": "sample string 2",
          "Branch_payment_method": []
        },
        "Transactions": [],
        "WalletTransactions": [
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "User": {
              "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "Salt": "sample string 7",
              "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
              "GoldBalance": 9,
              "SilverBalance": 10,
              "Cash": 11.0,
              "Street": "sample string 12",
              "StreetNumber": "sample string 13",
              "City": "sample string 14",
              "PostalCode": "sample string 15",
              "UserPublicKey": "sample string 16",
              "SystemPublicKey": "sample string 17",
              "SystemPrivateKey": "sample string 18",
              "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
              "FireBaseToken": "sample string 20",
              "PlainPassword": "sample string 21",
              "RegDate": "2026-07-18T12:40:44.4601726+00:00",
              "Language1": {
                "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
                "Label": "sample string 2",
                "code": "sample string 3",
                "Users": []
              },
              "Transactions": [],
              "Transfers": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "Transfers1": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "WalletTransactions": []
            }
          },
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "User": {
              "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "Salt": "sample string 7",
              "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
              "GoldBalance": 9,
              "SilverBalance": 10,
              "Cash": 11.0,
              "Street": "sample string 12",
              "StreetNumber": "sample string 13",
              "City": "sample string 14",
              "PostalCode": "sample string 15",
              "UserPublicKey": "sample string 16",
              "SystemPublicKey": "sample string 17",
              "SystemPrivateKey": "sample string 18",
              "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
              "FireBaseToken": "sample string 20",
              "PlainPassword": "sample string 21",
              "RegDate": "2026-07-18T12:40:44.4601726+00:00",
              "Language1": {
                "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
                "Label": "sample string 2",
                "code": "sample string 3",
                "Users": []
              },
              "Transactions": [],
              "Transfers": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "Transfers1": [
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                },
                {
                  "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
                  "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
                  "OptionType": true,
                  "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
                  "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
                  "Amount": 5,
                  "Description": "sample string 6",
                  "Status": true,
                  "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
                  "AnonymizedSender": true,
                  "AnonymizedReceiver": true
                }
              ],
              "WalletTransactions": []
            }
          }
        ]
      }
    ],
    "Transactions": [],
    "Users": [
      {
        "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Phone": "sample string 5",
        "Password": "sample string 6",
        "Salt": "sample string 7",
        "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
        "GoldBalance": 9,
        "SilverBalance": 10,
        "Cash": 11.0,
        "Street": "sample string 12",
        "StreetNumber": "sample string 13",
        "City": "sample string 14",
        "PostalCode": "sample string 15",
        "UserPublicKey": "sample string 16",
        "SystemPublicKey": "sample string 17",
        "SystemPrivateKey": "sample string 18",
        "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
        "FireBaseToken": "sample string 20",
        "PlainPassword": "sample string 21",
        "RegDate": "2026-07-18T12:40:44.4601726+00:00",
        "Language1": {
          "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
          "Label": "sample string 2",
          "code": "sample string 3",
          "Users": []
        },
        "Transactions": [],
        "Transfers": [
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          },
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          }
        ],
        "Transfers1": [
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          },
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          }
        ],
        "WalletTransactions": [
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "Branch_payment_method": {
              "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
              "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
              "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": []
            }
          },
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "Branch_payment_method": {
              "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
              "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
              "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": []
            }
          }
        ]
      },
      {
        "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Phone": "sample string 5",
        "Password": "sample string 6",
        "Salt": "sample string 7",
        "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
        "GoldBalance": 9,
        "SilverBalance": 10,
        "Cash": 11.0,
        "Street": "sample string 12",
        "StreetNumber": "sample string 13",
        "City": "sample string 14",
        "PostalCode": "sample string 15",
        "UserPublicKey": "sample string 16",
        "SystemPublicKey": "sample string 17",
        "SystemPrivateKey": "sample string 18",
        "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
        "FireBaseToken": "sample string 20",
        "PlainPassword": "sample string 21",
        "RegDate": "2026-07-18T12:40:44.4601726+00:00",
        "Language1": {
          "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
          "Label": "sample string 2",
          "code": "sample string 3",
          "Users": []
        },
        "Transactions": [],
        "Transfers": [
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          },
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          }
        ],
        "Transfers1": [
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          },
          {
            "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
            "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
            "OptionType": true,
            "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
            "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
            "Amount": 5,
            "Description": "sample string 6",
            "Status": true,
            "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
            "AnonymizedSender": true,
            "AnonymizedReceiver": true
          }
        ],
        "WalletTransactions": [
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "Branch_payment_method": {
              "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
              "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
              "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": []
            }
          },
          {
            "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
            "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
            "Amount": 3.0,
            "Date": "2026-07-18T12:40:44.4601726+00:00",
            "Type": true,
            "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
            "Branch_payment_method": {
              "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
              "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
              "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": []
            }
          }
        ]
      }
    ]
  },
  "Branch_payment_method": {
    "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
    "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
    "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
    "Description": "sample string 4",
    "Branch": {
      "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
      "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
      "Agents": [
        {
          "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
          "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
          "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            },
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
          "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
          "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            },
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [],
      "Transactions": [],
      "Users": [
        {
          "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "Salt": "sample string 7",
          "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
          "GoldBalance": 9,
          "SilverBalance": 10,
          "Cash": 11.0,
          "Street": "sample string 12",
          "StreetNumber": "sample string 13",
          "City": "sample string 14",
          "PostalCode": "sample string 15",
          "UserPublicKey": "sample string 16",
          "SystemPublicKey": "sample string 17",
          "SystemPrivateKey": "sample string 18",
          "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
          "FireBaseToken": "sample string 20",
          "PlainPassword": "sample string 21",
          "RegDate": "2026-07-18T12:40:44.4601726+00:00",
          "Language1": {
            "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
            "Label": "sample string 2",
            "code": "sample string 3",
            "Users": []
          },
          "Transactions": [],
          "Transfers": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "Transfers1": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "WalletTransactions": [
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            },
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            }
          ]
        },
        {
          "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "Salt": "sample string 7",
          "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
          "GoldBalance": 9,
          "SilverBalance": 10,
          "Cash": 11.0,
          "Street": "sample string 12",
          "StreetNumber": "sample string 13",
          "City": "sample string 14",
          "PostalCode": "sample string 15",
          "UserPublicKey": "sample string 16",
          "SystemPublicKey": "sample string 17",
          "SystemPrivateKey": "sample string 18",
          "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
          "FireBaseToken": "sample string 20",
          "PlainPassword": "sample string 21",
          "RegDate": "2026-07-18T12:40:44.4601726+00:00",
          "Language1": {
            "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
            "Label": "sample string 2",
            "code": "sample string 3",
            "Users": []
          },
          "Transactions": [],
          "Transfers": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "Transfers1": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "WalletTransactions": [
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            },
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            }
          ]
        }
      ]
    },
    "Payment_method": {
      "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
      "Name": "sample string 2",
      "Branch_payment_method": []
    },
    "Transactions": [],
    "WalletTransactions": [
      {
        "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
        "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
        "Amount": 3.0,
        "Date": "2026-07-18T12:40:44.4601726+00:00",
        "Type": true,
        "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
        "User": {
          "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "Salt": "sample string 7",
          "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
          "GoldBalance": 9,
          "SilverBalance": 10,
          "Cash": 11.0,
          "Street": "sample string 12",
          "StreetNumber": "sample string 13",
          "City": "sample string 14",
          "PostalCode": "sample string 15",
          "UserPublicKey": "sample string 16",
          "SystemPublicKey": "sample string 17",
          "SystemPrivateKey": "sample string 18",
          "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
          "FireBaseToken": "sample string 20",
          "PlainPassword": "sample string 21",
          "RegDate": "2026-07-18T12:40:44.4601726+00:00",
          "Branch": {
            "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
            "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
            "Agents": [
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Language1": {
            "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
            "Label": "sample string 2",
            "code": "sample string 3",
            "Users": []
          },
          "Transactions": [],
          "Transfers": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "Transfers1": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "WalletTransactions": []
        }
      },
      {
        "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
        "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
        "Amount": 3.0,
        "Date": "2026-07-18T12:40:44.4601726+00:00",
        "Type": true,
        "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
        "User": {
          "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "Salt": "sample string 7",
          "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
          "GoldBalance": 9,
          "SilverBalance": 10,
          "Cash": 11.0,
          "Street": "sample string 12",
          "StreetNumber": "sample string 13",
          "City": "sample string 14",
          "PostalCode": "sample string 15",
          "UserPublicKey": "sample string 16",
          "SystemPublicKey": "sample string 17",
          "SystemPrivateKey": "sample string 18",
          "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
          "FireBaseToken": "sample string 20",
          "PlainPassword": "sample string 21",
          "RegDate": "2026-07-18T12:40:44.4601726+00:00",
          "Branch": {
            "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
            "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
            "Agents": [
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Language1": {
            "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
            "Label": "sample string 2",
            "code": "sample string 3",
            "Users": []
          },
          "Transactions": [],
          "Transfers": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "Transfers1": [
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            },
            {
              "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
              "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
              "OptionType": true,
              "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
              "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
              "Amount": 5,
              "Description": "sample string 6",
              "Status": true,
              "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
              "AnonymizedSender": true,
              "AnonymizedReceiver": true
            }
          ],
          "WalletTransactions": []
        }
      }
    ]
  },
  "User": {
    "Id": "c1340ec6-2f9a-4ba0-af95-2d654367ca65",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Email": "sample string 4",
    "Phone": "sample string 5",
    "Password": "sample string 6",
    "Salt": "sample string 7",
    "BranchId": "b80b3db2-fddd-4335-a9d6-8c98ea589618",
    "GoldBalance": 9,
    "SilverBalance": 10,
    "Cash": 11.0,
    "Street": "sample string 12",
    "StreetNumber": "sample string 13",
    "City": "sample string 14",
    "PostalCode": "sample string 15",
    "UserPublicKey": "sample string 16",
    "SystemPublicKey": "sample string 17",
    "SystemPrivateKey": "sample string 18",
    "Language": "e09b974c-2545-4c28-855b-5cacb85cd3a1",
    "FireBaseToken": "sample string 20",
    "PlainPassword": "sample string 21",
    "RegDate": "2026-07-18T12:40:44.4601726+00:00",
    "Branch": {
      "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
      "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
      "Agents": [
        {
          "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
          "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
          "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            },
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
          "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
          "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            },
            {
              "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
              "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
              "Cash": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [
        {
          "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
          "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
          "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            },
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            }
          ]
        },
        {
          "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
          "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
          "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            },
            {
              "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
              "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
              "Amount": 3.0,
              "Date": "2026-07-18T12:40:44.4601726+00:00",
              "Type": true,
              "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f"
            }
          ]
        }
      ],
      "Transactions": [],
      "Users": []
    },
    "Language1": {
      "Id": "5ab4f22e-e142-4d0a-85ef-b7de50d716e6",
      "Label": "sample string 2",
      "code": "sample string 3",
      "Users": []
    },
    "Transactions": [],
    "Transfers": [
      {
        "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
        "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
        "OptionType": true,
        "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
        "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
        "Amount": 5,
        "Description": "sample string 6",
        "Status": true,
        "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
        "AnonymizedSender": true,
        "AnonymizedReceiver": true
      },
      {
        "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
        "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
        "OptionType": true,
        "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
        "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
        "Amount": 5,
        "Description": "sample string 6",
        "Status": true,
        "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
        "AnonymizedSender": true,
        "AnonymizedReceiver": true
      }
    ],
    "Transfers1": [
      {
        "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
        "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
        "OptionType": true,
        "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
        "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
        "Amount": 5,
        "Description": "sample string 6",
        "Status": true,
        "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
        "AnonymizedSender": true,
        "AnonymizedReceiver": true
      },
      {
        "Id": "fb1c3052-863d-49c5-adda-c82913127fc6",
        "CreateDate": "2026-07-18T12:40:44.4601726+00:00",
        "OptionType": true,
        "Sender": "53598c0c-460d-4c97-b6fa-0555cd5de03a",
        "Receiver": "13e58d22-0ecb-40bc-a8fe-8dce7d91f036",
        "Amount": 5,
        "Description": "sample string 6",
        "Status": true,
        "CompleteDate": "2026-07-18T12:40:44.4601726+00:00",
        "AnonymizedSender": true,
        "AnonymizedReceiver": true
      }
    ],
    "WalletTransactions": [
      {
        "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
        "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
        "Amount": 3.0,
        "Date": "2026-07-18T12:40:44.4601726+00:00",
        "Type": true,
        "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
        "Branch_payment_method": {
          "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
          "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
          "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
            "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
            "Agents": [
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": []
        }
      },
      {
        "Id": "0a0b5262-d28b-4412-9198-3ee3891abc6f",
        "UserId": "a806c8eb-33a6-4662-921f-f7ee83123a42",
        "Amount": 3.0,
        "Date": "2026-07-18T12:40:44.4601726+00:00",
        "Type": true,
        "BranchPaymentMethod": "4354e79b-2a8d-42da-b703-41c576fb197f",
        "Branch_payment_method": {
          "Id": "7204e3f4-fe7c-4cb0-b037-73525904dcba",
          "BranchId": "81130554-0a46-422f-8465-31eefd2aaf5c",
          "PaymentMethodId": "14012bf3-bb4f-4260-8355-c912c7c0e666",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1c3e2f2b-3ab1-4c5f-857c-fde1c7a8a972",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
            "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "8d7fcf04-79cc-4195-ab29-e976f571e27b",
            "Agents": [
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "74dd519f-bfe7-4ed0-a078-662429e11ff5",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "5442d936-7bdf-4174-a21f-cdb142a61088",
                "LicenceStart": "2026-07-18T12:40:44.4601726+00:00",
                "LicenceExpire": "2026-07-18T12:40:44.4601726+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "e680fed1-4519-4901-9fa3-bb023b014acb",
                    "AgentId": "8d8d0156-4ea0-434c-b9a4-0a19fd122d9e",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:40:44.4601726+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "8c18232c-3e7d-4b82-adad-648c8e2445c2",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "7618a72c-e11c-4d79-b0e9-4d829fd4504b",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": []
        }
      }
    ]
  }
}

text/xml

Sample:

Sample not available.