Changes for page address_new.php
Last modified by YellowFox_RD on 2025/01/23 09:12
To version 2.1
edited by YellowFox_RD
on 2025/01/23 09:12
on 2025/01/23 09:12
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,15 +1,23 @@ 1 1 (% class="box" %) 2 -(((Table of Contents))) 2 +((( 3 +Table of Contents 4 +))) 5 + 3 3 {{toc/}} 4 4 5 -=== address_new.php [Original Seitentitel] === 8 += address_new.php = 9 + 6 6 Creates a new customer address. 11 + 7 7 = Description = 8 -**(% class="blue mark" %)POST(%%) address_new.php****?company**=//COMPANY_RTIKEY//**&import**=//IMPORT_RTIKEY//**&name1**=//YellowFox%20GmbH//**&street**=//Hauptstraße//**&number**=//1a//**&zipcode**=//01257//**&city**=//Kesselsdorf//**&country**=//D//**&posdesc**=Y//ellowFox%20Headquarter//**&map**=//1//&**lat**=//51.0374//&**lon**=//13.587813// 13 + 14 +(% class="blue mark" %)**POST**(%%)** address_new.php?company**=//COMPANY_RTIKEY//**&import**=//IMPORT_RTIKEY//**&name1**=//YellowFox%20GmbH//**&street**=//Hauptstraße//**&number**=//1a//**&zipcode**=//01257//**&city**=//Kesselsdorf//**&country**=//D//**&posdesc**=Y//ellowFox%20Headquarter//**&map**=//1//&**lat**=//51.0374//&**lon**=//13.587813// 15 + 9 9 = Parameter = 17 + 10 10 |=Parameter|=Description|=Typ|=Note|=Mandatory 11 -|company|RTI company key|string||yes 12 -|import|RTI import key|string||yes 19 +|company|RTI company key|string| |yes 20 +|import|RTI import key|string| |yes 13 13 |name1|name 1|string|max. 100 characters|yes 14 14 |name2|name 2|string|max. 100 characters|no 15 15 |street|streetname|string|max. 100 characters|no ... ... @@ -26,11 +26,13 @@ 26 26 |email|e-mail|string|max. 100 characters|no 27 27 28 28 = Return = 37 + 29 29 A **string** is returned. If successful, "**OK**" is returned as the response. Otherwise an "(% class="error" %)**ERROR:Beschreibung**(%%)" is returned. 39 + 30 30 = Example call = 41 + 31 31 **create address** 32 32 {{code language="java"}}https://map.yellowfox.de/rti/address_new.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&name1=YellowFox%20GmbH&posdesc=YellowFox%20GmbH&street=Am%20Wüsteberg&number=3&zipcode=01723&city=Kesselsdorf&country=D&map=1&lat=51.036423&lon=13.598794{{/code}} 33 33 34 -// 35 -// 36 - 45 + 46 +\\