pixi Developer & Integration Documentation

pixiReadCustomerAccount

Description

API Call to retrieve all customer account lines


Request Parameters

# Name Type Required Example Description
1 CustomerAccountKey integer 0 123 pixi* Customer Account Key
2 CreateDateFrom string 0 YYYY-MM-DD hh:mm:ss Create Date from (including)
3 CreateDateTo string 0 YYYY-MM-DD hh:mm:ss Create Date to (excluding)
4 UpdateDateFrom string 0 YYYY-MM-DD hh:mm:ss Update Date from (including)
5 UpdateDateTo string 0 YYYY-MM-DD hh:mm:ss Update Date To (excluding)
6 CreateAndUpdateDateFrom string 0 YYYY-MM-DD hh:mm:ss Create or Update Date from (including)
7 CreateAndUpdateDateTo string 0 YYYY-MM-DD hh:mm:ss Create or Update Date to (excluding)
8 RowCount integer 0 123 Number of rows returned maximum

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:pixiReadCustomerAccount>
         <dem:CustomerAccountKey>123</dem:CustomerAccountKey>
         <dem:CreateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateDateFrom>
         <dem:CreateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateDateTo>
         <dem:UpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:UpdateDateFrom>
         <dem:UpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:UpdateDateTo>
         <dem:CreateAndUpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateFrom>
         <dem:CreateAndUpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateTo>
         <dem:RowCount>123</dem:RowCount>
      </dem:pixiReadCustomerAccount>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 CustomerAccountKey integer CustomerAccountKey
2 CustRef integer CustRef
3 EventID string EventID
4 EventDate string EventDate
5 Reference string Reference
6 Amount string Amount
7 Matched string Matched
8 InvoiceRef integer InvoiceRef
9 BanklineRef integer BanklineRef
10 DTAUSref integer DTAUSref
11 ManualBookingRef integer ManualBookingRef
12 DoNotRefund boolean DoNotRefund
13 CreateEmp string CreateEmp
14 CreateDate string CreateDate
15 UpdateEmp string UpdateEmp
16 UpdateDate string UpdateDate
17 Comment string Comment
18 CATKey integer CATKey
19 ExchRateId integer ExchRateId
20 CurrencyId integer CurrencyId

Additional Notes