From empty
To version 222.1
edited by Simon Melin
on 2020/09/22 13:01
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,1326 @@
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 +== ==
741 +
742 +== GetOpenInvoiceInformationByCustomerNo20 ==
743 +
744 +**Class diagram**
745 +
746 +
747 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCustomerNo20.png]]
748 +
749 +**Request parameters**
750 +
751 +(% class="table-bordered table-striped" %)
752 +|=(% colspan="4" %)(((
753 +==== GetOpenInvoiceInformationByCustomerNo20Request ====
754 +)))
755 +|**Field**|**Datatype**|**Required**|**Description**
756 +|CustomerNo|String|Yes|
757 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
758 +|TraceId|String|Yes|
759 +
760 +**Response parameters**
761 +
762 +[[GetOpenInvoiceInformation20Response>>||anchor="HGetOpenInvoiceInformation20Response"]]
763 +
764 +== GetOpenInvoiceInformationByCustomerNo21 ==
765 +
766 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCystomerNo21.png]]
767 +
768 +**Request parameters**
769 +
770 +(% class="table-bordered table-striped" %)
771 +|=(% colspan="4" %)(((
772 +==== GetOpenInvoiceInformationByCustomerNo21Request ====
773 +)))
774 +|**Field**|**Datatype**|**Required**|**Description**
775 +|CustomerNo|String|Yes|
776 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
777 +|TraceId|String|Yes|
778 +
779 +**Response parameters**
780 +
781 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
782 +
783 +== ==
784 +
785 +== GetOpenInvoiceInformationByCustomerNo22 ==
786 +
787 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByCystomerNo21.png]]
788 +
789 +**Request parameters**
790 +
791 +(% class="table-bordered table-striped" %)
792 +|=(% colspan="4" %)(((
793 +==== GetOpenInvoiceInformationByCustomerNo22Request ====
794 +)))
795 +|**Field**|**Datatype**|**Required**|**Description**
796 +|CustomerNo|String|Yes|
797 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
798 +|TraceId|String|Yes|
799 +
800 +**Response parameters**
801 +
802 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
803 +
804 +== ==
805 +
806 +== GetOpenInvoiceInformationByRegNo20 ==
807 +
808 +**Class diagram**
809 +
810 +
811 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo20.png]]
812 +
813 +**Request parameters**
814 +
815 +(% class="table-bordered table-striped" %)
816 +|=(% colspan="4" %)(((
817 +==== GetOpenInvoiceInformationByRegNo20Request ====
818 +)))
819 +|**Field**|**Datatype**|**Required**|**Description**
820 +|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"]]
821 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
822 +|TraceId|String|Yes|
823 +
824 +**Response parameters**
825 +
826 +[[GetOpenInvoiceInformation20Response>>||anchor="HGetOpenInvoiceInformation20Response"]]
827 +
828 +== GetOpenInvoiceInformationByRegNo21 ==
829 +
830 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo21.png]]
831 +
832 +**Request parameters**
833 +
834 +(% class="table-bordered table-striped" %)
835 +|=(% colspan="4" %)(((
836 +==== GetOpenInvoiceInformationByRegNo21Request ====
837 +)))
838 +|**Field**|**Datatype**|**Required**|**Description**
839 +|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"]]
840 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
841 +|TraceId|String|Yes|
842 +
843 +**Response parameters**
844 +
845 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
846 +
847 +
848 +== GetOpenInvoiceInformationByRegNo22 ==
849 +
850 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo21.png]]
851 +
852 +**Request parameters**
853 +
854 +(% class="table-bordered table-striped" %)
855 +|=(% colspan="4" %)(((
856 +==== GetOpenInvoiceInformationByRegNo22Request ====
857 +)))
858 +|**Field**|**Datatype**|**Required**|**Description**
859 +|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"]]
860 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
861 +|TraceId|String|Yes|
862 +
863 +**Response parameters**
864 +
865 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
866 +
867 +
868 +== GetInvoiceTransactionsByBillNo ==
869 +
870 +[[image:PxR_InvoiceService_GetOpenInvoiceInformationByRegNo21.png]]
871 +
872 +**Request parameters**
873 +
874 +(% class="table-bordered table-striped" %)
875 +|=(% colspan="4" %)(((
876 +==== GetOpenInvoiceInformationByRegNo22Request ====
877 +)))
878 +|**Field**|**Datatype**|**Required**|**Description**
879 +|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"]]
880 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
881 +|TraceId|String|Yes|
882 +
883 +**Response parameters**
884 +
885 +[[GetOpenInvoiceInformation21Response>>||anchor="HGetOpenInvoiceInformation21Response"]]
886 +
887 +== RegisterInvoicePSPPaymentByBillNo10 ==
888 +
889 +**Class diagram**
890 +
891 +[[image:1573825460421-413.png||height="460" width="778"]]
892 +
893 +**Request parameters**
894 +
895 +(% class="table-bordered table-striped" %)
896 +|=(% colspan="4" %)(((
897 +==== RegisterInvoicePSPPaymentByBillNoRequest ====
898 +)))
899 +|**Field**|**Datatype**|**Required**|**Description**
900 +|##BillNo##|String|Yes|
901 +|Amount|Decimal|Yes|
902 +|PaymentDate|DateTime|Yes|
903 +|SellerTransactionId|String(1-50)|Yes|
904 +|TrackingUserEMail|String(1-256)|Yes|User info for trackability.
905 +|TraceId|String|Yes|
906 +
907 +**Response parameters**
908 +
909 +(% class="table-bordered table-striped" %)
910 +|=(% colspan="4" %)(((
911 +==== RegisterInvoicePSPPaymentByBillNoResponse ====
912 +)))
913 +|**Field**|**Datatype**|**Description**
914 +|##ResponseCode##|String|
915 +|##ResponseMessage##|String|
916 +|TraceId|String|
917 +
918 += =
919 +
920 +== GetOrderlinesByBillNo10 ==
921 +
922 +(% class="wikigeneratedid" %)
923 +Get all orderlines on a bill
924 +[[image:PxR_InvoiceService_GetOrderLinesByBillNo10.png]]
925 +
926 +**Request parameters**
927 +
928 +(% class="table-bordered table-striped" %)
929 +|=(% colspan="4" %)(((
930 +==== GetOrderlinesByBillNo10Request ====
931 +)))
932 +|**Field**|**Datatype**|**Required**|**Description**
933 +|##BillNo##|String|Yes|
934 +|##TrackingUserEMail##|String|Yes|User info for trackability.
935 +|TraceId|String|Yes|
936 +
937 +**Response parameters**
938 +
939 +(% class="table-bordered table-striped" %)
940 +|=(% colspan="3" %)(((
941 +==== GetOrderlinesByBillNo10Response ====
942 +)))
943 +|**Field**|**Datatype**|**Description**
944 +|(% style="font-family:monospace" %)##OrderLines##|List [[OrderLine>>doc:||anchor="HOrderline"]]|Array.
945 +|##ResponseCode##|String|
946 +|##ResponseMessage##|String|
947 +|##TraceId##|String|
948 +
949 +**Classes**
950 +
951 +(% class="table-bordered table-striped" %)
952 +|=(% colspan="3" %)(((
953 +==== Orderline ====
954 +)))
955 +|**Field**|**Datatype**|**Description**
956 +|(% style="font-family:monospace" %)AmountInclVat|Decimal|
957 +|(% style="font-family:monospace" %)Description|String|
958 +|(% style="font-family:monospace" %)ExternalReferenceId|String|
959 +|(% style="font-family:monospace" %)TransactionDate|DateTime|
960 +|(% style="font-family:monospace" %)##VatAmount##|Decimal|
961 +
962 +**Error codes**
963 +
964 +(% class="table-bordered table-striped" %)
965 +|=(% colspan="4" %)(((
966 +==== GetOrderlinesByBillNo10Response ====
967 +)))
968 +|**Code**|**Name**|**Description**
969 +|5080|InvalidBillNo|BillNo input is not valid or no matching bill found
970 +
971 +=
972 +\\CustomerService methods =
973 +
974 +The complete Wsdl specification for this service can be found at:
975 +[[https:~~/~~/connect.internaltest.payex.com/PxR/CustomerService.svc>>url:https://connect.internaltest.payex.com/PxR/CustomerService.svc]]
976 +
977 + (Username/password security model)
978 +
979 +== GetcustomerCurrentStateByCustomerNo ==
980 +
981 +Get information about current state of a customer.
982 +
983 +**Class diagram**
984 +
985 +
986 +
987 +[[image:7-class-diagram-external.png]]
988 +
989 +**Request parameters**
990 +
991 +(% class="table-bordered table-striped" %)
992 +|=(% colspan="4" %)(((
993 +==== GetCustomerCurrentStateByCustomerNoRequest ====
994 +)))
995 +|**Field**|**Datatype**|**Required**|**Description**
996 +|TraceId|String|Yes|
997 +|##CustomerNumber##|String(15)|Yes|
998 +|##TrackingUserEMail##|String|No|
999 +
1000 +**Response parameters**
1001 +
1002 +(% class="table-bordered table-striped" %)
1003 +|=(% colspan="3" %)(((
1004 +==== GetCustomerCurrentStateByCustomerNoResponse ====
1005 +)))
1006 +|**Field**|**Datatype**|**Description**
1007 +|(% style="font-family:monospace" %)##CustomerConsents##|[[CustomerConsent>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerConsent"]]|Array.
1008 +|##CustomerInfo##|[[CustomerInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerInfo"]]|
1009 +|##CustomerNo##|String|
1010 +|##CustomerStatus##|[[CustomerStatus>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerStatus"]]|Array.
1011 +
1012 +**Classes**
1013 +
1014 +(% class="table-bordered table-striped" %)
1015 +|=(% colspan="3" %)(((
1016 +==== CustomerConsent ====
1017 +)))
1018 +|**Field**|**Datatype**|**Description**
1019 +|(% 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.
1020 +
1021 +(% class="table-bordered table-striped" %)
1022 +|=(% colspan="3" %)(((
1023 +==== CustomerInfo ====
1024 +)))
1025 +|**Field**|**Datatype**|**Description**
1026 +|(% style="font-family:monospace" %)##Name##|String|
1027 +|##DistributionAddressInfo##|[[DistributionAddressInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HDistributionAddressInfo"]]|
1028 +|##Language##|String|
1029 +|##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.
1030 +|##VatNo##|String|
1031 +|##Category##|String|Customer Category
1032 +
1033 +(% class="table-bordered table-striped" %)
1034 +|=(% colspan="3" %)(((
1035 +==== CustomerStatus ====
1036 +)))
1037 +|**Field**|**Datatype**|**Description**
1038 +|(% style="font-family:monospace" %)##CustomerStatusTypeCode##|Int|[[See code specification.>>||anchor="HCustomerStatustypecodes"]]
1039 +
1040 +(% class="table-bordered table-striped" %)
1041 +|=(% colspan="4" %)(((
1042 +==== DistributionAddressInfo ====
1043 +)))
1044 +|**Field**|**Datatype**|**Required**|**Description**
1045 +|(% style="font-family:monospace" %)##Addresses##|Array|Yes|See [[address>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HAddress"]].
1046 +|##EMailAddress##|String|No|
1047 +|##Cellphone##|String|No|
1048 +
1049 +(% class="table-bordered table-striped" %)
1050 +|=(% colspan="4" %)(((
1051 +==== Address ====
1052 +)))
1053 +|**Field**|**Datatype**|**Required**|**Description**
1054 +|(% style="font-family:monospace" %)Addressee|String(72)|Yes|
1055 +|##StreetAdress##|String(35)|No|
1056 +|##ZipCode##|String(9)|Yes|
1057 +|##City##|String(27)|Yes|
1058 +|##CoAddress##|String(35)|No|
1059 +|##CountryCode##|String(2)|Yes|
1060 +|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.
1061 +
1062 +== GetCustomerCurrentStateByRegNo10 ==
1063 +
1064 +**Class diagram**
1065 +
1066 +[[image:1574422177227-663.png||height="671" width="1146"]]
1067 +
1068 +**Request parameters**
1069 +
1070 +(% class="table-bordered table-striped" %)
1071 +|=(% colspan="4" %)(((
1072 +==== GetCustomerCurrentStateByRegNo10Request ====
1073 +)))
1074 +|**Field**|**Datatype**|**Required**|**Description**
1075 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|Yes|
1076 +|##TrackingUserEMail##|String|Yes|
1077 +|TraceId|String|Yes|
1078 +
1079 +**Response parameters**
1080 +
1081 +(% class="table-bordered table-striped" %)
1082 +|=(% colspan="3" %)(((
1083 +==== GetCustomerCurrentStateByRegNo10Response ====
1084 +)))
1085 +|**Field**|**Datatype**|**Description**
1086 +|(% style="font-family:monospace" %)##CustomerConsents##|[[CustomerConsent>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerConsent"]]|Array.
1087 +|##CustomerInfo##|[[CustomerInfo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerInfo"]]|
1088 +|##CustomerNo##|String|
1089 +|##CustomerStatus##|[[CustomerStatus>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HCustomerStatus"]]|Array.
1090 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|
1091 +
1092 +(% id="HAppendix1SharedClasses" %)
1093 += Appendix 1 Shared Classes =
1094 +
1095 +
1096 +**Response parameters**
1097 +
1098 +(% class="table-bordered table-striped" %)
1099 +|=(% colspan="3" %)(((
1100 +==== GetInvoicePDFResponse ====
1101 +)))
1102 +|**Field**|**Datatype**|**Description**
1103 +|##Pdf##|Byte[]|
1104 +|##RegNo##|[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|
1105 +|##CustomerNo##|String|
1106 +|##ResponseCode##|String|
1107 +|##ResponseMessage##|String|
1108 +|##TraceId##|String|
1109 +
1110 +(% class="table-bordered table-striped" style="width:1595px" %)
1111 +|=(% colspan="3" style="width: 1591px;" %)(((
1112 +==== GetInvoiceInformationResponse ====
1113 +)))
1114 +|(% style="width:700px" %)**Field**|(% style="width:400px" %)**Datatype**|(% style="width:493px" %)**Description**
1115 +|(% style="width:700px" %)##RegNo##|(% style="width:400px" %)[[RegNo>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HRegNo"]]|(% style="width:493px" %)
1116 +|(% style="width:700px" %)##CustomerNo##|(% style="width:400px" %)String|(% style="width:493px" %)
1117 +|(% style="width:700px" %)##Invoice##|(% style="width:400px" %)[[Invoice>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInvoice"]]|(% style="width:493px" %)
1118 +|(% style="width:700px" %)##ResponseCode##|(% style="width:400px" %)String|(% style="width:493px" %)
1119 +|(% style="width:700px" %)##ResponseMessage##|(% style="width:400px" %)String|(% style="width:493px" %)
1120 +|(% style="width:700px" %)##TraceId##|(% style="width:400px" %)String|(% style="width:493px" %)
1121 +
1122 +(% class="table-bordered table-striped" %)
1123 +|=(% colspan="3" %)(((
1124 +==== Invoice ====
1125 +)))
1126 +|**Field**|**Datatype**|**Description**
1127 +|##PaymentReference##|String|
1128 +|##BillNo##|String|
1129 +|##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.
1130 +|##ExternalInvoiceId##|String|
1131 +|##ExternalReference##|String|
1132 +|##SellerNo##|String|
1133 +|##BillDate##|DateTime|
1134 +|##DueDate##|DateTime (Optional)|
1135 +|##OriginalAmount##|Decimal|
1136 +|##Interest##|[[Interest>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInterest"]]|
1137 +|##CurrentBalanceList##|List <[[Balance>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HBalance"]]>|
1138 +|##CurrencyCode##|String|
1139 +|##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.
1140 +|##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.
1141 +|##PaymentBankAccount##|[[PaymentBankAccount>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HPaymentBankAccount"]]|
1142 +|##PaymentType##|String|
1143 +|##ActiveRespite##|[[ActiveRespite>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActiveRespite"]]|
1144 +|##ActivePaymentOrder##|[[ActivePaymentOrder>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HActivePaymentOrder"]]|
1145 +|##BillId##|Long|
1146 +|##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.
1147 +|##InvoiceHistory##|List <[[InvoiceHistory>>doc:Main.Invoicing.invoice-service.Technical reference.PayEx Connect (API).ExternalServicesmanual.WebHome||anchor="HInvoiceHistory"]]>|
1148 +
1149 +(% class="table-bordered table-striped" %)
1150 +|=(% colspan="3" %)(((
1151 +==== PaymentBankAccount21 inherit [[PaymentBankAccount>>||anchor="HPaymentBankAccount"]] ====
1152 +)))
1153 +|**Field**|**Datatype**|**Description**
1154 +| | |
1155 +
1156 +(% class="table-bordered table-striped" %)
1157 +|=(% colspan="3" %)(((
1158 +==== PaymentBankAccount ====
1159 +)))
1160 +|**Field**|**Datatype**|**Description**
1161 +|##BankAccountNo##|String|
1162 +|##BankAccountType##|String|
1163 +|##BIC##|String|
1164 +|##IBAN##|String|
1165 +|PaymentTypeName|String|
1166 +
1167 +(% class="table-bordered table-striped" %)
1168 +|=(% colspan="3" %)(((
1169 +==== ActiveRespite ====
1170 +)))
1171 +|**Field**|**Datatype**|**Description**
1172 +|##RespiteValidToDate##|DateTime|
1173 +|##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.
1174 +
1175 +(% class="table-bordered table-striped" %)
1176 +|=(% colspan="3" %)(((
1177 +==== InvoiceHistory ====
1178 +)))
1179 +|**Field**|**Datatype**|**Description**
1180 +|BillDate|DateTime|
1181 +|BillId|long|
1182 +|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.
1183 +
1184 +(% class="table-bordered table-striped" %)
1185 +|=(% colspan="3" %)(((
1186 +==== GetClosedInvoiceInformation21Response ====
1187 +)))
1188 +|**Field**|**Datatype**|**Description**
1189 +|CompanyNo|String|
1190 +|CustomerNo|string|
1191 +|CustomerName|String|
1192 +|InvoiceList|List<[[ClosedInvoice21>>||anchor="HClosedInvoice21"]]>|See [[ClosedInvoice21>>||anchor="HClosedInvoice21"]]
1193 +
1194 +(% class="table-bordered table-striped" %)
1195 +|=(% colspan="3" %)(((
1196 +==== GetOpenInvoiceInformation21Response ====
1197 +)))
1198 +|**Field**|**Datatype**|**Description**
1199 +|CompanyNo|String|
1200 +|CustomerNo|string|
1201 +|CustomerName|String|
1202 +|InvoiceList|List<[[OpenInvoice21>>doc:||anchor="HOpenInvoice21inheritClosedInvoice21"]]>|
1203 +
1204 +(% class="table-bordered table-striped" %)
1205 +|=(% colspan="3" %)(((
1206 +==== GetInvoiceInformation21Response ====
1207 +)))
1208 +|**Field**|**Datatype**|**Description**
1209 +|CompanyNo|String|
1210 +|RegNo|[[RegNo>>doc:||anchor="HRegNo"]]|
1211 +|CustomerNo|string|
1212 +|CustomerName|String|
1213 +|InvoiceList|List<[[InvoiceInformation21>>doc:||anchor="HInvoiceInformation21inheritOpenInvoice21"]]>|
1214 +
1215 +(% class="table-bordered table-striped" %)
1216 +|=(% colspan="3" %)(((
1217 +==== ClosedInvoice21 ====
1218 +)))
1219 +|**Field**|**Datatype**|**Description**
1220 +|CurrencyCode|String|
1221 +|BillNo|string|
1222 +|BillStatusCode|Int|
1223 +|ExternalInvoiceId|String|
1224 +|BillDate|DateTime|
1225 +|DueDate|DateTime|
1226 +|ExternalBillType|String|
1227 +|OriginalAmount|Decimal|
1228 +|SellerName|String|
1229 +|SellerNo|String|
1230 +|InvoiceProfileType|String|The invoice profile type code
1231 +|InvoiceAlias|String|User friendly name of the invoice profile type
1232 +
1233 +(% class="table-bordered table-striped" %)
1234 +|=(% colspan="4" %)(((
1235 +==== OpenInvoice21 inherit [[ClosedInvoice21>>||anchor="HClosedInvoice21"]] ====
1236 +)))
1237 +|**Field**|**Datatype**| |**Description**
1238 +|CurrentDebt|Decimal| |
1239 +|PaymentBankAccount|[[PaymentBankAccount21>>doc:||anchor="HPaymentBankAccount21inheritPaymentBankAccount"]]| |
1240 +|PaymentType|String| |
1241 +|ActiveRespite|[[ActiveRespite21>>||anchor="HActiveRespite21"]]| |
1242 +|ActivePaymentOrder|[[ActivePaymentOrder>>||anchor="HActivePaymentOrder"]]| |
1243 +|PaymentReference|String| |
1244 +|ExportedToCollection|Bool| |
1245 +|{{{ExportedToCollectionDate}}}|DateTime| |(((
1246 +
1247 +)))
1248 +
1249 +​​​​​​
1250 +
1251 +(% class="table-bordered table-striped" %)
1252 +|=(% colspan="3" %)(((
1253 +==== InvoiceInformation21 inherit [[OpenInvoice21>>doc:||anchor="HOpenInvoice21inheritClosedInvoice21"]] ====
1254 +)))
1255 +|**Field**|**Datatype**|**Description**
1256 +|PenaltyInterest|[[Interest>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HInterest]]|
1257 +|CurrentBalance|List<[[Balance>>||anchor="HBalance"]]>|
1258 +
1259 +(% class="table-bordered table-striped" %)
1260 +|=(% colspan="3" %)(((
1261 +==== GetClosedInvoiceInformation20Response ====
1262 +)))
1263 +|**Field**|**Datatype**|**Description**
1264 +|CompanyNo|String|
1265 +|CustomerNo|string|
1266 +|CustomerName|String|
1267 +|InvoiceList|List<[[ClosedInvoice20>>||anchor="HClosedInvoice20"]]>|See [[ClosedInvoice20>>||anchor="HClosedInvoice20"]]
1268 +
1269 +(% class="table-bordered table-striped" %)
1270 +|=(% colspan="3" %)(((
1271 +==== ClosedInvoice20 ====
1272 +)))
1273 +|**Field**|**Datatype**|**Description**
1274 +|CurrencyCode|String|
1275 +|BillNo|string|
1276 +|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.
1277 +|ExternalInvoiceId|String|
1278 +|BillDate|DateTime|
1279 +|DueDate|DateTime|
1280 +|ExternalBillType|String|
1281 +|OriginalAmount|Decimal|
1282 +|SellerName|String|
1283 +|SellerNo|String|
1284 +
1285 +(% class="table-bordered table-striped" %)
1286 +|=(% colspan="3" %)(((
1287 +==== GetOpenInvoiceInformation20Response ====
1288 +)))
1289 +|**Field**|**Datatype**|**Description**
1290 +|CompanyNo|String|
1291 +|CustomerNo|string|
1292 +|CustomerName|String|
1293 +|InvoiceList|List<[[OpenInvoice20>>doc:||anchor="HOpenInvoice20inheritClosedInvoice20"]]>|
1294 +
1295 +(% class="table-bordered table-striped" %)
1296 +|=(% colspan="3" %)(((
1297 +==== InvoiceInformation20 inherit [[OpenInvoice20>>||anchor="HOpenInvoice20inheritClosedInvoice20"]] ====
1298 +)))
1299 +|**Field**|**Datatype**|**Description**
1300 +|PenaltyInterest|[[Interest>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/Invoicing/invoice-service/Technical%20reference/PayEx%20Connect%20%28API%29/ExternalServicesmanual/#HInterest]]|
1301 +|CurrentBalance|List<[[Balance>>||anchor="HBalance"]]>|
1302 +|InvoiceHistory|List<[[InvoiceHistory20>>||anchor="HInvoiceHistory20"]]>|
1303 +
1304 +(% class="table-bordered table-striped" %)
1305 +|=(% colspan="3" %)(((
1306 +==== InvoiceHistory20 ====
1307 +)))
1308 +|**Field**|**Datatype**|**Description**
1309 +|BillDate|DateTime|
1310 +|ExternalBillType|String|
1311 +|BillAmount|Decimal|
1312 +
1313 +(% class="table-bordered table-striped" style="width:1186px" %)
1314 +|=(% colspan="3" style="width: 1183px;" %)(((
1315 +==== OpenInvoice20 inherit [[ClosedInvoice20>>||anchor="HClosedInvoice20"]] ====
1316 +)))
1317 +|**Field**|**Datatype**|(% style="width:155px" %)**Description**
1318 +|CurrentDebt|Decimal|(% style="width:155px" %)
1319 +|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" %)
1320 +|PaymentType|String|(% style="width:155px" %)
1321 +|ActiveRespite|[[ActiveRespite20>>||anchor="HActiveRespite20"]]|(% style="width:155px" %)
1322 +|ActivePaymentOrder|[[ActivePaymentOrder>>||anchor="HActivePaymentOrder"]]|(% style="width:155px" %)
1323 +|PaymentReference|String|(% style="width:155px" %)
1324 +|ExportedToCollection|Bool|(% style="width:155px" %)
1325 +
1326 +{{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_GetOpenInvoiceInformationByCustomerNo20.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_GetOrderLinesByBillNo10.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.avp
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content