CustomerAttributeMapGetAll
Z Net47 2.0
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >CustomerAttributeMapGetAll</ Type > < CustomerAttributeGetAll > < SortName >id</ SortName > < SortType >ASC</ SortType > <!-- ASC lub DESC --> </ CustomerAttributeGetAll > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >CustomerAttributeMapGetAll</ Type > < CustomerAttributeMapGetAll > < Attribute > < ID >4</ ID > < Name >Telefon</ Name > </ Attribute > < Attribute > < ID >5</ ID > < Name >gg</ Name > </ Attribute > </ CustomerAttributeMapGetAll > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Błąd wewnętrzny</ Error > </ Request > </ Net47 > //BEGINEND// |