Änderungen von Dokument Master Data
Zuletzt geändert von Steffi F am 2025/08/25 10:04
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -3,10 +3,10 @@ 3 3 = Master Data Objekte speichern = 4 4 5 5 {{apimacro title="SaveCompanyList_V1 Request"}} 6 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCompanyListRequest_V1">6 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompanyListRequest_V1"> 7 7 <ACMP> 8 8 <SaveCompanyList ActionType="Request" version="1"> 9 - <TSaveCompanyListRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">9 + <TSaveCompanyListRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 10 10 <CompanyList> 11 11 <TCompany_V1 xsi:type="TCompany_V1"> 12 12 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -40,27 +40,27 @@ 40 40 </TSaveCompanyListRequest_V1> 41 41 </SaveCompanyList> 42 42 </ACMP> 43 -</ICQL> 43 +</ICQL>}}} 44 44 {{/apimacro}} 45 45 46 46 {{apimacro title="SaveCompanyList_V1 Response"}} 47 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCompanyListResponse_V1">47 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompanyListResponse_V1"> 48 48 <ACMP> 49 49 <SaveCompanyList ActionType="Response" version="1"> 50 - <TSaveCompanyListResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">50 + <TSaveCompanyListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 51 51 <ResultCode>0</ResultCode> 52 52 <ResultMessage>ResultMessage</ResultMessage> 53 53 </TSaveCompanyListResponse_V1> 54 54 </SaveCompanyList> 55 55 </ACMP> 56 -</ICQL> 56 +</ICQL>}}} 57 57 {{/apimacro}} 58 58 59 59 {{apimacro title="SaveCompanies_V2 Request"}} 60 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCompaniesRequest_V2">60 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompaniesRequest_V2"> 61 61 <ACMP> 62 62 <SaveCompanies ActionType="Request" version="2"> 63 - <TSaveCompaniesRequest_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">63 + <TSaveCompaniesRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 64 64 <Companies> 65 65 <TCompany_V2 xsi:type="TCompany_V2"> 66 66 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -142,7 +142,7 @@ 142 142 </TSaveCompaniesRequest_V2> 143 143 </SaveCompanies> 144 144 </ACMP> 145 -</ICQL> 145 +</ICQL>}}} 146 146 {{/apimacro}} 147 147 148 148 {{apimacro title="SaveCompanies_V2 Response"}} ... ... @@ -159,11 +159,11 @@ 159 159 {{/apimacro}} 160 160 161 161 {{apimacro title="SaveContacts Request V2"}} 162 -<?xml version="1.0" encoding="utf-8"?> 163 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContactsRequest_V2">162 +{{{<?xml version="1.0" encoding="utf-8"?> 163 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsRequest_V2"> 164 164 <ACMP> 165 165 <SaveContacts ActionType="Request" version="2"> 166 - <TSaveContactsRequest_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">166 + <TSaveContactsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 167 167 <Contacts> 168 168 <TContact_V2 xsi:type="TContact_V2"> 169 169 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> ... ... @@ -329,15 +329,15 @@ 329 329 </TSaveContactsRequest_V2> 330 330 </SaveContacts> 331 331 </ACMP> 332 -</ICQL> 332 +</ICQL>}}} 333 333 {{/apimacro}} 334 334 335 335 {{apimacro title="SaveContacts Response V2"}} 336 -<?xml version="1.0" encoding="utf-8"?> 337 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContactsResponse_V2">336 +{{{<?xml version="1.0" encoding="utf-8"?> 337 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsResponse_V2"> 338 338 <ACMP> 339 339 <SaveContacts ActionType="Response" version="2"> 340 - <TSaveContactsResponse_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">340 + <TSaveContactsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 341 341 <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg> 342 342 <ResultCode>0</ResultCode> 343 343 <ResultMessage>ResultMessage</ResultMessage> ... ... @@ -344,7 +344,7 @@ 344 344 </TSaveContactsResponse_V2> 345 345 </SaveContacts> 346 346 </ACMP> 347 -</ICQL> 347 +</ICQL>}}} 348 348 {{/apimacro}} 349 349 350 350 {{aagon.infobox}} ... ... @@ -352,10 +352,10 @@ 352 352 {{/aagon.infobox}} 353 353 354 354 {{apimacro title="SaveContacts Request V3"}} 355 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContactsRequest_V3">355 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsRequest_V3"> 356 356 <ACMP> 357 357 <SaveContacts ActionType="Request" version="3"> 358 - <TSaveContactsRequest_V3 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">358 + <TSaveContactsRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 359 359 <Contacts> 360 360 <TContact_V3 xsi:type="TContact_V3"> 361 361 <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> ... ... @@ -541,14 +541,14 @@ 541 541 </TSaveContactsRequest_V3> 542 542 </SaveContacts> 543 543 </ACMP> 544 -</ICQL> 544 +</ICQL>}}} 545 545 {{/apimacro}} 546 546 547 547 {{apimacro title="SaveContacts Response V3"}} 548 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContactsResponse_V3">548 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsResponse_V3"> 549 549 <ACMP> 550 550 <SaveContacts ActionType="Response" version="3"> 551 - <TSaveContactsResponse_V3 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">551 + <TSaveContactsResponse_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 552 552 <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg> 553 553 <ResultCode>0</ResultCode> 554 554 <ResultMessage>ResultMessage</ResultMessage> ... ... @@ -555,15 +555,15 @@ 555 555 </TSaveContactsResponse_V3> 556 556 </SaveContacts> 557 557 </ACMP> 558 -</ICQL> 558 +</ICQL>}}} 559 559 {{/apimacro}} 560 560 561 561 {{apimacro title="SaveCostCenters_V1 Request"}} 562 -<?xml version="1.0" encoding="utf-8"?> 563 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCostCentersRequest_V1">562 +{{{<?xml version="1.0" encoding="utf-8"?> 563 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersRequest_V1"> 564 564 <ACMP> 565 565 <SaveCostCenters ActionType="Request" version="1"> 566 - <TSaveCostCentersRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">566 + <TSaveCostCentersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 567 567 <CostCenters> 568 568 <TCostCenter_V1 xsi:type="TCostCenter_V1"> 569 569 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -589,15 +589,15 @@ 589 589 </TSaveCostCentersRequest_V1> 590 590 </SaveCostCenters> 591 591 </ACMP> 592 -</ICQL> 592 +</ICQL>}}} 593 593 {{/apimacro}} 594 594 595 595 {{apimacro title="SaveCostCenters_V1 Response"}} 596 -<?xml version="1.0" encoding="utf-8"?> 597 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCostCentersResponse_V1">596 +{{{<?xml version="1.0" encoding="utf-8"?> 597 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersResponse_V1"> 598 598 <ACMP> 599 599 <SaveCostCenters ActionType="Response" version="1"> 600 - <TSaveCostCentersResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">600 + <TSaveCostCentersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 601 601 <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg> 602 602 <ResultCode>0</ResultCode> 603 603 <ResultMessage>ResultMessage</ResultMessage> ... ... @@ -604,14 +604,14 @@ 604 604 </TSaveCostCentersResponse_V1> 605 605 </SaveCostCenters> 606 606 </ACMP> 607 -</ICQL> 607 +</ICQL>}}} 608 608 {{/apimacro}} 609 609 610 610 {{apimacro title="SaveCostCenters_V2 Request"}} 611 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCostCentersRequest_V2">611 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersRequest_V2"> 612 612 <ACMP> 613 613 <SaveCostCenters ActionType="Request" version="2"> 614 - <TSaveCostCentersRequest_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">614 + <TSaveCostCentersRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 615 615 <CostCenters> 616 616 <TCostCenter_V2 xsi:type="TCostCenter_V2"> 617 617 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -675,28 +675,28 @@ 675 675 </TSaveCostCentersRequest_V2> 676 676 </SaveCostCenters> 677 677 </ACMP> 678 -</ICQL> 678 +</ICQL>}}} 679 679 {{/apimacro}} 680 680 681 681 {{apimacro title="SaveCostCenters_V2 Response"}} 682 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveCostCentersResponse_V2">682 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersResponse_V2"> 683 683 <ACMP> 684 684 <SaveCostCenters ActionType="Response" version="2"> 685 - <TSaveCostCentersResponse_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">685 + <TSaveCostCentersResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 686 686 <ResultCode>0</ResultCode> 687 687 <ResultMessage>ResultMessage</ResultMessage> 688 688 </TSaveCostCentersResponse_V2> 689 689 </SaveCostCenters> 690 690 </ACMP> 691 -</ICQL> 691 +</ICQL>}}} 692 692 {{/apimacro}} 693 693 694 694 {{apimacro title="SaveDepartments_V1 Request"}} 695 -<?xml version="1.0" encoding="utf-8"?> 696 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveDepartmentsRequest_V1">695 +{{{<?xml version="1.0" encoding="utf-8"?> 696 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsRequest_V1"> 697 697 <ACMP> 698 698 <SaveDepartments ActionType="Request" version="1"> 699 - <TSaveDepartmentsRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">699 + <TSaveDepartmentsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 700 700 <Departments> 701 701 <TDepartment_V1 xsi:type="TDepartment_V1"> 702 702 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -716,15 +716,15 @@ 716 716 </TSaveDepartmentsRequest_V1> 717 717 </SaveDepartments> 718 718 </ACMP> 719 -</ICQL> 719 +</ICQL>}}} 720 720 {{/apimacro}} 721 721 722 722 {{apimacro title="SaveDepartments_V1 Response"}} 723 -<?xml version="1.0" encoding="utf-8"?> 724 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveDepartmentsResponse_V1">723 +{{{<?xml version="1.0" encoding="utf-8"?> 724 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsResponse_V1"> 725 725 <ACMP> 726 726 <SaveDepartments ActionType="Response" version="1"> 727 - <TSaveDepartmentsResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">727 + <TSaveDepartmentsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 728 728 <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg> 729 729 <ResultCode>0</ResultCode> 730 730 <ResultMessage>ResultMessage</ResultMessage> ... ... @@ -731,14 +731,14 @@ 731 731 </TSaveDepartmentsResponse_V1> 732 732 </SaveDepartments> 733 733 </ACMP> 734 -</ICQL> 734 +</ICQL>}}} 735 735 {{/apimacro}} 736 736 737 737 {{apimacro title="SaveDepartments_V2 Request"}} 738 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveDepartmentsRequest_V2">738 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsRequest_V2"> 739 739 <ACMP> 740 740 <SaveDepartments ActionType="Request" version="2"> 741 - <TSaveDepartmentsRequest_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">741 + <TSaveDepartmentsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 742 742 <Departments> 743 743 <TDepartment_V2 xsi:type="TDepartment_V2"> 744 744 <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> ... ... @@ -802,20 +802,20 @@ 802 802 </TSaveDepartmentsRequest_V2> 803 803 </SaveDepartments> 804 804 </ACMP> 805 -</ICQL> 805 +</ICQL>}}} 806 806 {{/apimacro}} 807 807 808 808 {{apimacro title="SaveDepartments_V2 Response"}} 809 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveDepartmentsResponse_V2">809 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsResponse_V2"> 810 810 <ACMP> 811 811 <SaveDepartments ActionType="Response" version="2"> 812 - <TSaveDepartmentsResponse_V2 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">812 + <TSaveDepartmentsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 813 813 <ResultCode>0</ResultCode> 814 814 <ResultMessage>ResultMessage</ResultMessage> 815 815 </TSaveDepartmentsResponse_V2> 816 816 </SaveDepartments> 817 817 </ACMP> 818 -</ICQL> 818 +</ICQL>}}} 819 819 {{/apimacro}} 820 820 821 821 {{apimacro title="SaveLocations_V1 Request"}}

