DELETE api/Transfers/DeleteTransfer/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Transfer
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreateDate

date

None.

OptionType

boolean

None.

Sender

globally unique identifier

None.

Receiver

globally unique identifier

None.

Amount

integer

None.

Description

string

None.

Status

boolean

None.

CompleteDate

date

None.

AnonymizedSender

boolean

None.

AnonymizedReceiver

boolean

None.

User

User

None.

User1

User

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "1291e589-2452-4418-8933-21ac718493d3",
  "CreateDate": "2026-09-16T00:22:26.3938349+00:00",
  "OptionType": true,
  "Sender": "4743b387-a729-402a-8558-a191f66ae189",
  "Receiver": "d319a356-5a40-4bd3-bac7-6cd8d5495e61",
  "Amount": 5,
  "Description": "sample string 6",
  "Status": true,
  "CompleteDate": "2026-09-16T00:22:26.3938349+00:00",
  "AnonymizedSender": true,
  "AnonymizedReceiver": true,
  "User": {
    "Id": "b7614ef1-3f86-41e4-8d36-3b7f46e49d13",
    "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": "8cf2d40d-04e8-441a-b0fc-9b7ab6928851",
    "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": "7bfdb052-baac-478b-9108-35722aa67101",
    "FireBaseToken": "sample string 20",
    "PlainPassword": "sample string 21",
    "RegDate": "2026-09-16T00:22:26.3938349+00:00",
    "Branch": {
      "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
      "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
      "Agents": [
        {
          "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            },
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            },
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [
        {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            }
          ],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        },
        {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            }
          ],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      ],
      "Transactions": [
        {
          "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
          "Date": "2026-09-16T00:22:26.3938349+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
          "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
          "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_payment_method": {
            "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
            "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
            "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              },
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              }
            ]
          }
        },
        {
          "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
          "Date": "2026-09-16T00:22:26.3938349+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
          "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
          "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_payment_method": {
            "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
            "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
            "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              },
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              }
            ]
          }
        }
      ],
      "Users": []
    },
    "Language1": {
      "Id": "0be8a837-1ac4-4ad6-8532-bf8ef79edeca",
      "Label": "sample string 2",
      "code": "sample string 3",
      "Users": []
    },
    "Transactions": [
      {
        "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
        "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
        "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
          "Agents": [
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            },
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      },
      {
        "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
        "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
        "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
          "Agents": [
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            },
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      }
    ],
    "Transfers": [],
    "Transfers1": [],
    "WalletTransactions": [
      {
        "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
        "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
        "Amount": 3.0,
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae",
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              },
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              }
            ],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      },
      {
        "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
        "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
        "Amount": 3.0,
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae",
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              },
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              }
            ],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      }
    ]
  },
  "User1": {
    "Id": "b7614ef1-3f86-41e4-8d36-3b7f46e49d13",
    "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": "8cf2d40d-04e8-441a-b0fc-9b7ab6928851",
    "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": "7bfdb052-baac-478b-9108-35722aa67101",
    "FireBaseToken": "sample string 20",
    "PlainPassword": "sample string 21",
    "RegDate": "2026-09-16T00:22:26.3938349+00:00",
    "Branch": {
      "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
      "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
      "Agents": [
        {
          "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            },
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            },
            {
              "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
              "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
              "Cash": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [
        {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            }
          ],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        },
        {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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
            }
          ],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      ],
      "Transactions": [
        {
          "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
          "Date": "2026-09-16T00:22:26.3938349+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
          "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
          "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_payment_method": {
            "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
            "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
            "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              },
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              }
            ]
          }
        },
        {
          "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
          "Date": "2026-09-16T00:22:26.3938349+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
          "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
          "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_payment_method": {
            "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
            "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
            "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              },
              {
                "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                "Amount": 3.0,
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
              }
            ]
          }
        }
      ],
      "Users": []
    },
    "Language1": {
      "Id": "0be8a837-1ac4-4ad6-8532-bf8ef79edeca",
      "Label": "sample string 2",
      "code": "sample string 3",
      "Users": []
    },
    "Transactions": [
      {
        "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
        "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
        "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
          "Agents": [
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            },
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      },
      {
        "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
        "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
        "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
          "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
          "Agents": [
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
              "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
              "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                  "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                  "Cash": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            },
            {
              "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
              "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
              "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                },
                {
                  "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
                  "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
                  "Amount": 3.0,
                  "Date": "2026-09-16T00:22:26.3938349+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            },
            {
              "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
              "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
              "Amount": 3.0,
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae"
            }
          ]
        }
      }
    ],
    "Transfers": [],
    "Transfers1": [],
    "WalletTransactions": [
      {
        "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
        "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
        "Amount": 3.0,
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae",
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              },
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              }
            ],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      },
      {
        "Id": "87123dcc-7c31-41bc-b7c0-12b690b1ccd9",
        "UserId": "a6f7cf3d-c8b7-4e89-991f-37d954757922",
        "Amount": 3.0,
        "Date": "2026-09-16T00:22:26.3938349+00:00",
        "Type": true,
        "BranchPaymentMethod": "2bf40c4e-bb96-4c3e-abfc-5a9f4fbb22ae",
        "Branch_payment_method": {
          "Id": "3ed04253-fe76-4287-a446-bf2e1090b261",
          "BranchId": "7aa638fa-3113-4d6d-9276-ae1ae6e7bcff",
          "PaymentMethodId": "6544abdc-0b8b-4747-93d9-8db3f74a974c",
          "Description": "sample string 4",
          "Branch": {
            "Id": "1b229832-c73b-43fc-b366-f5397dff65c8",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
            "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
            "Agents": [
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                    "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                    "Cash": 3.0,
                    "Date": "2026-09-16T00:22:26.3938349+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              },
              {
                "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
                "Date": "2026-09-16T00:22:26.3938349+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
                "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
                "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
              }
            ],
            "Users": []
          },
          "Payment_method": {
            "Id": "6a86b368-c4a7-456a-a2a6-1e02f7951d4f",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "179b0803-7fe9-49e8-a1df-841dc2682fc0",
              "Date": "2026-09-16T00:22:26.3938349+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "5bbe8b2c-a26a-4d7d-9e38-abec60f72b9e",
              "BranchId": "c753647b-b0f0-4780-9b8e-37537439702b",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "71475880-6610-450f-bcaf-2773f7d92cd6",
              "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": "1b229832-c73b-43fc-b366-f5397dff65c8",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "f99c16e4-ec5c-4b91-8961-24dce588a3f8",
                "Agents": [
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "b6960e04-8f53-4aba-b4a9-eda6b5b6bf24",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "930b68a7-7cbb-4578-ac64-00e82ba50881",
                    "LicenceStart": "2026-09-16T00:22:26.3938349+00:00",
                    "LicenceExpire": "2026-09-16T00:22:26.3938349+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "36b8eca4-9516-4ab5-9e28-12fd317c1353",
                        "AgentId": "1e411d9f-d12a-45f8-a4b5-ee5905e549d3",
                        "Cash": 3.0,
                        "Date": "2026-09-16T00:22:26.3938349+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "9edef69b-c90d-4f49-84c0-c685d390e31a",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      }
    ]
  }
}

text/xml

Sample:

Sample not available.