Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.22 KB

getchangedpricesserviceresponse-class-microsoft-dynamics-commerce-runtime-services-messages.md

File metadata and controls

66 lines (48 loc) · 2.22 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
GetChangedPricesServiceResponse Class (Microsoft.Dynamics.Commerce.Runtime.Services.Messages)
GetChangedPricesServiceResponse Class
T:Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetChangedPricesServiceResponse
62208221
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetChangedPricesServiceResponse
CSharp
C++
VB

GetChangedPricesServiceResponse Class

[!INCLUDEarchive-banner]

Get the request to retrieve all listings that may have changed price since last call to this request.

Returned listings will have updated prices on them and the RetailListingPrice table is updated in the database.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class GetChangedPricesServiceResponse _
    Inherits Response
'Usage
Dim instance As GetChangedPricesServiceResponse
[DataContractAttribute]
public sealed class GetChangedPricesServiceResponse : Response
[DataContractAttribute]
public ref class GetChangedPricesServiceResponse sealed : public Response

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Messages.Response
    Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetChangedPricesServiceResponse

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace