new-handle (implicit creation of a new contact)
This means the definition of a new contact. if a contact with the provided email address exists in the JOKER-DATABASE, a new contact will be created. The reference for the created handle is following the format COMO-<number>, e.g. COMO-176269.
ATTENTION:
If you want to create a contact for the admin-contact, you have to replace the ".." at the beginning of the fieldname with "admin-contact".
If you want to create a contact for the tech-contact, you have to replace the ".." at the beginning of the fieldname with "tech-contact".
If you want to create a contact for the billing-contact, you have to replace the ".." at the beginning of the fieldname with "billing-contact".
There is also a new request field called address-3 within the contact definition. This field is not mandatory, it is simply the 3rd line of the address.
request-field | valid values | required |
".."-individual | [YN] | yes |
".."-lname | [\x20-\x7e]{0,80} | no, if name is given |
".."-fname | [\x20-\x7e]{0,80} | no, if name is given |
".."-name | [\x20-\x7e]{0,80} | yes, if fname and/or lname are not given |
".."-title | [\x20-\x7e]{0,80} | no |
".."-organization | [\x20-\x7e]{0,80} | yes, if individual = N |
".."-address-1 | [\x20-\x7e]{1,80} | yes |
".."-address-2 | [\x20-\x7e]{0,80} | no |
".."-address-3 | [\x20-\x7e]{0,80} | no |
".."-postal-code | [\x20-\x7e]{1,50} | yes |
".."-city | [\x20-\x7e]{1,80} | yes |
".."-state | [\x20-\x7e]{0,80} | no |
".."-country | @country | yes |
yes | ||
".."-phone | [[\x20-\x7e]{1,50} | yes |
".."-fax | [[\x20-\x7e]{0,50} | no |
An existing contact (@mobicont or @same-as) (.mobi only)
This means an existing contact handle in the JOKER-DATABASE.
Examples:
owner-contact-handle:COMO-176269
admin-contact-handle:COMO-176229
tech-contact-handle:COMO-176269
billing-contact-handle:COMO-176269
In case you have entered a non-existing contact handle, the system will send you an errormail.
The @same-as makro always replaces the value for the specified contact handle with the email address of the makrotarget. If the referenced contact has to be created with this request, it takes the result handle.
Keep in mind that for .mobi-requests the contact handles for (.com/.net)-contacts are not allowed. If you are referencing to a shortcut like hans@nose.net#1, you will get an error.