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": "70bb8d35-f2b5-4d2b-9b1b-fd8accdd6b5a",
  "CreateDate": "2026-07-18T12:53:57.3563124+00:00",
  "OptionType": true,
  "Sender": "c16d5c2c-d410-4196-8099-3f692178a5d5",
  "Receiver": "bb0cd2c9-f1cf-4549-b80e-a1f05d0fe340",
  "Amount": 5,
  "Description": "sample string 6",
  "Status": true,
  "CompleteDate": "2026-07-18T12:53:57.3563124+00:00",
  "AnonymizedSender": true,
  "AnonymizedReceiver": true,
  "User": {
    "Id": "a005a39b-6615-4bbc-afab-a93651a3be3f",
    "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": "dcc324a9-ceb0-463d-a7fb-9eeec74e5ecf",
    "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": "84e796f7-ca86-4f95-8bdf-11ac07f53fcc",
    "FireBaseToken": "sample string 20",
    "PlainPassword": "sample string 21",
    "RegDate": "2026-07-18T12:53:57.3563124+00:00",
    "Branch": {
      "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
      "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
      "Agents": [
        {
          "Id": "68184810-b99e-406e-a3cd-7817703b332a",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            },
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "68184810-b99e-406e-a3cd-7817703b332a",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            },
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [
        {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        },
        {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      ],
      "Transactions": [
        {
          "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
          "Date": "2026-07-18T12:53:57.3563124+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
          "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
          "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": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
            "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
            "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              },
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              }
            ]
          }
        },
        {
          "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
          "Date": "2026-07-18T12:53:57.3563124+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
          "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
          "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": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
            "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
            "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              },
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              }
            ]
          }
        }
      ],
      "Users": []
    },
    "Language1": {
      "Id": "50eb6bfe-f111-45e2-8a35-96ebb79f68cf",
      "Label": "sample string 2",
      "code": "sample string 3",
      "Users": []
    },
    "Transactions": [
      {
        "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
        "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
        "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
          "Agents": [
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            },
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      },
      {
        "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
        "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
        "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
          "Agents": [
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            },
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      }
    ],
    "Transfers": [],
    "Transfers1": [],
    "WalletTransactions": [
      {
        "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
        "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
        "Amount": 3.0,
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878",
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      },
      {
        "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
        "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
        "Amount": 3.0,
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878",
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      }
    ]
  },
  "User1": {
    "Id": "a005a39b-6615-4bbc-afab-a93651a3be3f",
    "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": "dcc324a9-ceb0-463d-a7fb-9eeec74e5ecf",
    "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": "84e796f7-ca86-4f95-8bdf-11ac07f53fcc",
    "FireBaseToken": "sample string 20",
    "PlainPassword": "sample string 21",
    "RegDate": "2026-07-18T12:53:57.3563124+00:00",
    "Branch": {
      "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
      "Name": "sample string 2",
      "BranchGold": 3.1,
      "ProfitPercentage": 4.1,
      "CompanyGold": 5.1,
      "BranchSilver": 6.1,
      "CompanySilver": 7.1,
      "Licence": 8.0,
      "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
      "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
      "AvailableGold": 9.1,
      "AvailableSilver": 10.1,
      "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
      "Agents": [
        {
          "Id": "68184810-b99e-406e-a3cd-7817703b332a",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            },
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            }
          ]
        },
        {
          "Id": "68184810-b99e-406e-a3cd-7817703b332a",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Phone": "sample string 5",
          "Password": "sample string 6",
          "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "ProfitPercentage": 8.1,
          "Licence": 9.0,
          "AgentProfit": 10.0,
          "Agent_Branch_Transaction": [
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            },
            {
              "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
              "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
              "Cash": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Profit": 5.0
            }
          ]
        }
      ],
      "Currency1": {
        "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
        "Name": "sample string 2",
        "Branches": []
      },
      "Branch_payment_method": [
        {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        },
        {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      ],
      "Transactions": [
        {
          "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
          "Date": "2026-07-18T12:53:57.3563124+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
          "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
          "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": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
            "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
            "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              },
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              }
            ]
          }
        },
        {
          "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
          "Date": "2026-07-18T12:53:57.3563124+00:00",
          "Type": true,
          "Amount": 4,
          "PriceSell": 5.0,
          "PriceBuy": 6.0,
          "Grams": 7,
          "TotalPrice": 8.0,
          "Profit": 9.0,
          "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
          "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
          "TotalPriceActual": 12.0,
          "TotalPriceMetal": 13.0,
          "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
          "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": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
            "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
            "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
            "Description": "sample string 4",
            "Payment_method": {
              "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
              "Name": "sample string 2",
              "Branch_payment_method": []
            },
            "Transactions": [],
            "WalletTransactions": [
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              },
              {
                "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                "Amount": 3.0,
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
              }
            ]
          }
        }
      ],
      "Users": []
    },
    "Language1": {
      "Id": "50eb6bfe-f111-45e2-8a35-96ebb79f68cf",
      "Label": "sample string 2",
      "code": "sample string 3",
      "Users": []
    },
    "Transactions": [
      {
        "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
        "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
        "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
          "Agents": [
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            },
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      },
      {
        "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "Amount": 4,
        "PriceSell": 5.0,
        "PriceBuy": 6.0,
        "Grams": 7,
        "TotalPrice": 8.0,
        "Profit": 9.0,
        "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
        "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
        "TotalPriceActual": 12.0,
        "TotalPriceMetal": 13.0,
        "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
        "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
          "Name": "sample string 2",
          "BranchGold": 3.1,
          "ProfitPercentage": 4.1,
          "CompanyGold": 5.1,
          "BranchSilver": 6.1,
          "CompanySilver": 7.1,
          "Licence": 8.0,
          "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
          "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
          "AvailableGold": 9.1,
          "AvailableSilver": 10.1,
          "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
          "Agents": [
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            },
            {
              "Id": "68184810-b99e-406e-a3cd-7817703b332a",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Phone": "sample string 5",
              "Password": "sample string 6",
              "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
              "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
              "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
              "ProfitPercentage": 8.1,
              "Licence": 9.0,
              "AgentProfit": 10.0,
              "Agent_Branch_Transaction": [
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                },
                {
                  "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                  "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                  "Cash": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Profit": 5.0
                }
              ]
            }
          ],
          "Currency1": {
            "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
            "Name": "sample string 2",
            "Branches": []
          },
          "Branch_payment_method": [
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            },
            {
              "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
              "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
              "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
              "Description": "sample string 4",
              "Payment_method": {
                "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
                "Name": "sample string 2",
                "Branch_payment_method": []
              },
              "Transactions": [],
              "WalletTransactions": [
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                },
                {
                  "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
                  "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
                  "Amount": 3.0,
                  "Date": "2026-07-18T12:53:57.3563124+00:00",
                  "Type": true,
                  "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
                }
              ]
            }
          ],
          "Transactions": [],
          "Users": []
        },
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [],
            "Users": []
          },
          "Payment_method": {
            "Id": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [],
          "WalletTransactions": [
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            },
            {
              "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
              "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
              "Amount": 3.0,
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878"
            }
          ]
        }
      }
    ],
    "Transfers": [],
    "Transfers1": [],
    "WalletTransactions": [
      {
        "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
        "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
        "Amount": 3.0,
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878",
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      },
      {
        "Id": "a06567bb-5c60-48a8-8c64-d3b841ad39d9",
        "UserId": "cce6a3cd-6377-4a45-bbbb-5404fb411556",
        "Amount": 3.0,
        "Date": "2026-07-18T12:53:57.3563124+00:00",
        "Type": true,
        "BranchPaymentMethod": "3b1ee043-1f45-4569-b494-ce72274fc878",
        "Branch_payment_method": {
          "Id": "913201b6-fe45-48b3-9dce-2ee2028d92fc",
          "BranchId": "c85619e8-a93a-446d-88b1-b286e48c7d7d",
          "PaymentMethodId": "8cd11f88-9342-4152-a4c6-ea94c48e987f",
          "Description": "sample string 4",
          "Branch": {
            "Id": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
            "Name": "sample string 2",
            "BranchGold": 3.1,
            "ProfitPercentage": 4.1,
            "CompanyGold": 5.1,
            "BranchSilver": 6.1,
            "CompanySilver": 7.1,
            "Licence": 8.0,
            "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
            "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
            "AvailableGold": 9.1,
            "AvailableSilver": 10.1,
            "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
            "Agents": [
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              },
              {
                "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                "FirstName": "sample string 2",
                "LastName": "sample string 3",
                "Email": "sample string 4",
                "Phone": "sample string 5",
                "Password": "sample string 6",
                "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "ProfitPercentage": 8.1,
                "Licence": 9.0,
                "AgentProfit": 10.0,
                "Agent_Branch_Transaction": [
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  },
                  {
                    "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                    "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                    "Cash": 3.0,
                    "Date": "2026-07-18T12:53:57.3563124+00:00",
                    "Profit": 5.0
                  }
                ]
              }
            ],
            "Currency1": {
              "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
              "Name": "sample string 2",
              "Branches": []
            },
            "Branch_payment_method": [],
            "Transactions": [
              {
                "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
                "Date": "2026-07-18T12:53:57.3563124+00:00",
                "Type": true,
                "Amount": 4,
                "PriceSell": 5.0,
                "PriceBuy": 6.0,
                "Grams": 7,
                "TotalPrice": 8.0,
                "Profit": 9.0,
                "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
                "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
                "TotalPriceActual": 12.0,
                "TotalPriceMetal": 13.0,
                "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
                "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": "33ddb1d8-9f69-4ba8-ba45-0452fbe5c36a",
            "Name": "sample string 2",
            "Branch_payment_method": []
          },
          "Transactions": [
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            },
            {
              "Id": "d4936aaf-5ca9-4310-b2cd-4db25c20661b",
              "Date": "2026-07-18T12:53:57.3563124+00:00",
              "Type": true,
              "Amount": 4,
              "PriceSell": 5.0,
              "PriceBuy": 6.0,
              "Grams": 7,
              "TotalPrice": 8.0,
              "Profit": 9.0,
              "UserId": "ed30cc7b-789f-4969-be84-f5f5e58fdce2",
              "BranchId": "ff697271-f66e-40a6-8220-80f52aa7a64f",
              "TotalPriceActual": 12.0,
              "TotalPriceMetal": 13.0,
              "BranchPaymentMethod": "aad58cb9-0315-4848-ba95-4ae97f93b9cf",
              "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": "59ab0d5b-b9cc-4f54-a61e-b02abd8b11ef",
                "Name": "sample string 2",
                "BranchGold": 3.1,
                "ProfitPercentage": 4.1,
                "CompanyGold": 5.1,
                "BranchSilver": 6.1,
                "CompanySilver": 7.1,
                "Licence": 8.0,
                "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                "AvailableGold": 9.1,
                "AvailableSilver": 10.1,
                "Currency": "1b13cdc9-ae46-4c46-a39f-9817e0cf4bb8",
                "Agents": [
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  },
                  {
                    "Id": "68184810-b99e-406e-a3cd-7817703b332a",
                    "FirstName": "sample string 2",
                    "LastName": "sample string 3",
                    "Email": "sample string 4",
                    "Phone": "sample string 5",
                    "Password": "sample string 6",
                    "BranchId": "2d6473ea-f9e4-4a36-975e-156f46dabace",
                    "LicenceStart": "2026-07-18T12:53:57.3563124+00:00",
                    "LicenceExpire": "2026-07-18T12:53:57.3563124+00:00",
                    "ProfitPercentage": 8.1,
                    "Licence": 9.0,
                    "AgentProfit": 10.0,
                    "Agent_Branch_Transaction": [
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      },
                      {
                        "Id": "5483f5cc-49c3-4cf1-9f93-fbe729cef94d",
                        "AgentId": "1e97fcfa-2fb6-4f03-9d12-c247a6fb6562",
                        "Cash": 3.0,
                        "Date": "2026-07-18T12:53:57.3563124+00:00",
                        "Profit": 5.0
                      }
                    ]
                  }
                ],
                "Currency1": {
                  "Id": "3cec27c0-893e-46a9-b63b-cbda2906aeb5",
                  "Name": "sample string 2",
                  "Branches": []
                },
                "Branch_payment_method": [],
                "Transactions": [],
                "Users": []
              }
            }
          ],
          "WalletTransactions": []
        }
      }
    ]
  }
}

text/xml

Sample:

Sample not available.