POST api/storage/update
Request Information
URI Parameters
None.
Body Parameters
StorageRequestUpdateDataName | Description | Type | Additional information |
---|---|---|---|
LastProvinceUpdate | date |
None. |
|
LastCityUpdate | date |
None. |
|
LastResponsibleTypeUpdate | date |
None. |
|
LastIdentificationDocumentTypesUpdate | date |
None. |
|
LastTransactionableCategoryUpdate | date |
None. |
|
LastTransactionableUpdate | date |
None. |
|
LastClientUpdate | date |
None. |
|
LastProviderUpdate | date |
None. |
|
LastPriceListUpdate | date |
None. |
|
LastPriceListItemUpdate | date |
None. |
|
LastUserUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "LastProvinceUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastCityUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastResponsibleTypeUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastIdentificationDocumentTypesUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastTransactionableCategoryUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastTransactionableUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastClientUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastProviderUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastPriceListUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastPriceListItemUpdate": "2025-08-02T19:15:36.5768446+00:00", "LastUserUpdate": "2025-08-02T19:15:36.5768446+00:00" }
text/xml
Sample:
<StorageRequestUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage"> <LastCityUpdate>2025-08-02T19:15:36.5768446+00:00</LastCityUpdate> <LastClientUpdate>2025-08-02T19:15:36.5768446+00:00</LastClientUpdate> <LastIdentificationDocumentTypesUpdate>2025-08-02T19:15:36.5768446+00:00</LastIdentificationDocumentTypesUpdate> <LastPriceListItemUpdate>2025-08-02T19:15:36.5768446+00:00</LastPriceListItemUpdate> <LastPriceListUpdate>2025-08-02T19:15:36.5768446+00:00</LastPriceListUpdate> <LastProviderUpdate>2025-08-02T19:15:36.5768446+00:00</LastProviderUpdate> <LastProvinceUpdate>2025-08-02T19:15:36.5768446+00:00</LastProvinceUpdate> <LastResponsibleTypeUpdate>2025-08-02T19:15:36.5768446+00:00</LastResponsibleTypeUpdate> <LastTransactionableCategoryUpdate>2025-08-02T19:15:36.5768446+00:00</LastTransactionableCategoryUpdate> <LastTransactionableUpdate>2025-08-02T19:15:36.5768446+00:00</LastTransactionableUpdate> <LastUserUpdate>2025-08-02T19:15:36.5768446+00:00</LastUserUpdate> </StorageRequestUpdateData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StorageResponseUpdateDataName | Description | Type | Additional information |
---|---|---|---|
Provinces | Collection of ProvinceData |
None. |
|
Cities | Collection of CityData |
None. |
|
ResponsibleTypes | Collection of ResponsibleTypeData |
None. |
|
IdentificationDocumentTypes | Collection of IdentificationDocumentTypeData |
None. |
|
TransactionableCategories | Collection of TransactionableCategoryData |
None. |
|
Transactionables | Collection of TransactionableStorageData |
None. |
|
Clients | Collection of ClientStorageData |
None. |
|
Providers | Collection of ProviderStorageData |
None. |
|
PriceLists | Collection of PriceListData |
None. |
|
PriceListItems | Collection of PriceListItemData |
None. |
|
Users | Collection of UserData |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<StorageResponseUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage"> <Cities xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:CityData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:DepartmentID>1</d2p1:DepartmentID> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:ProvinceID>1</d2p1:ProvinceID> </d2p1:CityData> <d2p1:CityData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:DepartmentID>1</d2p1:DepartmentID> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:ProvinceID>1</d2p1:ProvinceID> </d2p1:CityData> </Cities> <Clients> <ClientStorageData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <CheckingAccountBalanceARS>1</CheckingAccountBalanceARS> <CheckingAccountBalanceUSD>1</CheckingAccountBalanceUSD> <CityName>sample string 9</CityName> <Code>sample string 1</Code> <CommercialName>sample string 3</CommercialName> <Deleted>true</Deleted> <Email>sample string 12</Email> <HasCheckingAccount>true</HasCheckingAccount> <IdentificationDocumentName>sample string 4</IdentificationDocumentName> <IdentificationDocumentValue>sample string 5</IdentificationDocumentValue> <IsEnableCheckingAccount>true</IsEnableCheckingAccount> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <Name>sample string 2</Name> <Phones>sample string 11</Phones> <ProvinceName>sample string 10</ProvinceName> <ResponsibleTypeID>1</ResponsibleTypeID> <ResponsibleTypeName>sample string 6</ResponsibleTypeName> <SearchName>sample string 13</SearchName> <StreetNameAndNumber>sample string 8</StreetNameAndNumber> <ZoneName>sample string 7</ZoneName> </ClientStorageData> <ClientStorageData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <CheckingAccountBalanceARS>1</CheckingAccountBalanceARS> <CheckingAccountBalanceUSD>1</CheckingAccountBalanceUSD> <CityName>sample string 9</CityName> <Code>sample string 1</Code> <CommercialName>sample string 3</CommercialName> <Deleted>true</Deleted> <Email>sample string 12</Email> <HasCheckingAccount>true</HasCheckingAccount> <IdentificationDocumentName>sample string 4</IdentificationDocumentName> <IdentificationDocumentValue>sample string 5</IdentificationDocumentValue> <IsEnableCheckingAccount>true</IsEnableCheckingAccount> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <Name>sample string 2</Name> <Phones>sample string 11</Phones> <ProvinceName>sample string 10</ProvinceName> <ResponsibleTypeID>1</ResponsibleTypeID> <ResponsibleTypeName>sample string 6</ResponsibleTypeName> <SearchName>sample string 13</SearchName> <StreetNameAndNumber>sample string 8</StreetNameAndNumber> <ZoneName>sample string 7</ZoneName> </ClientStorageData> </Clients> <IdentificationDocumentTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:IdentificationDocumentTypeData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:AfipCode>2</d2p1:AfipCode> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:IdentificationDocumentTypeData> <d2p1:IdentificationDocumentTypeData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:AfipCode>2</d2p1:AfipCode> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:IdentificationDocumentTypeData> </IdentificationDocumentTypes> <PriceListItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList"> <d2p1:PriceListItemData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <d2p1:ApplyPercentage>true</d2p1:ApplyPercentage> <d2p1:AutomaticPrice>true</d2p1:AutomaticPrice> <d2p1:CurrencyCode>ARS</d2p1:CurrencyCode> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:DollarPrice>1</d2p1:DollarPrice> <d2p1:FinalPrice>1.0</d2p1:FinalPrice> <d2p1:IVAAlicuota>1</d2p1:IVAAlicuota> <d2p1:LastPurchasePrice>1</d2p1:LastPurchasePrice> <d2p1:LastPurchasePriceCurrencyCode>ARS</d2p1:LastPurchasePriceCurrencyCode> <d2p1:LastUpdatePriceDate>2025-08-02T19:15:36.5924753+00:00</d2p1:LastUpdatePriceDate> <d2p1:ManufacturerName>sample string 2</d2p1:ManufacturerName> <d2p1:ModifiedByDisplayName>sample string 7</d2p1:ModifiedByDisplayName> <d2p1:ModifiedOn>2025-08-02T19:15:36.5924753+00:00</d2p1:ModifiedOn> <d2p1:NumbersToRound>1</d2p1:NumbersToRound> <d2p1:PriceListCurrencyCode>ARS</d2p1:PriceListCurrencyCode> <d2p1:PriceListID>1</d2p1:PriceListID> <d2p1:PriceListName>sample string 6</d2p1:PriceListName> <d2p1:Stock>1</d2p1:Stock> <d2p1:TaxIDCAmount>1</d2p1:TaxIDCAmount> <d2p1:TaxITCAmount>1</d2p1:TaxITCAmount> <d2p1:TransactionableBarCode>sample string 4</d2p1:TransactionableBarCode> <d2p1:TransactionableCategoryID>1</d2p1:TransactionableCategoryID> <d2p1:TransactionableCategoryName>sample string 1</d2p1:TransactionableCategoryName> <d2p1:TransactionableCode>sample string 3</d2p1:TransactionableCode> <d2p1:TransactionableID>1</d2p1:TransactionableID> <d2p1:TransactionableName>sample string 5</d2p1:TransactionableName> <d2p1:ValueToApply>1</d2p1:ValueToApply> </d2p1:PriceListItemData> <d2p1:PriceListItemData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <d2p1:ApplyPercentage>true</d2p1:ApplyPercentage> <d2p1:AutomaticPrice>true</d2p1:AutomaticPrice> <d2p1:CurrencyCode>ARS</d2p1:CurrencyCode> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:DollarPrice>1</d2p1:DollarPrice> <d2p1:FinalPrice>1.0</d2p1:FinalPrice> <d2p1:IVAAlicuota>1</d2p1:IVAAlicuota> <d2p1:LastPurchasePrice>1</d2p1:LastPurchasePrice> <d2p1:LastPurchasePriceCurrencyCode>ARS</d2p1:LastPurchasePriceCurrencyCode> <d2p1:LastUpdatePriceDate>2025-08-02T19:15:36.5924753+00:00</d2p1:LastUpdatePriceDate> <d2p1:ManufacturerName>sample string 2</d2p1:ManufacturerName> <d2p1:ModifiedByDisplayName>sample string 7</d2p1:ModifiedByDisplayName> <d2p1:ModifiedOn>2025-08-02T19:15:36.5924753+00:00</d2p1:ModifiedOn> <d2p1:NumbersToRound>1</d2p1:NumbersToRound> <d2p1:PriceListCurrencyCode>ARS</d2p1:PriceListCurrencyCode> <d2p1:PriceListID>1</d2p1:PriceListID> <d2p1:PriceListName>sample string 6</d2p1:PriceListName> <d2p1:Stock>1</d2p1:Stock> <d2p1:TaxIDCAmount>1</d2p1:TaxIDCAmount> <d2p1:TaxITCAmount>1</d2p1:TaxITCAmount> <d2p1:TransactionableBarCode>sample string 4</d2p1:TransactionableBarCode> <d2p1:TransactionableCategoryID>1</d2p1:TransactionableCategoryID> <d2p1:TransactionableCategoryName>sample string 1</d2p1:TransactionableCategoryName> <d2p1:TransactionableCode>sample string 3</d2p1:TransactionableCode> <d2p1:TransactionableID>1</d2p1:TransactionableID> <d2p1:TransactionableName>sample string 5</d2p1:TransactionableName> <d2p1:ValueToApply>1</d2p1:ValueToApply> </d2p1:PriceListItemData> </PriceListItems> <PriceLists xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList"> <d2p1:PriceListData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <d2p1:AppBranchOfficeOwnerID>1</d2p1:AppBranchOfficeOwnerID> <d2p1:CurrencyCode>ARS</d2p1:CurrencyCode> <d2p1:DateFrom>2025-08-02T19:15:36.5768446+00:00</d2p1:DateFrom> <d2p1:DateTo>2025-08-02T19:15:36.5768446+00:00</d2p1:DateTo> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:ModifiedOn>2025-08-02T19:15:36.5768446+00:00</d2p1:ModifiedOn> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:NumbersToRound>1</d2p1:NumbersToRound> </d2p1:PriceListData> <d2p1:PriceListData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <d2p1:AppBranchOfficeOwnerID>1</d2p1:AppBranchOfficeOwnerID> <d2p1:CurrencyCode>ARS</d2p1:CurrencyCode> <d2p1:DateFrom>2025-08-02T19:15:36.5768446+00:00</d2p1:DateFrom> <d2p1:DateTo>2025-08-02T19:15:36.5768446+00:00</d2p1:DateTo> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:ModifiedOn>2025-08-02T19:15:36.5768446+00:00</d2p1:ModifiedOn> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:NumbersToRound>1</d2p1:NumbersToRound> </d2p1:PriceListData> </PriceLists> <Providers> <ProviderStorageData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <CheckingAccountBalanceARS>1</CheckingAccountBalanceARS> <CheckingAccountBalanceUSD>1</CheckingAccountBalanceUSD> <Code>sample string 1</Code> <Deleted>true</Deleted> <Email>sample string 8</Email> <HasCheckingAccount>true</HasCheckingAccount> <IdentificationDocumentName>sample string 3</IdentificationDocumentName> <IdentificationDocumentValue>sample string 4</IdentificationDocumentValue> <IsEnableCheckingAccount>true</IsEnableCheckingAccount> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <Name>sample string 2</Name> <Phones>sample string 7</Phones> <ResponsibleTypeID>1</ResponsibleTypeID> <ResponsibleTypeName>sample string 5</ResponsibleTypeName> <SearchName>sample string 9</SearchName> <StreetNameAndNumber>sample string 6</StreetNameAndNumber> </ProviderStorageData> <ProviderStorageData> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <CheckingAccountBalanceARS>1</CheckingAccountBalanceARS> <CheckingAccountBalanceUSD>1</CheckingAccountBalanceUSD> <Code>sample string 1</Code> <Deleted>true</Deleted> <Email>sample string 8</Email> <HasCheckingAccount>true</HasCheckingAccount> <IdentificationDocumentName>sample string 3</IdentificationDocumentName> <IdentificationDocumentValue>sample string 4</IdentificationDocumentValue> <IsEnableCheckingAccount>true</IsEnableCheckingAccount> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <Name>sample string 2</Name> <Phones>sample string 7</Phones> <ResponsibleTypeID>1</ResponsibleTypeID> <ResponsibleTypeName>sample string 5</ResponsibleTypeName> <SearchName>sample string 9</SearchName> <StreetNameAndNumber>sample string 6</StreetNameAndNumber> </ProviderStorageData> </Providers> <Provinces xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:ProvinceData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:CountryID>1</d2p1:CountryID> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ProvinceData> <d2p1:ProvinceData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:CountryID>1</d2p1:CountryID> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ProvinceData> </Provinces> <ResponsibleTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:ResponsibleTypeData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:AfipCode>2</d2p1:AfipCode> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ResponsibleTypeData> <d2p1:ResponsibleTypeData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:AfipCode>2</d2p1:AfipCode> <d2p1:Name>sample string 1</d2p1:Name> </d2p1:ResponsibleTypeData> </ResponsibleTypes> <TransactionableCategories xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:TransactionableCategoryData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:IsForSale>true</d2p1:IsForSale> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:TransactionableCategoryData> <d2p1:TransactionableCategoryData> <d2p1:ID>1</d2p1:ID> <Deleted>true</Deleted> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:IsForSale>true</d2p1:IsForSale> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:TransactionableCategoryData> </TransactionableCategories> <Transactionables> <TransactionableStorageData> <BuildOnDemand>true</BuildOnDemand> <CheckStock>true</CheckStock> <Deleted>true</Deleted> <DisplayName>sample string 8</DisplayName> <DisplayNameWithLoteAndExpirationDate>sample string 10</DisplayNameWithLoteAndExpirationDate> <DisplayNameWithLoteAndExpirationDateAndStock>sample string 11</DisplayNameWithLoteAndExpirationDateAndStock> <DisplayNameWithStock>sample string 9</DisplayNameWithStock> <ExpirationDate>2025-08-02T19:15:36.5768446+00:00</ExpirationDate> <ForPurchase>true</ForPurchase> <ForSale>true</ForSale> <HasEnoughStock>true</HasEnoughStock> <ID>111</ID> <IVAAlicuota>1</IVAAlicuota> <LastPurchasePrice>1</LastPurchasePrice> <LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode> <LastPurchasePriceDate>2025-08-02T19:15:36.5768446+00:00</LastPurchasePriceDate> <Lote>sample string 5</Lote> <ManufacturerID>1</ManufacturerID> <ManufacturerName>sample string 7</ManufacturerName> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <PointPlanning>1</PointPlanning> <StockID>1</StockID> <StockInHandID>1</StockInHandID> <StockInHandQuantity>1</StockInHandQuantity> <StockQuantity>1</StockQuantity> <TransactionableBarCode>sample string 4</TransactionableBarCode> <TransactionableCategoryID>1</TransactionableCategoryID> <TransactionableCode>sample string 2</TransactionableCode> <TransactionableID>1</TransactionableID> <TransactionableName>sample string 3</TransactionableName> <TransactionableStoreID>1</TransactionableStoreID> <TransactionableStoreName>sample string 6</TransactionableStoreName> <TransactionableType>SIMPLE</TransactionableType> </TransactionableStorageData> <TransactionableStorageData> <BuildOnDemand>true</BuildOnDemand> <CheckStock>true</CheckStock> <Deleted>true</Deleted> <DisplayName>sample string 8</DisplayName> <DisplayNameWithLoteAndExpirationDate>sample string 10</DisplayNameWithLoteAndExpirationDate> <DisplayNameWithLoteAndExpirationDateAndStock>sample string 11</DisplayNameWithLoteAndExpirationDateAndStock> <DisplayNameWithStock>sample string 9</DisplayNameWithStock> <ExpirationDate>2025-08-02T19:15:36.5768446+00:00</ExpirationDate> <ForPurchase>true</ForPurchase> <ForSale>true</ForSale> <HasEnoughStock>true</HasEnoughStock> <ID>111</ID> <IVAAlicuota>1</IVAAlicuota> <LastPurchasePrice>1</LastPurchasePrice> <LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode> <LastPurchasePriceDate>2025-08-02T19:15:36.5768446+00:00</LastPurchasePriceDate> <Lote>sample string 5</Lote> <ManufacturerID>1</ManufacturerID> <ManufacturerName>sample string 7</ManufacturerName> <ModifiedOn>2025-08-02T19:15:36.5768446+00:00</ModifiedOn> <PointPlanning>1</PointPlanning> <StockID>1</StockID> <StockInHandID>1</StockInHandID> <StockInHandQuantity>1</StockInHandQuantity> <StockQuantity>1</StockQuantity> <TransactionableBarCode>sample string 4</TransactionableBarCode> <TransactionableCategoryID>1</TransactionableCategoryID> <TransactionableCode>sample string 2</TransactionableCode> <TransactionableID>1</TransactionableID> <TransactionableName>sample string 3</TransactionableName> <TransactionableStoreID>1</TransactionableStoreID> <TransactionableStoreName>sample string 6</TransactionableStoreName> <TransactionableType>SIMPLE</TransactionableType> </TransactionableStorageData> </Transactionables> <Users xmlns:d2p1="http://schemas.datacontract.org/2004/07/StackBase.Common.Data"> <d2p1:UserData> <d2p1:ChangePriceInSale>NO_CHANGE</d2p1:ChangePriceInSale> <d2p1:Commision>1</d2p1:Commision> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:Disabled>true</d2p1:Disabled> <d2p1:DisabledApp>true</d2p1:DisabledApp> <d2p1:DisplayName>sample string 4</d2p1:DisplayName> <d2p1:Email>sample string 5</d2p1:Email> <d2p1:ExtraData xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Type>INT</d2p1:Type> <d2p1:Value>sample string 2</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>sample string 2</d4p1:Key> <d4p1:Value> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Type>INT</d2p1:Type> <d2p1:Value>sample string 2</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>ChangePriceInSale</d4p1:Key> <d4p1:Value> <d2p1:Name>ChangePriceInSale</d2p1:Name> <d2p1:Required>false</d2p1:Required> <d2p1:Type>STRING</d2p1:Type> <d2p1:Value>NO_CHANGE</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> </d2p1:ExtraData> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:ID>dd9253fe-a4f4-49f3-b804-6ce0ce3f44a9</d2p1:ID> <d2p1:IsSuperAdmin>true</d2p1:IsSuperAdmin> <d2p1:LastLogin>2025-08-02T19:15:36.5924753+00:00</d2p1:LastLogin> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:ModifiedOn>2025-08-02T19:15:36.5924753+00:00</d2p1:ModifiedOn> <d2p1:Password>sample string 6</d2p1:Password> <d2p1:PasswordTemporal>true</d2p1:PasswordTemporal> <d2p1:UserProfileList> <d2p1:UserProfileData> <d2p1:ID>1</d2p1:ID> <d2p1:AppID>b6db7ea9-793a-4174-a7b9-a795d7fc899d</d2p1:AppID> <d2p1:ApplicationBranchOfficeID>1</d2p1:ApplicationBranchOfficeID> <d2p1:ProfileCodeAsEnum>ALL</d2p1:ProfileCodeAsEnum> <d2p1:SystemProfileID>1</d2p1:SystemProfileID> <d2p1:SystemProfileName>sample string 1</d2p1:SystemProfileName> <d2p1:UserID>b33c480f-0510-4d21-a4b5-8c0c64c55ff7</d2p1:UserID> </d2p1:UserProfileData> <d2p1:UserProfileData> <d2p1:ID>1</d2p1:ID> <d2p1:AppID>b6db7ea9-793a-4174-a7b9-a795d7fc899d</d2p1:AppID> <d2p1:ApplicationBranchOfficeID>1</d2p1:ApplicationBranchOfficeID> <d2p1:ProfileCodeAsEnum>ALL</d2p1:ProfileCodeAsEnum> <d2p1:SystemProfileID>1</d2p1:SystemProfileID> <d2p1:SystemProfileName>sample string 1</d2p1:SystemProfileName> <d2p1:UserID>b33c480f-0510-4d21-a4b5-8c0c64c55ff7</d2p1:UserID> </d2p1:UserProfileData> </d2p1:UserProfileList> <d2p1:Username>sample string 1</d2p1:Username> </d2p1:UserData> <d2p1:UserData> <d2p1:ChangePriceInSale>NO_CHANGE</d2p1:ChangePriceInSale> <d2p1:Commision>1</d2p1:Commision> <d2p1:Deleted>true</d2p1:Deleted> <d2p1:Disabled>true</d2p1:Disabled> <d2p1:DisabledApp>true</d2p1:DisabledApp> <d2p1:DisplayName>sample string 4</d2p1:DisplayName> <d2p1:Email>sample string 5</d2p1:Email> <d2p1:ExtraData xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Type>INT</d2p1:Type> <d2p1:Value>sample string 2</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>sample string 2</d4p1:Key> <d4p1:Value> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:Required>true</d2p1:Required> <d2p1:Type>INT</d2p1:Type> <d2p1:Value>sample string 2</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:KeyValueOfstringPropertyDatal3xPxu36> <d4p1:Key>ChangePriceInSale</d4p1:Key> <d4p1:Value> <d2p1:Name>ChangePriceInSale</d2p1:Name> <d2p1:Required>false</d2p1:Required> <d2p1:Type>STRING</d2p1:Type> <d2p1:Value>NO_CHANGE</d2p1:Value> </d4p1:Value> </d4p1:KeyValueOfstringPropertyDatal3xPxu36> </d2p1:ExtraData> <d2p1:FirstName>sample string 2</d2p1:FirstName> <d2p1:ID>dd9253fe-a4f4-49f3-b804-6ce0ce3f44a9</d2p1:ID> <d2p1:IsSuperAdmin>true</d2p1:IsSuperAdmin> <d2p1:LastLogin>2025-08-02T19:15:36.5924753+00:00</d2p1:LastLogin> <d2p1:LastName>sample string 3</d2p1:LastName> <d2p1:ModifiedOn>2025-08-02T19:15:36.5924753+00:00</d2p1:ModifiedOn> <d2p1:Password>sample string 6</d2p1:Password> <d2p1:PasswordTemporal>true</d2p1:PasswordTemporal> <d2p1:UserProfileList> <d2p1:UserProfileData> <d2p1:ID>1</d2p1:ID> <d2p1:AppID>b6db7ea9-793a-4174-a7b9-a795d7fc899d</d2p1:AppID> <d2p1:ApplicationBranchOfficeID>1</d2p1:ApplicationBranchOfficeID> <d2p1:ProfileCodeAsEnum>ALL</d2p1:ProfileCodeAsEnum> <d2p1:SystemProfileID>1</d2p1:SystemProfileID> <d2p1:SystemProfileName>sample string 1</d2p1:SystemProfileName> <d2p1:UserID>b33c480f-0510-4d21-a4b5-8c0c64c55ff7</d2p1:UserID> </d2p1:UserProfileData> <d2p1:UserProfileData> <d2p1:ID>1</d2p1:ID> <d2p1:AppID>b6db7ea9-793a-4174-a7b9-a795d7fc899d</d2p1:AppID> <d2p1:ApplicationBranchOfficeID>1</d2p1:ApplicationBranchOfficeID> <d2p1:ProfileCodeAsEnum>ALL</d2p1:ProfileCodeAsEnum> <d2p1:SystemProfileID>1</d2p1:SystemProfileID> <d2p1:SystemProfileName>sample string 1</d2p1:SystemProfileName> <d2p1:UserID>b33c480f-0510-4d21-a4b5-8c0c64c55ff7</d2p1:UserID> </d2p1:UserProfileData> </d2p1:UserProfileList> <d2p1:Username>sample string 1</d2p1:Username> </d2p1:UserData> </Users> </StorageResponseUpdateData>