TechnicalContact: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Technical contact structure = This structure represents the details for the technical contact of your shop in Barion. == API usage == This structure is used by the follo...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:


This structure is used by the following API endpoints:
This structure is used by the following API endpoints:
* [[Shop-Create-v1]]
* [[Pos-Create-v1]]
* [[Pos-Get-v1]]


== Property list ==
== Property list ==
Line 21: Line 22:
|  
|  
* Max length: 30 characters
* Max length: 30 characters
* Expected format: CCXX1231234, where CC is the country code, XX is the provider, followed by the phone number. <br />For example, a Hungarian Vodafone mobile number would be 3670123456789.
* Expected format: 36701231234 (where 36 is the country code)
| The phone number of the technical contact.
|The number must be sent in the expected format, without a + sign or leading zero(s).
|-
|-
| Email
| Email

Latest revision as of 12:15, 16 June 2023

Technical contact structure

This structure represents the details for the technical contact of your shop in Barion.

API usage

This structure is used by the following API endpoints:

Property list

Property name Property type Limitations and constraints Description
Name string The name of the technical contact person.
PhoneNumber string
  • Max length: 30 characters
  • Expected format: 36701231234 (where 36 is the country code)
The number must be sent in the expected format, without a + sign or leading zero(s).
Email string The email address of the technical contact.