The service is used to import purchases. The service takes an XML based text blob containing one purchase.
Live Data Import is more like an integration rather than a service. Mostly Live Data Import is used when a single purchase needs to be sent to system right away.
Purchases can be updated by adding the PurchaseGuid to the request.
Live Data Import currently support the following method:
Service Address
The following is the service URL, <hostname> needs to be changed to connect to correct host:
https://<hostname>/cwo2importservice/LiveDataImport/1/LiveDataImport.svc?wsdl
Call the service with parameter WSDL to get a service description.
Parameter Name |
Parameter Type |
Data Type |
Required |
Description |
---|---|---|---|---|
node |
Input parameter |
xml |
Yes |
SubmitPurchaseRequest, see descriptions of elements and schema below |
response |
Return parameter |
xml |
Yes |
SubmitPurchaseResponse, see descriptions of elements and schema below. |
Schemas:
https://<hostname>/cwo2importservice/schema