PUT api/WalletTransactions/PutWalletTransaction/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
WalletTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| Date | date |
None. |
|
| Type | boolean |
None. |
|
| BranchPaymentMethod | globally unique identifier |
None. |
|
| Branch_payment_method | Branch_payment_method |
None. |
|
| User | User |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6edc62ee-ae7d-46a6-a6d8-a73f7e9a1748",
"UserId": "2919f2fc-29c7-40dd-a5b8-130f403b1773",
"Amount": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"BranchPaymentMethod": "964314f3-e418-49fb-a468-55d32e5ac7ac",
"Branch_payment_method": {
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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,
"User": {
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
},
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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,
"User": {
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
}
],
"Users": [
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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
}
],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
},
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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
}
],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
]
},
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": [
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
},
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
]
},
"User": {
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": []
},
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
},
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": [
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
},
{
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
]
},
"User": {
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": []
},
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
}
],
"WalletTransactions": []
},
"User": {
"Id": "82b61ae0-1c46-4afd-a63d-cf217c13bb82",
"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": "f18ab9d6-593c-4c90-9af3-a76211941d15",
"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": "fc43494c-53f4-4ed1-81f7-57365b1883bc",
"FireBaseToken": "sample string 20",
"PlainPassword": "sample string 21",
"RegDate": "2026-09-16T00:20:10.103449+00:00",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [
{
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": []
}
],
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
},
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
}
],
"Users": []
},
"Language1": {
"Id": "4203a233-788f-4dce-9098-571504f3906c",
"Label": "sample string 2",
"code": "sample string 3",
"Users": []
},
"Transactions": [
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [
{
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
},
{
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
],
"Transactions": [],
"Users": []
},
"Branch_payment_method": {
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": []
},
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
},
{
"Id": "5ec77649-1ceb-410f-aba4-6889c0df2bbd",
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Type": true,
"Amount": 4,
"PriceSell": 5.0,
"PriceBuy": 6.0,
"Grams": 7,
"TotalPrice": 8.0,
"Profit": 9.0,
"UserId": "053b25aa-9a04-48c8-8d08-015e377769e3",
"BranchId": "f4eb6582-764c-4954-925d-7e3962bc8614",
"TotalPriceActual": 12.0,
"TotalPriceMetal": 13.0,
"BranchPaymentMethod": "e8c9d829-1f74-4627-9f9a-fb9663b05638",
"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": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [
{
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
},
{
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
],
"Transactions": [],
"Users": []
},
"Branch_payment_method": {
"Id": "8e2b6792-e13a-4624-b4cf-8d006b34173d",
"BranchId": "595c7e85-c09e-4f90-8c33-0ef78c5899fe",
"PaymentMethodId": "35b4c80b-65c0-4a48-a92f-1b3891364f9b",
"Description": "sample string 4",
"Branch": {
"Id": "b4bde2a9-e0b7-4182-b236-160ca44d86c8",
"Name": "sample string 2",
"BranchGold": 3.1,
"ProfitPercentage": 4.1,
"CompanyGold": 5.1,
"BranchSilver": 6.1,
"CompanySilver": 7.1,
"Licence": 8.0,
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"AvailableGold": 9.1,
"AvailableSilver": 10.1,
"Currency": "7c1d7b91-0a86-4181-a9cd-e62878188086",
"Agents": [
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
},
{
"Id": "4322655f-3c08-4ec9-8a1d-06dc27c4c27c",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Password": "sample string 6",
"BranchId": "757924e7-2810-473a-ba06-0cb003e5f8f9",
"LicenceStart": "2026-09-16T00:20:10.1024532+00:00",
"LicenceExpire": "2026-09-16T00:20:10.1024532+00:00",
"ProfitPercentage": 8.1,
"Licence": 9.0,
"AgentProfit": 10.0,
"Agent_Branch_Transaction": [
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
},
{
"Id": "3d612d32-e52f-4c78-b488-62212cb0d654",
"AgentId": "d243c109-98eb-42ae-86e1-6e1d9117ff79",
"Cash": 3.0,
"Date": "2026-09-16T00:20:10.1024532+00:00",
"Profit": 5.0
}
]
}
],
"Currency1": {
"Id": "a91be4e4-2c81-4e2e-9396-47a7d3a55a1e",
"Name": "sample string 2",
"Branches": []
},
"Branch_payment_method": [],
"Transactions": [],
"Users": []
},
"Payment_method": {
"Id": "688b641c-f828-41d8-8c33-5c685ae016ae",
"Name": "sample string 2",
"Branch_payment_method": []
},
"Transactions": [],
"WalletTransactions": []
}
}
],
"Transfers": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"Transfers1": [
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
},
{
"Id": "0cf6af7b-81ce-4e87-9fcd-68029ac3a387",
"CreateDate": "2026-09-16T00:20:10.103449+00:00",
"OptionType": true,
"Sender": "43e35db7-2e33-4fde-8ec4-6ffd19d98d9e",
"Receiver": "071e9c17-fb54-4e09-83b5-928a9908499c",
"Amount": 5,
"Description": "sample string 6",
"Status": true,
"CompleteDate": "2026-09-16T00:20:10.103449+00:00",
"AnonymizedSender": true,
"AnonymizedReceiver": true
}
],
"WalletTransactions": []
}
}
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.