From empty
To version 238.1
edited by Simon Melin
on 2020/09/22 14:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +ExternalServicesmanual
Parent
... ... @@ -1,0 +1,1 @@
1 +Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XWikiGuest
1 +xwiki:XWiki.avp
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Tags
... ... @@ -1,0 +1,1 @@
1 +px-custom-page-content
Content
... ... @@ -1,0 +1,1371 @@
1 += =
2 +
3 +(% class="jumbotron" %)
4 +(((
5 +(% class="container" %)
6 +(((
7 +The external services manual cover methods used to retrieve Invoice PDFs as well as invoice and customer information.
8 +)))
9 +)))
10 +
11 +
12 += InvoiceService methods =
13 +
14 +The complete Wsdl specification for this service can be found at:
15 +
16 +[[https:~~/~~/connect.payex.com/PxR/InvoiceService.svc?wsdl>>https://connect.payex.com/PxR/InvoiceService.svc?wsdl]]
17 +
18 + (Username/password security model)
19 +
20 +== GetInvoicePdfByBillNo ==
21 +
22 +(% class="wikigeneratedid" %)
23 +Gets a specific invoice document in the format of PDF
24 +
25 +**Class diagram**
26 +
27 +**[[image:1-class-diagram-external.png]]**
28 +
29 +**Request parameters**
30 +
31 +(% class="table-bordered table-striped" %)
32 +|=(% colspan="4" %)(((
33 +==== GetInvoiceByBillNoRequest ====
34 +)))
35 +|**Field**|**Datatype**|**Required**|**Description**
36 +|##BillNo##|String(15)|Yes|
37 +|##TrackingUserEmail##|String(50)|Yes|User info for trackability.
38 +|##TraceId##|String|Yes|
39 +
40 +(% class="wikigeneratedid" %)
41 +**Response parameters**
42 +
43 +(% class="wikigeneratedid" %)
44 +[[GetInvoicePDFResponse>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HGetInvoicePDFResponse"]]
45 +
46 +== GetInvoicePdfByExternalInvoiceId ==
47 +
48 +Gets a specific invoice document in the format of PDF
49 +
50 +**Class diagram**
51 +
52 +**[[image:2-class-diagram-external.png]]**
53 +
54 +**Request parameters**
55 +
56 +(% class="table-bordered table-striped" %)
57 +|=(% colspan="4" %)(((
58 +==== GetInvoicePdfByExternalInvoiceIdRequest ====
59 +)))
60 +|**Field**|**Datatype**|**Required**|**Description**
61 +|##ExternalInvoiceId##|String(15)|Yes|
62 +|TrackingUserEmail|String(50)|Yes|User info for trackability.
63 +|TraceId|String|Yes|
64 +
65 +(% class="wikigeneratedid" %)
66 +**Response parameters**
67 +
68 +(% class="wikigeneratedid" %)
69 +[[GetInvoicePDFResponse>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HGetInvoicePDFResponse"]]
70 +
71 +== GetInvoiceInformationByBillNo ==
72 +
73 +Gets information about a specific invoice
74 +
75 +**Class diagram**
76 +
77 +
78 +[[image:PxR_InvoiceService_GetInvoiceInformationByBillNo.png]]
79 +
80 +**Request parameters**
81 +
82 +(% class="table-bordered table-striped" %)
83 +|=(% colspan="4" %)(((
84 +==== GetInvoiceInformationByBillNoRequest ====
85 +)))
86 +|**Field**|**Datatype**|**Required**|**Description**
87 +|##BillNo##|String(15)|Yes|
88 +|##TrackingUserEmail##|String(50)|Yes|User info for trackability.
89 +|##TraceId##|String|Yes|
90 +
91 +(% class="wikigeneratedid" %)
92 +**Response parameters**
93 +
94 +(% class="wikigeneratedid" %)
95 +[[GetInvoiceInformationResponse>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HGetInvoiceInformationResponse"]]
96 +
97 +== GetInvoiceInformationByExternalInvoiceId ==
98 +
99 +Gets information about a specific invoice
100 +
101 +**Class diagram**
102 +
103 +
104 +[[image:PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId.png]]
105 +
106 +**Request parameters**
107 +
108 +(% class="table-bordered table-striped" %)
109 +|=(% colspan="4" %)(((
110 +==== GetInvoiceByExternalInvoiceIdRequest ====
111 +)))
112 +|**Field**|**Datatype**|**Required**|**Description**
113 +|ExternalInvoiceId|String (15)|Yes|
114 +|TrackingUserEmail|String (50)|Yes|User info for trackability.
115 +|TraceId|String|Yes|
116 +
117 +(% class="wikigeneratedid" %)
118 +**Response parameters**
119 +
120 +(% class="wikigeneratedid" %)
121 +[[GetInvoiceInformationResponse>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HGetInvoiceInformationResponse"]]
122 +
123 +== GetOpenInvoiceInformationByCustomerNo ==
124 +
125 +Gets open invoices
126 +
127 +**Class diagram**
128 +
129 +**[[image:5-class-diagram-external.png]]**
130 +
131 +**Request parameters**
132 +
133 +(% class="table-bordered table-striped" %)
134 +|=(% colspan="4" %)(((
135 +==== GetOpenInvoiceInformationByCustomerNoRequest ====
136 +)))
137 +|**Field**|**Datatype**|**Required**|**Description**
138 +|##CustomerNo##|String(15)|Yes|##CustomerNo ##is your unique identifier of the customer.
139 +|##TrackingUserEMail##|String|No|User info for trackability.
140 +|##TraceId##|String|Yes|
141 +
142 +**Response parameters**
143 +
144 +(% class="table-bordered table-striped" %)
145 +|=(% colspan="3" %)(((
146 +==== GetOpenInvoiceInformationByCustomerNoResponse ====
147 +)))
148 +|**Field**|**Datatype**|**Description**
149 +|##CompanyNo##|String|
150 +|##CustomerNo##|String|##CustomerNo ##is you Unique identifier of the customer.
151 +|##CustomerName##|String|
152 +|##InvoiceList##|List <[[OpenInvoice>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HOpenInvoice"]]>|
153 +|##ResponseCode##|String|
154 +|##ResponseMessage##|String|
155 +|##TraceId##|String|
156 +
157 +**Classes**
158 +
159 +(% class="table-bordered table-striped" %)
160 +|=(% colspan="3" %)(((
161 +==== OpenInvoice ====
162 +)))
163 +|**Field**|**Datatype**|**Description**
164 +|(% style="font-family:monospace" %)BillNo|String|
165 +|##BillStatusCode##|Int|See the [[bill status code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBillstatuscodes"]] for available status codes.
166 +|##ExternalInvoiceId##|String|Additional unique invoice identifier.
167 +|##BillDate##|DateTime|
168 +|##DueDate##|DateTime(Optional)|Empty if BillTypeCode is ##Invoice.##
169 +|##BillTypeCode##|Byte|See the [[bill type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBilltypecodes"]] for available bill type codes.
170 +|##OriginalAmount##|Decimal|
171 +|##CurrentDebt##|Decimal|
172 +|##CurrencyCode##|String|
173 +|##CurrentClaimLevelCode##|Int|See the [[claim level code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HClaimlevelcodes"]] for available claim level codes.
174 +|##PaymentBankAccount##|[[PaymentBankAccount>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HPaymentBankAccount"]]|
175 +|##PaymentType##|String|
176 +|##ActiveRespite##|[[ActiveRespite>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActiveRespite"]]|
177 +|##ActivePaymentOrder##|[[ActivePaymentOrder>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActivePaymentOrder"]]|
178 +
179 +== GetClosedInvoiceInformationByCustomerNo ==
180 +
181 +Gets closed invoices (status “Closed” only)
182 +
183 +**Class diagram**
184 +
185 +**[[image:6-class-diagram-external.png]]**
186 +
187 +**Request parameters**
188 +
189 +(% class="table-bordered table-striped" %)
190 +|=(% colspan="4" %)(((
191 +==== GetClosedInvoiceInformationByCustomerNoRequest ====
192 +)))
193 +|**Field**|**Datatype**|**Required**|**Description**
194 +|##CustomerNo##|String(15)|Yes|CustomerNo is your unique identifier for the customer.
195 +|##TrackingUserEMail##|String|No|User info for trackability.
196 +|##TraceId##|String|Yes|
197 +
198 +**Response parameters**
199 +
200 +(% class="table-bordered table-striped" %)
201 +|=(% colspan="3" %)(((
202 +==== GetClosedInvoiceInformationByCustomerNoResponse ====
203 +)))
204 +|**Field**|**Datatype**|**Description**
205 +|##CompanyNo##|String|Yoyr accounts receivable number at PayEx.
206 +|##CustomerNo##|String|##CustomerNo ##is you Unique identifier of the customer.
207 +|##CustomerName##|String|
208 +|##InvoiceList##|List <[[ClosedInvoice>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HClosedInvoice"]]>|
209 +|##ResponseCode##|String|
210 +|##ResponseMessage##|String|
211 +|##TraceId##|String|
212 +
213 +**Classes**
214 +
215 +(% class="table-bordered table-striped" %)
216 +|=(% colspan="3" %)(((
217 +==== ClosedInvoice ====
218 +)))
219 +|**Field**|**Datatype**|**Description**
220 +|(% style="font-family:monospace" %)BillNo|String|
221 +|##BillStatusCode##|Int|See the [[bill status code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBillstatuscodes"]] for available status codes.
222 +|##ExternalInvoiceId##|String|Additional unique invoice identifier in accounts receivable.
223 +|##BillDate##|DateTime|
224 +|##DueDate##|DateTime(Optional)|Empty if BillTypeCode is ##Invoice.##
225 +|##BillTypeCode##|Byte|See the [[bill type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBilltypecodes"]] for available bill type codes.
226 +|##OriginalAmount##|Decimal|
227 +|##CurrencyCode##|String|
228 +
229 +== AddInvoiceRespiteByBillNo10 ==
230 +
231 +Add respite date to an open invoice.
232 +
233 +**Class diagram**
234 +[[image:1573563792142-225.png||height="318" width="920"]]
235 +**Request parameters**
236 +
237 +(% class="table-bordered table-striped" %)
238 +|=(% colspan="4" %)(((
239 +==== AddInvoiceRespiteByBillNo10Request ====
240 +)))
241 +|**Field**|**Datatype**|**Required**|**Description**
242 +|##BillNo##|String(15)|Yes|Bill Number.
243 +|##RespiteCause##|String(250)|Yes|Reason for respite.
244 +|##TrackingUserEMail##|String(1-256)|Yes|User info for trackability.
245 +|##TraceId##|String|Yes|
246 +|##ValidToDate##|DateTime|Yes|
247 +
248 +**Response parameters**
249 +
250 +(% class="table-bordered table-striped" %)
251 +|=(% colspan="4" %)(((
252 +==== AddInvoiceRespiteByBillNo10Response ====
253 +)))
254 +|**Field**|**Datatype**|**Description**
255 +|##ResponseCode##|String|
256 +|##ResponseMessage##|String|
257 +|##TraceId##|String|
258 +
259 +**Error codes**
260 +
261 +(% class="table-bordered table-striped" %)
262 +|=(% colspan="4" %)(((
263 +==== GetCustomerCurrentStateByCustomerNoResponse ====
264 +)))
265 +|**Code**|**Name**|**Description**
266 +|##5074##|InvalidDate|ValidToDate is not within a valid date.
267 +|##5046##|InvalidAccountType|Bill of BillNo is not of a valid AccountType.
268 +|##1208##|InvalidAccountStatus|Respite not a valid action on this bill.
269 +
270 +== AddPaymentOrderOnDueDate ==
271 +
272 +Add paymentorder to an open invoice.
273 +
274 +**Class diagram**
275 +[[image:PxR_InvoiceService_AddPaymentOrderOnDueDateRequest.png]]
276 +**Request parameters**
277 +
278 +(% class="table-bordered table-striped" %)
279 +|=(% colspan="4" %)(((
280 +==== AddPaymentOrderOnDueDate ====
281 +)))
282 +|**Field**|**Datatype**|**Required**|**Description**
283 +|##BillNo##|String(15)|Yes|Bill Number.
284 +|CompanyNo|String(15)|Yes|Company number
285 +|##TrackingUserEMail##|String(1-256)|Yes|User info for trackability.
286 +|##TraceId##|String|Yes|
287 +
288 +**Response parameters**
289 +
290 +(% class="table-bordered table-striped" %)
291 +|=(% colspan="4" %)(((
292 +==== AddPaymentOrderOnDueDate ====
293 +)))
294 +|**Field**|**Datatype**|**Description**
295 +|##ResponseCode##|String|
296 +|##ResponseMessage##|String|
297 +|##TraceId##|String|
298 +
299 +**Error codes**
300 +
301 +(% class="table-bordered table-striped" %)
302 +|=(% colspan="4" %)(((
303 +==== GetCustomerCurrentStateByCustomerNoResponse ====
304 +)))
305 +|**Code**|**Name**|**Description**
306 +|##5080##|InvalidBillNo|No bill found with billNo and companyNo
307 +|##5117##|AddPaymentOrderException|(((
308 +Customer ain't available for PaymentOrder or already have one on this bill
309 +)))
310 +|##5002##|InvalidOpenBill|BillStatus ain't Open
311 +|##5074##|InvalidDate|Possible DistributionDate for PaymentOrder has already surpassed today's date
312 +|##5120##|ClaimProcessPauseException|Bill has a ClaimProcessPause
313 +
314 +== ==
315 +
316 +== ConvertInvoiceToAccount10 ==
317 +
318 +Convert an invoice account to a credit account.
319 +
320 +**Class diagram**
321 +
322 +[[image:1573569373687-299.png||height="324" width="739"]]
323 +
324 +**Request parameters**
325 +
326 +(% class="table-bordered table-striped" %)
327 +|=(% colspan="4" %)(((
328 +==== ConvertInvoiceToAccount10Request ====
329 +)))
330 +|**Field**|**Datatype**|**Required**|**Description**
331 +|##BillNo##|String(15)|Yes|Bill Number.
332 +|##TrackingUserEMail##|String(1-256)|Yes|User info for trackability.
333 +|##TraceId##|String|Yes|
334 +
335 +**Response parameters**
336 +
337 +(% class="table-bordered table-striped" %)
338 +|=(% colspan="4" %)(((
339 +==== ConvertInvoiceToAccount10Response ====
340 +)))
341 +|**Field**|**Datatype**|**Description**
342 +|##ResponseCode##|String|
343 +|##ResponseMessage##|String|
344 +|##TraceId##|String|
345 +
346 +== DeletePaymentOrder ==
347 +
348 +Abort a PaymentOrder for billNo
349 +
350 +**Class diagram**
351 +
352 +[[image:PxR_InvoiceService_DeletePaymentOrder.png||height="174" width="1267"]]
353 +
354 +
355 +**Request parameters**
356 +
357 +(% class="table-bordered table-striped" %)
358 +|=(% colspan="4" %)(((
359 +==== DeletePaymentOrderRequest ====
360 +)))
361 +|**Field**|**Datatype**|**Required**|**Description**
362 +|##BillNo##|String|Yes|Bill to match paymentorder.
363 +|CompanyNo|String |Yes|Company number
364 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
365 +|TraceId|String|Yes|
366 +
367 +**Response parameters**
368 +
369 +(% class="table-bordered table-striped" %)
370 +|=(% colspan="4" %)(((
371 +==== DeletePaymentOrderResponse ====
372 +)))
373 +|**Field**|**Datatype**|**Description**
374 +|##ResponseCode##|String|
375 +|##ResponseMessage##|String|
376 +|##TraceId##|String|
377 +
378 +**Error codes**
379 +
380 +(% class="table-bordered table-striped" %)
381 +|=(% colspan="4" %)(((
382 +==== DeletePaymentOrderResponse ====
383 +)))
384 +|**Code**|**Name**|**Description**
385 +|##5080##|InvalidBillNo|BillNo is invalid
386 +|##5115##|PaymentOrderNotFound|Found no paymentorders connected to bill
387 +|##5116##|DeletePaymentOrderNotAllowed|Found paymentOrder but are not allowed to Delete since the paymentorder has begun/finished processing
388 +
389 +== RegisterInvoiceDirectPaymentByBillNo10 ==
390 +
391 +Register a direct payment on given invoice.
392 +
393 +**Class diagram**
394 +
395 +[[image:1573570140844-820.png||height="384" width="715"]]
396 +
397 +**Request parameters**
398 +
399 +(% class="table-bordered table-striped" %)
400 +|=(% colspan="4" %)(((
401 +==== RegisterInvoiceDirectPaymentByBillNo10Request ====
402 +)))
403 +|**Field**|**Datatype**|**Required**|**Description**
404 +|##Amount##|Decimal|Yes|DirectPayment Amount.
405 +|##BillNo##|String|Yes|Bill to match payment to.
406 +|##PaymentDate##|DateTime|Yes|Date when payment occured.
407 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
408 +|TraceId|String|Yes|
409 +
410 +**Response parameters**
411 +
412 +(% class="table-bordered table-striped" %)
413 +|=(% colspan="4" %)(((
414 +==== RegisterInvoiceDirectPaymentByBillNo10Response ====
415 +)))
416 +|**Field**|**Datatype**|**Description**
417 +|##ResponseCode##|String|
418 +|##ResponseMessage##|String|
419 +|##TraceId##|String|
420 +
421 +**Error codes**
422 +
423 +(% class="table-bordered table-striped" %)
424 +|=(% colspan="4" %)(((
425 +==== GetCustomerCurrentStateByCustomerNoResponse ====
426 +)))
427 +|**Code**|**Name**|**Description**
428 +|##5080##|InvalidBillNo|BillNo is invalid
429 +|##1207##|InvalidAmount|Amount is invalid
430 +|##5074##|InvalidDate|PaymentDate is not within a valid date
431 +
432 +== AddInvoiceCopyOrderByBillNo10 ==
433 +
434 +Order a copy of the invoice to be delivered.
435 +
436 +**Class diagram**
437 +
438 +[[image:1573631474317-399.png||height="349" width="795"]]
439 +
440 +**Request parameters**
441 +
442 +(% class="table-bordered table-striped" %)
443 +|=(% colspan="4" %)(((
444 +==== AddInvoiceCopyOrderByBillNo10Request ====
445 +)))
446 +|**Field**|**Datatype**|**Required**|**Description**
447 +|##BillNo##|String|Yes|
448 +|##DistributionMethod##|String|Yes|
449 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
450 +|TraceId|String|Yes|
451 +
452 +**Response parameters**
453 +
454 +(% class="table-bordered table-striped" %)
455 +|=(% colspan="4" %)(((
456 +==== RegisterInvoiceDirectPaymentByBillNo10Response ====
457 +)))
458 +|**Field**|**Datatype**|**Description**| |
459 +|##ResponseCode##|String| | |
460 +|##Respons##|String|
461 +|##TraceId##|String|
462 +
463 +**Error codes**
464 +
465 +(% class="table-bordered table-striped" %)
466 +|=(% colspan="4" %)(((
467 +==== GetCustomerCurrentStateByCustomerNoResponse ====
468 +)))
469 +|**Code**|**Name**|**Description**
470 +|##5089##|BillsNotFound|Found no matching Invoices for BillNo
471 +
472 +== GetClosedInvoiceInformationByCustomerNo20 ==
473 +
474 +Get information about a customer's closed invoice(s) by customer number.
475 +
476 +**Class diagram**
477 +[[image:1573632921277-742.png||height="509" width="841"]]
478 +
479 +**Request parameters**
480 +
481 +(% class="table-bordered table-striped" %)
482 +|=(% colspan="4" %)(((
483 +==== GetClosedInvoiceInformationByCustomerNo20Request ====
484 +)))
485 +|**Field**|**Datatype**|**Required**|**Description**
486 +|##CustomerNo##|String|Yes|
487 +|##TrackingUserEmail##|String|Yes|User info for trackability.
488 +|TraceId| |yes|
489 +
490 +**Response parameters**
491 +
492 +**[[GetClosedInvoiceInformation20Response>>||anchor="HGetClosedInvoiceInformation20Response"]]**
493 +
494 +
495 +
496 +== GetClosedInvoiceInformationByCustomerNo21 ==
497 +
498 +Get information about a customer's closed invoice(s) by customer number.
499 +
500 +**Request parameters**
501 +
502 +(% class="table-bordered table-striped" %)
503 +|=(% colspan="4" %)(((
504 +==== GetClosedInvoiceInformationByCustomerNo21Request ====
505 +)))
506 +|**Field**|**Datatype**|**Required**|**Description**
507 +|##CustomerNo##|String|Yes|
508 +|##TrackingUserEmail##|String|Yes|User info for trackability.
509 +|TraceId|String|yes|
510 +
511 +**Response parameters**
512 +
513 +**[[GetClosedInvoiceInformation21Response>>||anchor="HGetClosedInvoiceInformation21Response"]]**
514 +
515 +== GetClosedInvoiceInformationByRegNo20 ==
516 +
517 +Get information about a customer's closed invoice(s) by social security number.
518 +
519 +**Class diagram**
520 +
521 +[[image:1573646248641-666.png||height="508" width="807"]]
522 +
523 +**Request parameters**
524 +
525 +(% class="table-bordered table-striped" %)
526 +|=(% colspan="4" %)(((
527 +==== GetClosedInvoiceInformationByRegNo20Request ====
528 +)))
529 +|**Field**|**Datatype**|**Required**|**Description**
530 +|##RegNo##|[[RegNo>>||anchor="HRegNo"]]|Yes|See [[RegNo>>||anchor="HRegNo"]]
531 +|##TrackingUserEmail##|String|Yes|User info for trackability.
532 +|TraceId| |yes|
533 +
534 +**Response parameters**
535 +
536 +**[[GetClosedInvoiceInformation20Response>>||anchor="HGetClosedInvoiceInformation20Response"]]**
537 +
538 +**Error codes**
539 +
540 +(% class="table-bordered table-striped" %)
541 +|=(% colspan="4" %)(((
542 +==== Possible error codes from GetClosedInvoiceInformationByRegNo20 ====
543 +)))
544 +|**Code**|**Name**|**Description**
545 +|##5006##|ExpectedCustomerNumber|Found multiple customer on RegNo, use CustomerNo instead.
546 +|5075|MissingAccountForBill|Found no matching customer for RegNo.
547 +|1024|ErrorInvalidRegNo|Invalid RegNo format.
548 +
549 +== GetClosedInvoiceInformationByRegNo21 ==
550 +
551 +Get information about a customer's closed invoice(s) by social security number.
552 +
553 +**Request parameters**
554 +
555 +
556 +(% class="table-bordered table-striped" %)
557 +|=(% colspan="4" %)(((
558 +==== GetClosedInvoiceInformationByRegNo21Request ====
559 +)))
560 +|**Field**|**Datatype**|**Required**|**Description**
561 +|##RegNo##|[[RegNo>>||anchor="HRegNo"]]|Yes|See [[RegNo>>||anchor="HRegNo"]]
562 +|##TrackingUserEmail##|String|Yes|User info for trackability.
563 +|TraceId| |yes|
564 +
565 +**Response parameters**
566 +
567 +**[[GetClosedInvoiceInformation21Response>>||anchor="HGetClosedInvoiceInformation21Response"]]**
568 +
569 +**Error codes**
570 +
571 +(% class="table-bordered table-striped" %)
572 +|=(% colspan="4" %)(((
573 +==== Possible error codes from GetClosedInvoiceInformationByRegNo21 ====
574 +)))
575 +|**Code**|**Name**|**Description**
576 +|##5006##|ExpectedCustomerNumber|Found multiple customer on RegNo, use CustomerNo instead.
577 +|5075|MissingAccountForBill|Found no matching customer for RegNo.
578 +|1024|ErrorInvalidRegNo|Invalid RegNo format.
579 +
580 +== GetInvoiceInformationByBillNo20 ==
581 +
582 +**Class diagram**
583 +
584 +
585 +[[image:PxR_InvoiceService_GetInvoiceInformationByBillNo20.png]]
586 +
587 +**Request parameters**
588 +
589 +(% class="table-bordered table-striped" %)
590 +|=(% colspan="4" %)(((
591 +==== GetInvoiceInformationByBillNo20Request ====
592 +)))
593 +|**Field**|**Datatype**|**Required**|**Description**
594 +|##BillNo##|String|Yes|
595 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
596 +|TraceId|String|Yes|
597 +
598 +**Response parameters**
599 +
600 +[[GetInvoinceInformation20Response>>||anchor="HGetInvoiceInformation20Response"]]
601 +
602 +**Error codes**
603 +
604 +(% class="table-bordered table-striped" %)
605 +|=(% colspan="4" %)(((
606 +==== Possible error codes from GetInvoinceInformationByBillNo20 ====
607 +)))
608 +|**Code**|**Name**|**Description**
609 +|##5080##|InvalidBillNo|BillNo does not match any valid invoices.
610 +
611 +== GetInvoiceInformationByBillNo21 ==
612 +
613 +**Request parameters**
614 +
615 +(% class="table-bordered table-striped" %)
616 +|=(% colspan="4" %)(((
617 +==== GetInvoiceInformationByBillNo21Request ====
618 +)))
619 +|**Field**|**Datatype**|**Required**|**Description**
620 +|##BillNo##|String|Yes|
621 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
622 +|TraceId|String|Yes|
623 +
624 +**Response parameters**
625 +
626 +[[GetInvoiceInformation21Response>>||anchor="HGetInvoiceInformation21Response"]]
627 +
628 +
629 +**Error codes**
630 +
631 +(% class="table-bordered table-striped" %)
632 +|=(% colspan="4" %)(((
633 +==== Possible error codes from GetInvoinceInformationByBillNo21 ====
634 +)))
635 +|**Code**|**Name**|**Description**
636 +|##5080##|InvalidBillNo|BillNo does not match any valid invoices.
637 +
638 +== GetInvoiceInformationByExternalInvoiceId20 ==
639 +
640 +**Class diagram**
641 +
642 +
643 +[[image:PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId20.png]]
644 +
645 +**Request parameters**
646 +
647 +(% class="table-bordered table-striped" %)
648 +|=(% colspan="4" %)(((
649 +==== GetInvoiceInformationByExternalInvoiceId20Request ====
650 +)))
651 +|**Field**|**Datatype**|**Required**|**Description**
652 +|##ExternalInvoiceId##|String|Yes|
653 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
654 +|TraceId|String|Yes|
655 +
656 +**Response parameters**
657 +
658 +[[GetInvoinceInformation20Response>>||anchor="HGetInvoiceInformation20Response"]]
659 +
660 +**Error codes**
661 +
662 +(% class="table-bordered table-striped" %)
663 +|=(% colspan="4" %)(((
664 +==== Possible error codes from GetInvoinceInformationByExternalInvoiceId20 ====
665 +)))
666 +|**Code**|**Name**|**Description**
667 +|##5072##|InvalidExternalBillId|ExternalInvoiceId does not match any valid invoices.
668 +|5089|BillsNotFound|Invoice match but invoice not valid. May be older than 1 year.
669 +
670 +== GetInvoiceInformationByExternalInvoiceId21 ==
671 +
672 +[[image:PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId21.png]]
673 +
674 +**Request parameters**
675 +
676 +(% class="table-bordered table-striped" %)
677 +|=(% colspan="4" %)(((
678 +==== GetInvoiceInformationByExternalInvoiceId21Request ====
679 +)))
680 +|**Field**|**Datatype**|**Required**|**Description**
681 +|##ExternalInvoiceId##|String|Yes|
682 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
683 +|TraceId|String|Yes|
684 +
685 +**Response parameters**
686 +
687 +[[GetInvoinceInformation21Response>>||anchor="HGetInvoiceInformation21Response"]]
688 +
689 +**Error codes**
690 +
691 +(% class="table-bordered table-striped" %)
692 +|=(% colspan="4" %)(((
693 +==== Possible error codes from GetInvoinceInformationByExternalInvoiceId20 ====
694 +)))
695 +|**Code**|**Name**|**Description**
696 +|##5072##|InvalidExternalBillId|ExternalInvoiceId does not match any valid invoices.
697 +|5089|BillsNotFound|(((
698 +Invoice match but invoice not valid. May be older than 1 year.
699 +
700 +
701 +
702 +)))
703 +
704 +== GetInvoicePdfByBillNoExternalBillType10 ==
705 +
706 +**Class diagram**
707 +
708 +[[image:1573822789308-786.png||height="470" width="761"]]
709 +
710 +**Request parameters**
711 +
712 +(% class="table-bordered table-striped" %)
713 +|=(% colspan="4" %)(((
714 +==== GetInvoicePdfByBillNoExternalBillType10Request ====
715 +)))
716 +|**Field**|**Datatype**|**Required**|**Description**
717 +|##BillNo##|String|Yes|
718 +|ExternalBillType|String|Yes|(((
719 +Document type.
720 +Existing ExternalBillType can be retrived from GetInvoiceInformationByBillNo20 or GetInvoiceInformationByExternalInvoiceId20.
721 +)))
722 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
723 +|TraceId|String|Yes|
724 +
725 +**Response parameters**
726 +
727 +[[GetInvoicePDFResponse>>||anchor="HGetInvoicePDFResponse"]]
728 +
729 +**Error codes**
730 +
731 +(% class="table-bordered table-striped" %)
732 +|=(% colspan="4" %)(((
733 +==== GetInvoincePDFResponse ====
734 +)))
735 +|**Code**|**Name**|**Description**
736 +|##5046##|InvalidAccountType|Wrong account type. The requested bill number is not an invoice.
737 +|5080|InvalidBillNo|Invoice document not found.
738 +|5095|ExternalBillTypeCode|Invalid ExternalBillType.
739 +
740 +== GetInvoiceTransactionsByBillNo ==
741 +
742 +[[image:PxR_InvoiceService_GetInvoiceTransactionsByBillNo.png]]
743 +
744 +**Request parameters**
745 +
746 +(% class="table-bordered table-striped" %)
747 +|=(% colspan="4" %)(((
748 +==== GetInvoiceTransactionsByBillNoRequest ====
749 +)))
750 +|**Field**|**Datatype**|**Required**|**Description**
751 +|RegNo|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|See [[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]
752 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
753 +|TraceId|String|Yes|
754 +
755 +**Response parameters**
756 +
757 +
758 +(% class="table-bordered table-striped" %)
759 +|=(% colspan="3" %)(((
760 +==== GetInvoiceTransactionsByBillNoResponse ====
761 +)))
762 +|**Field**|**Datatype**|**Description**
763 +|Amount|Decimal|
764 +|CauseType|String|
765 +|Date|DateTime|
766 +|Reference|String|
767 +|Type|String|
768 +
769 +== GetOpenInvoiceInformationByCustomerNo20 ==
770 +
771 +**Class diagram**
772 +
773 +
774 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCustomerNo20.png]]
775 +
776 +**Request parameters**
777 +
778 +(% class="table-bordered table-striped" %)
779 +|=(% colspan="4" %)(((
780 +==== GetOpenInvoiceInformationByCustomerNo20Request ====
781 +)))
782 +|**Field**|**Datatype**|**Required**|**Description**
783 +|CustomerNo|String|Yes|
784 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
785 +|TraceId|String|Yes|
786 +
787 +**Response parameters**
788 +
789 +[[GetOpenInvoiceInformation20Response>>||anchor="HGetOpenInvoiceInformation20Response"]]
790 +
791 +== GetOpenInvoiceInformationByCustomerNo21 ==
792 +
793 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCystomerNo21.png]]
794 +
795 +**Request parameters**
796 +
797 +(% class="table-bordered table-striped" %)
798 +|=(% colspan="4" %)(((
799 +==== GetOpenInvoiceInformationByCustomerNo21Request ====
800 +)))
801 +|**Field**|**Datatype**|**Required**|**Description**
802 +|CustomerNo|String|Yes|
803 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
804 +|TraceId|String|Yes|
805 +
806 +**Response parameters**
807 +
808 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
809 +
810 +== ==
811 +
812 +== GetOpenInvoiceInformationByCustomerNo22 ==
813 +
814 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCustomerNo22.png]]
815 +
816 +
817 +**Request parameters**
818 +
819 +(% class="table-bordered table-striped" %)
820 +|=(% colspan="4" %)(((
821 +==== GetOpenInvoiceInformationByCustomerNo22Request ====
822 +)))
823 +|**Field**|**Datatype**|**Required**|**Description**
824 +|CustomerNo|String|Yes|
825 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
826 +|TraceId|String|Yes|
827 +
828 +**Response parameters**
829 +
830 +[[GetOpenInvoiceInformation22Response>>||anchor="HGetOpenInvoiceInformation22Response"]]
831 +
832 +== ==
833 +
834 +== GetOpenInvoiceInformationByRegNo20 ==
835 +
836 +**Class diagram**
837 +
838 +
839 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo20.png]]
840 +
841 +**Request parameters**
842 +
843 +(% class="table-bordered table-striped" %)
844 +|=(% colspan="4" %)(((
845 +==== GetOpenInvoiceInformationByRegNo20Request ====
846 +)))
847 +|**Field**|**Datatype**|**Required**|**Description**
848 +|RegNo|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|See [[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]
849 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
850 +|TraceId|String|Yes|
851 +
852 +**Response parameters**
853 +
854 +[[GetOpenInvoiceInformation20Response>>||anchor="HGetOpenInvoiceInformation20Response"]]
855 +
856 +== GetOpenInvoiceInformationByRegNo21 ==
857 +
858 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo21.png]]
859 +
860 +**Request parameters**
861 +
862 +(% class="table-bordered table-striped" %)
863 +|=(% colspan="4" %)(((
864 +==== GetOpenInvoiceInformationByRegNo21Request ====
865 +)))
866 +|**Field**|**Datatype**|**Required**|**Description**
867 +|RegNo|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|See [[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]
868 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
869 +|TraceId|String|Yes|
870 +
871 +**Response parameters**
872 +
873 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
874 +
875 +
876 +== GetOpenInvoiceInformationByRegNo22 ==
877 +
878 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo22.png]]
879 +
880 +**Request parameters**
881 +
882 +(% class="table-bordered table-striped" %)
883 +|=(% colspan="4" %)(((
884 +==== GetOpenInvoiceInformationByRegNo22Request ====
885 +)))
886 +|**Field**|**Datatype**|**Required**|**Description**
887 +|RegNo|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|See [[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]
888 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
889 +|TraceId|String|Yes|
890 +
891 +**Response parameters**
892 +
893 +[[GetOpenInvoiceInformation22Response>>||anchor="HGetOpenInvoiceInformation22Response"]]
894 +
895 +== RegisterInvoicePSPPaymentByBillNo10 ==
896 +
897 +**Class diagram**
898 +
899 +[[image:1573825460421-413.png||height="460" width="778"]]
900 +
901 +**Request parameters**
902 +
903 +(% class="table-bordered table-striped" %)
904 +|=(% colspan="4" %)(((
905 +==== RegisterInvoicePSPPaymentByBillNoRequest ====
906 +)))
907 +|**Field**|**Datatype**|**Required**|**Description**
908 +|##BillNo##|String|Yes|
909 +|Amount|Decimal|Yes|
910 +|PaymentDate|DateTime|Yes|
911 +|SellerTransactionId|String(1-50)|Yes|
912 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
913 +|TraceId|String|Yes|
914 +
915 +**Response parameters**
916 +
917 +(% class="table-bordered table-striped" %)
918 +|=(% colspan="4" %)(((
919 +==== RegisterInvoicePSPPaymentByBillNoResponse ====
920 +)))
921 +|**Field**|**Datatype**|**Description**
922 +|##ResponseCode##|String|
923 +|##ResponseMessage##|String|
924 +|TraceId|String|
925 +
926 += =
927 +
928 +== GetOrderlinesByBillNo10 ==
929 +
930 +(% class="wikigeneratedid" %)
931 +Get all orderlines on a bill
932 +[[image:PxR_InvoiceService_GetOrderLinesByBillNo10.png]]
933 +
934 +**Request parameters**
935 +
936 +(% class="table-bordered table-striped" %)
937 +|=(% colspan="4" %)(((
938 +==== GetOrderlinesByBillNo10Request ====
939 +)))
940 +|**Field**|**Datatype**|**Required**|**Description**
941 +|##BillNo##|String|Yes|
942 +|##TrackingUserEMail##|String|Yes|User info for trackability.
943 +|TraceId|String|Yes|
944 +
945 +**Response parameters**
946 +
947 +(% class="table-bordered table-striped" %)
948 +|=(% colspan="3" %)(((
949 +==== GetOrderlinesByBillNo10Response ====
950 +)))
951 +|**Field**|**Datatype**|**Description**
952 +|(% style="font-family:monospace" %)##OrderLines##|List [[OrderLine>>doc:||anchor="HOrderline"]]|Array.
953 +|##ResponseCode##|String|
954 +|##ResponseMessage##|String|
955 +|##TraceId##|String|
956 +
957 +**Classes**
958 +
959 +(% class="table-bordered table-striped" %)
960 +|=(% colspan="3" %)(((
961 +==== Orderline ====
962 +)))
963 +|**Field**|**Datatype**|**Description**
964 +|(% style="font-family:monospace" %)AmountInclVat|Decimal|
965 +|(% style="font-family:monospace" %)Description|String|
966 +|(% style="font-family:monospace" %)ExternalReferenceId|String|
967 +|(% style="font-family:monospace" %)TransactionDate|DateTime|
968 +|(% style="font-family:monospace" %)##VatAmount##|Decimal|
969 +
970 +**Error codes**
971 +
972 +(% class="table-bordered table-striped" %)
973 +|=(% colspan="4" %)(((
974 +==== GetOrderlinesByBillNo10Response ====
975 +)))
976 +|**Code**|**Name**|**Description**
977 +|5080|InvalidBillNo|BillNo input is not valid or no matching bill found
978 +
979 +=
980 +\\CustomerService methods =
981 +
982 +The complete Wsdl specification for this service can be found at:
983 +[[https:~~/~~/connect.internaltest.payex.com/PxR/CustomerService.svc>>url:https://connect.internaltest.payex.com/PxR/CustomerService.svc]]
984 +
985 + (Username/password security model)
986 +
987 +== GetcustomerCurrentStateByCustomerNo ==
988 +
989 +Get information about current state of a customer.
990 +
991 +**Class diagram**
992 +
993 +
994 +
995 +[[image:7-class-diagram-external.png]]
996 +
997 +**Request parameters**
998 +
999 +(% class="table-bordered table-striped" %)
1000 +|=(% colspan="4" %)(((
1001 +==== GetCustomerCurrentStateByCustomerNoRequest ====
1002 +)))
1003 +|**Field**|**Datatype**|**Required**|**Description**
1004 +|TraceId|String|Yes|
1005 +|##CustomerNumber##|String(15)|Yes|
1006 +|##TrackingUserEMail##|String|No|
1007 +
1008 +**Response parameters**
1009 +
1010 +(% class="table-bordered table-striped" %)
1011 +|=(% colspan="3" %)(((
1012 +==== GetCustomerCurrentStateByCustomerNoResponse ====
1013 +)))
1014 +|**Field**|**Datatype**|**Description**
1015 +|(% style="font-family:monospace" %)##CustomerConsents##|[[CustomerConsent>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerConsent"]]|Array.
1016 +|##CustomerInfo##|[[CustomerInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerInfo"]]|
1017 +|##CustomerNo##|String|
1018 +|##CustomerStatus##|[[CustomerStatus>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerStatus"]]|Array.
1019 +
1020 +**Classes**
1021 +
1022 +(% class="table-bordered table-striped" %)
1023 +|=(% colspan="3" %)(((
1024 +==== CustomerConsent ====
1025 +)))
1026 +|**Field**|**Datatype**|**Description**
1027 +|(% style="font-family:monospace" %)##ConsentTypeCode##|Int|See the [[consent type codes>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HConsenttypecodes"]] table for available consent type codes.
1028 +
1029 +(% class="table-bordered table-striped" %)
1030 +|=(% colspan="3" %)(((
1031 +==== CustomerInfo ====
1032 +)))
1033 +|**Field**|**Datatype**|**Description**
1034 +|(% style="font-family:monospace" %)##Name##|String|
1035 +|##DistributionAddressInfo##|[[DistributionAddressInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HDistributionAddressInfo"]]|
1036 +|##Language##|String|
1037 +|##LegalEntityCode##|Int|See the [[legal entity codes table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HLegalentitycodes"]] for available legal entity codes.
1038 +|##VatNo##|String|
1039 +|##Category##|String|Customer Category
1040 +
1041 +(% class="table-bordered table-striped" %)
1042 +|=(% colspan="3" %)(((
1043 +==== CustomerStatus ====
1044 +)))
1045 +|**Field**|**Datatype**|**Description**
1046 +|(% style="font-family:monospace" %)##CustomerStatusTypeCode##|Int|[[See code specification.>>||anchor="HCustomerStatustypecodes"]]
1047 +
1048 +(% class="table-bordered table-striped" %)
1049 +|=(% colspan="4" %)(((
1050 +==== DistributionAddressInfo ====
1051 +)))
1052 +|**Field**|**Datatype**|**Required**|**Description**
1053 +|(% style="font-family:monospace" %)##Addresses##|Array|Yes|See [[address>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HAddress"]].
1054 +|##EMailAddress##|String|No|
1055 +|##Cellphone##|String|No|
1056 +
1057 +(% class="table-bordered table-striped" %)
1058 +|=(% colspan="4" %)(((
1059 +==== Address ====
1060 +)))
1061 +|**Field**|**Datatype**|**Required**|**Description**
1062 +|(% style="font-family:monospace" %)Addressee|String(72)|Yes|
1063 +|##StreetAdress##|String(35)|No|
1064 +|##ZipCode##|String(9)|Yes|
1065 +|##City##|String(27)|Yes|
1066 +|##CoAddress##|String(35)|No|
1067 +|##CountryCode##|String(2)|Yes|
1068 +|AddressType|Int|Yes|See the [[ address type codes table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HAddresstypecodes"]] for available legal entity codes.
1069 +
1070 +== GetCustomerCurrentStateByRegNo10 ==
1071 +
1072 +**Class diagram**
1073 +
1074 +[[image:1574422177227-663.png||height="671" width="1146"]]
1075 +
1076 +**Request parameters**
1077 +
1078 +(% class="table-bordered table-striped" %)
1079 +|=(% colspan="4" %)(((
1080 +==== GetCustomerCurrentStateByRegNo10Request ====
1081 +)))
1082 +|**Field**|**Datatype**|**Required**|**Description**
1083 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|
1084 +|##TrackingUserEMail##|String|Yes|
1085 +|TraceId|String|Yes|
1086 +
1087 +**Response parameters**
1088 +
1089 +(% class="table-bordered table-striped" %)
1090 +|=(% colspan="3" %)(((
1091 +==== GetCustomerCurrentStateByRegNo10Response ====
1092 +)))
1093 +|**Field**|**Datatype**|**Description**
1094 +|(% style="font-family:monospace" %)##CustomerConsents##|[[CustomerConsent>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerConsent"]]|Array.
1095 +|##CustomerInfo##|[[CustomerInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerInfo"]]|
1096 +|##CustomerNo##|String|
1097 +|##CustomerStatus##|[[CustomerStatus>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerStatus"]]|Array.
1098 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|
1099 +
1100 +(% id="HAppendix1SharedClasses" %)
1101 += Appendix 1 Shared Classes =
1102 +
1103 +
1104 +**Response parameters**
1105 +
1106 +(% class="table-bordered table-striped" %)
1107 +|=(% colspan="3" %)(((
1108 +==== GetInvoicePDFResponse ====
1109 +)))
1110 +|**Field**|**Datatype**|**Description**
1111 +|##Pdf##|Byte[]|
1112 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|
1113 +|##CustomerNo##|String|
1114 +|##ResponseCode##|String|
1115 +|##ResponseMessage##|String|
1116 +|##TraceId##|String|
1117 +
1118 +(% class="table-bordered table-striped" style="width:1223px" %)
1119 +|=(% colspan="3" style="width: 1220px;" %)(((
1120 +==== GetInvoiceInformationResponse ====
1121 +)))
1122 +|(% style="width:352px" %)**Field**|(% style="width:413px" %)**Datatype**|(% style="width:457px" %)**Description**
1123 +|(% style="width:352px" %)##RegNo##|(% style="width:413px" %)[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|(% style="width:457px" %)
1124 +|(% style="width:352px" %)##CustomerNo##|(% style="width:413px" %)String|(% style="width:457px" %)
1125 +|(% style="width:352px" %)##Invoice##|(% style="width:413px" %)[[Invoice>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInvoice"]]|(% style="width:457px" %)
1126 +|(% style="width:352px" %)##ResponseCode##|(% style="width:413px" %)String|(% style="width:457px" %)
1127 +|(% style="width:352px" %)##ResponseMessage##|(% style="width:413px" %)String|(% style="width:457px" %)
1128 +|(% style="width:352px" %)##TraceId##|(% style="width:413px" %)String|(% style="width:457px" %)
1129 +
1130 +(% class="table-bordered table-striped" %)
1131 +|=(% colspan="3" %)(((
1132 +==== Invoice ====
1133 +)))
1134 +|**Field**|**Datatype**|**Description**
1135 +|##PaymentReference##|String|
1136 +|##BillNo##|String|
1137 +|##BillStatusCode##|Int|See the [[bill type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBilltypecodes"]] for available bill type codes.
1138 +|##ExternalInvoiceId##|String|
1139 +|##ExternalReference##|String|
1140 +|##SellerNo##|String|
1141 +|##BillDate##|DateTime|
1142 +|##DueDate##|DateTime (Optional)|
1143 +|##OriginalAmount##|Decimal|
1144 +|##Interest##|[[Interest>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInterest"]]|
1145 +|##CurrentBalanceList##|List <[[Balance>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBalance"]]>|
1146 +|##CurrencyCode##|String|
1147 +|##CurrentClaimLevelCode##|Int|See the [[claim level codes table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HClaimlevelcodes"]] for available claim level codes.
1148 +|##CollectionStatusCode##|Int|See the [[collection status code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCollectionstatuscodes"]] for available collection status codes.
1149 +|##PaymentBankAccount##|[[PaymentBankAccount>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HPaymentBankAccount"]]|
1150 +|##PaymentType##|String|
1151 +|##ActiveRespite##|[[ActiveRespite>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActiveRespite"]]|
1152 +|##ActivePaymentOrder##|[[ActivePaymentOrder>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActivePaymentOrder"]]|
1153 +|##BillId##|Long|
1154 +|##BillTypeCode##|Byte|See the [[bill type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBilltypecodes"]] for available bill type codes.
1155 +|##InvoiceHistory##|List <[[InvoiceHistory>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInvoiceHistory"]]>|
1156 +
1157 +(% class="table-bordered table-striped" %)
1158 +|=(% colspan="3" %)(((
1159 +==== PaymentBankAccount21 inherit [[PaymentBankAccount>>||anchor="HPaymentBankAccount"]] ====
1160 +)))
1161 +|**Field**|**Datatype**|**Description**
1162 +| | |
1163 +
1164 +(% class="table-bordered table-striped" %)
1165 +|=(% colspan="3" %)(((
1166 +==== PaymentBankAccount ====
1167 +)))
1168 +|**Field**|**Datatype**|**Description**
1169 +|##BankAccountNo##|String|
1170 +|##BankAccountType##|String|
1171 +|##BIC##|String|
1172 +|##IBAN##|String|
1173 +|PaymentTypeName|String|
1174 +
1175 +(% class="table-bordered table-striped" %)
1176 +|=(% colspan="3" %)(((
1177 +==== ActiveRespite ====
1178 +)))
1179 +|**Field**|**Datatype**|**Description**
1180 +|##RespiteValidToDate##|DateTime|
1181 +|##RespiteTypeCode##|int|See the [[respite type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRespitetypecodes"]] for available respite type codes.
1182 +
1183 +(% class="table-bordered table-striped" %)
1184 +|=(% colspan="3" %)(((
1185 +==== ActiveRespite22 ====
1186 +)))
1187 +|**Field**|**Datatype**|**Description**
1188 +|##RespiteValidToDate##|DateTime|
1189 +|RespiteCause|int|See the [[respite cause code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRespitetypecodes"]] for available respite type codes.
1190 +|##RespiteTypeCode##|int|See the [[respite type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRespitetypecodes"]] for available respite type codes.
1191 +
1192 +(% class="table-bordered table-striped" %)
1193 +|=(% colspan="3" %)(((
1194 +==== InvoiceHistory ====
1195 +)))
1196 +|**Field**|**Datatype**|**Description**
1197 +|BillDate|DateTime|
1198 +|BillId|long|
1199 +|BillTypeCode|byte|See the [[bill type code table>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBilltypecodes"]] for available bill type codes.
1200 +
1201 +(% class="table-bordered table-striped" %)
1202 +|=(% colspan="3" %)(((
1203 +==== GetClosedInvoiceInformation21Response ====
1204 +)))
1205 +|**Field**|**Datatype**|**Description**
1206 +|CompanyNo|String|
1207 +|CustomerNo|string|
1208 +|CustomerName|String|
1209 +|InvoiceList|List<[[ClosedInvoice21>>||anchor="HClosedInvoice21"]]>|See [[ClosedInvoice21>>||anchor="HClosedInvoice21"]]
1210 +
1211 +(% class="table-bordered table-striped" %)
1212 +|=(% colspan="3" %)(((
1213 +==== GetOpenInvoiceInformation21Response ====
1214 +)))
1215 +|**Field**|**Datatype**|**Description**
1216 +|CompanyNo|String|
1217 +|CustomerNo|string|
1218 +|CustomerName|String|
1219 +|InvoiceList|List<[[OpenInvoice21>>doc:||anchor="HOpenInvoice21inheritClosedInvoice21"]]>|
1220 +
1221 +(% class="table-bordered table-striped" %)
1222 +|=(% colspan="3" %)(((
1223 +==== GetOpenInvoiceInformation22Response ====
1224 +)))
1225 +|**Field**|**Datatype**|**Description**
1226 +|CompanyNo|String|
1227 +|CustomerNo|string|
1228 +|CustomerName|String|
1229 +|InvoiceList|List<[[OpenInvoice22>>doc:||anchor="HOpenInvoice21inheritClosedInvoice22"]]>|
1230 +
1231 +(% class="table-bordered table-striped" %)
1232 +|=(% colspan="3" %)(((
1233 +==== GetInvoiceInformation21Response ====
1234 +)))
1235 +|**Field**|**Datatype**|**Description**
1236 +|CompanyNo|String|
1237 +|RegNo|[[RegNo>>doc:||anchor="HRegNo"]]|
1238 +|CustomerNo|string|
1239 +|CustomerName|String|
1240 +|InvoiceList|List<[[InvoiceInformation21>>doc:||anchor="HInvoiceInformation21inheritOpenInvoice21"]]>|
1241 +
1242 +(% class="table-bordered table-striped" %)
1243 +|=(% colspan="3" %)(((
1244 +==== ClosedInvoice21 ====
1245 +)))
1246 +|**Field**|**Datatype**|**Description**
1247 +|CurrencyCode|String|
1248 +|BillNo|string|
1249 +|BillStatusCode|Int|
1250 +|ExternalInvoiceId|String|
1251 +|BillDate|DateTime|
1252 +|DueDate|DateTime|
1253 +|ExternalBillType|String|
1254 +|OriginalAmount|Decimal|
1255 +|SellerName|String|
1256 +|SellerNo|String|
1257 +|InvoiceProfileType|String|The invoice profile type code
1258 +|InvoiceAlias|String|User friendly name of the invoice profile type
1259 +
1260 +(% class="table-bordered table-striped" %)
1261 +|=(% colspan="4" %)(((
1262 +==== OpenInvoice21 inherit [[ClosedInvoice21>>||anchor="HClosedInvoice21"]] ====
1263 +)))
1264 +|**Field**|**Datatype**| |**Description**
1265 +|CurrentDebt|Decimal| |
1266 +|PaymentBankAccount|[[PaymentBankAccount21>>doc:||anchor="HPaymentBankAccount21inheritPaymentBankAccount"]]| |
1267 +|PaymentType|String| |
1268 +|ActiveRespite|[[ActiveRespite21>>||anchor="HActiveRespite21"]]| |
1269 +|ActivePaymentOrder|[[ActivePaymentOrder>>||anchor="HActivePaymentOrder"]]| |
1270 +|PaymentReference|String| |
1271 +|ExportedToCollection|Bool| |
1272 +|{{{ExportedToCollectionDate}}}|DateTime| |(((
1273 +
1274 +)))
1275 +
1276 +​​​​​​
1277 +
1278 +(% class="table-bordered table-striped" %)
1279 +|=(% colspan="4" %)(((
1280 +==== OpenInvoice22 inherit [[ClosedInvoice22>>||anchor="HClosedInvoice21"]] ====
1281 +)))
1282 +|**Field**|**Datatype**| |**Description**
1283 +|CurrentDebt|Decimal| |
1284 +|PaymentBankAccount|[[PaymentBankAccount21>>doc:||anchor="HPaymentBankAccount21inheritPaymentBankAccount"]]| |
1285 +|PaymentType|String| |
1286 +|ActiveRespite|[[ActiveRespite22>>||anchor="HActiveRespite22"]]| |
1287 +|ActivePaymentOrder|[[ActivePaymentOrder>>||anchor="HActivePaymentOrder"]]| |
1288 +|PaymentReference|String| |
1289 +|ExportedToCollection|Bool| |
1290 +|{{{ExportedToCollectionDate}}}|DateTime| |(((
1291 +
1292 +)))
1293 +
1294 +​​​​​​
1295 +
1296 +(% class="table-bordered table-striped" %)
1297 +|=(% colspan="3" %)(((
1298 +==== InvoiceInformation21 inherit [[OpenInvoice21>>doc:||anchor="HOpenInvoice21inheritClosedInvoice21"]] ====
1299 +)))
1300 +|**Field**|**Datatype**|**Description**
1301 +|PenaltyInterest|[[Interest>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HInterest]]|
1302 +|CurrentBalance|List<[[Balance>>||anchor="HBalance"]]>|
1303 +
1304 +(% class="table-bordered table-striped" %)
1305 +|=(% colspan="3" %)(((
1306 +==== GetClosedInvoiceInformation20Response ====
1307 +)))
1308 +|**Field**|**Datatype**|**Description**
1309 +|CompanyNo|String|
1310 +|CustomerNo|string|
1311 +|CustomerName|String|
1312 +|InvoiceList|List<[[ClosedInvoice20>>||anchor="HClosedInvoice20"]]>|See [[ClosedInvoice20>>||anchor="HClosedInvoice20"]]
1313 +
1314 +(% class="table-bordered table-striped" %)
1315 +|=(% colspan="3" %)(((
1316 +==== ClosedInvoice20 ====
1317 +)))
1318 +|**Field**|**Datatype**|**Description**
1319 +|CurrencyCode|String|
1320 +|BillNo|string|
1321 +|BillStatusCode|Int|See the [[bill status code table>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HBillstatuscodes]] for available status codes.
1322 +|ExternalInvoiceId|String|
1323 +|BillDate|DateTime|
1324 +|DueDate|DateTime|
1325 +|ExternalBillType|String|
1326 +|OriginalAmount|Decimal|
1327 +|SellerName|String|
1328 +|SellerNo|String|
1329 +
1330 +(% class="table-bordered table-striped" %)
1331 +|=(% colspan="3" %)(((
1332 +==== GetOpenInvoiceInformation20Response ====
1333 +)))
1334 +|**Field**|**Datatype**|**Description**
1335 +|CompanyNo|String|
1336 +|CustomerNo|string|
1337 +|CustomerName|String|
1338 +|InvoiceList|List<[[OpenInvoice20>>doc:||anchor="HOpenInvoice20inheritClosedInvoice20"]]>|
1339 +
1340 +(% class="table-bordered table-striped" %)
1341 +|=(% colspan="3" %)(((
1342 +==== InvoiceInformation20 inherit [[OpenInvoice20>>||anchor="HOpenInvoice20inheritClosedInvoice20"]] ====
1343 +)))
1344 +|**Field**|**Datatype**|**Description**
1345 +|PenaltyInterest|[[Interest>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HInterest]]|
1346 +|CurrentBalance|List<[[Balance>>||anchor="HBalance"]]>|
1347 +|InvoiceHistory|List<[[InvoiceHistory20>>||anchor="HInvoiceHistory20"]]>|
1348 +
1349 +(% class="table-bordered table-striped" %)
1350 +|=(% colspan="3" %)(((
1351 +==== InvoiceHistory20 ====
1352 +)))
1353 +|**Field**|**Datatype**|**Description**
1354 +|BillDate|DateTime|
1355 +|ExternalBillType|String|
1356 +|BillAmount|Decimal|
1357 +
1358 +(% class="table-bordered table-striped" style="width:1186px" %)
1359 +|=(% colspan="3" style="width: 1183px;" %)(((
1360 +==== OpenInvoice20 inherit [[ClosedInvoice20>>||anchor="HClosedInvoice20"]] ====
1361 +)))
1362 +|**Field**|**Datatype**|(% style="width:155px" %)**Description**
1363 +|CurrentDebt|Decimal|(% style="width:155px" %)
1364 +|PaymentBankAccount|[[PaymentBankAccount>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HPaymentBankAccount]]|(% style="width:155px" %)
1365 +|PaymentType|String|(% style="width:155px" %)
1366 +|ActiveRespite|[[ActiveRespite20>>||anchor="HActiveRespite20"]]|(% style="width:155px" %)
1367 +|ActivePaymentOrder|[[ActivePaymentOrder>>||anchor="HActivePaymentOrder"]]|(% style="width:155px" %)
1368 +|PaymentReference|String|(% style="width:155px" %)
1369 +|ExportedToCollection|Bool|(% style="width:155px" %)
1370 +
1371 +{{display reference="developer:Main.PxConnectGeneralAppendix.WebHome"/}}
1-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573563792142-225.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573569373687-299.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573570140844-820.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573631474317-399.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573632921277-742.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573646248641-666.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573648586121-179.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573822272252-854.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573822789308-786.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573825242764-218.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1573825460421-413.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574422177227-663.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574423356546-688.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574426401088-684.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574426572366-122.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574427881741-366.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574428685798-189.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
1574431509616-621.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.bpi
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
2-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
3-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
4-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
5-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
6-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.dap
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
7-class-diagram-external.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
GetOpenInvoiceInformationByCustomerNo20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.rae
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_AddPaymentOrderOnDueDateRequest.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_DeletePaymentOrder.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceInformationByBillNo.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceInformationByBillNo20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceInformationByExternalInvoiceId21.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetInvoiceTransactionsByBillNo.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByCustomerNo20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByCustomerNo22.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByCystomerNo21.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByExternalInvoiceId20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.rae
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByRegNo20.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByRegNo21.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOpenInvoiceInformationByRegNo22.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
PxR_InvoiceService_GetOrderLinesByBillNo10.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content