pixi Developer & Integration Documentation

pixiAddCustomerComment

Description

Adds a comment for a pixi* customer


Request Parameters

#

Name

Type

Required

Example

Description

1

CustomerNrExternal

string

1

Sample text

Customer Nr from Shop

2

Comment

string

1

string

Comment to be added for customer

3

ShopID

string

0

Sample text

pixi* Shop ID


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiAddCustomerComment>
<dem:CustomerNrExternal>Sample text</dem:CustomerNrExternal>
<dem:Comment>string</dem:Comment>
<dem:ShopID>Sample text</dem:ShopID>
</dem:pixiAddCustomerComment>
</soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Result set

#

Name

Type

Description

0

ReturnMessage

integer

1 = TRUE, 0 = FALSE


Additional Notes