StorageItemAdd
(Różnice między wersjami)
Linia 9: | Linia 9: | ||
<Type>StorageItemAdd</Type> | <Type>StorageItemAdd</Type> | ||
<StorageItemAdd> | <StorageItemAdd> | ||
+ | <SupplierID>4</SupplierID> | ||
+ | <StorageID>2</StorageID> | ||
+ | <DocumentTypeID>8</DocumentTypeID> | ||
+ | <DocumentNumber>10/PZ/23/2012</DocumentNumber> | ||
+ | <DateOfPurchase>2012-08-01 00:00:00</DateOfPurchase> | ||
<Group> | <Group> | ||
+ | |||
<ItemMapID>12</ItemMapID> | <ItemMapID>12</ItemMapID> | ||
<Quantity>2.0</Quantity> | <Quantity>2.0</Quantity> | ||
Linia 65: | Linia 71: | ||
</Attribute> | </Attribute> | ||
</Group> | </Group> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</StorageItemAdd> | </StorageItemAdd> | ||
</Request> | </Request> |
Wersja z 15:12, 8 sie 2012
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >StorageItemAdd</ Type > < StorageItemAdd > < SupplierID >4</ SupplierID > < StorageID >2</ StorageID > < DocumentTypeID >8</ DocumentTypeID > < DocumentNumber >10/PZ/23/2012</ DocumentNumber > < DateOfPurchase >2012-08-01 00:00:00</ DateOfPurchase > < Group > < ItemMapID >12</ ItemMapID > < Quantity >2.0</ Quantity > < TaxID >4</ TaxID > < UnitID >8</ UnitID > < Item > < Attribute > < AttributeID >1</ AttributeID > < Value >00:01:88:44:33:11</ Value > </ Attribute > < Attribute > < AttributeID >2</ AttributeID > < Value >00GEA564684GASGAE</ Value > </ Attribute > </ Item > < Item > < Attribute > < AttributeID >1</ AttributeID > < Value >00:01:88:44:33:11</ Value > </ Attribute > < Attribute > < AttributeID >2</ AttributeID > < Value >00GEA564684GASGAE</ Value > </ Attribute > </ Item > < Attribute > < AttributeID >3</ AttributeID > < Value >2012-10-01</ Value > </ Attribute > < Attribute > < AttributeID >5</ AttributeID > < Value >320.00</ Value > </ Attribute > < Attribute > < AttributeID >6</ AttributeID > < Value >350.00</ Value > </ Attribute > </ Group > < Group > < ItemMapID >12</ ItemMapID > < Quantity >8.3</ Quantity > < TaxID >4</ TaxID > < UnitID >8</ UnitID > < Attribute > < AttributeID >3</ AttributeID > < Value >2012-10-01</ Value > </ Attribute > < Attribute > < AttributeID >5</ AttributeID > < Value >320.00</ Value > </ Attribute > < Attribute > < AttributeID >6</ AttributeID > < Value >350.00</ Value > </ Attribute > </ Group > </ StorageItemAdd > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >StorageItemAdd</ Type > < StorageItemAdd > < Item > < ID >2</ ID > < StorageID >4</ StorageID > < ItemMapID >10</ ItemMapID > < GroupName >Przewody</ GroupName > < ItemMapName >h155</ ItemMapName > < Unit >m</ Unit > <!-- godz, kg, litr, m, mkw, opak, szt --> < Quantity >4.5</ Quantity > < DocumentID >41</ DocumentID > < MAC ></ MAC > < Serial ></ Serial > < SupplierID >4</ SupplierID > < CreateDate >2012-04-07 11:11:11</ CreateDate > </ Item > < Item > < ID >2</ ID > < StorageID >4</ StorageID > < ItemMapID >10</ ItemMapID > < GroupName >Przewody</ GroupName > < ItemMapName >h155</ ItemMapName > < Unit >m</ Unit > <!-- godz, kg, litr, m, mkw, opak, szt --> < Quantity >4.5</ Quantity > < DocumentID >41</ DocumentID > < MAC ></ MAC > < Serial ></ Serial > < SupplierID >4</ SupplierID > < CreateDate >2012-04-07 11:11:11</ CreateDate > </ Item > </ StorageItemAdd > </ 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 >Brak uprawnień</ Error > </ Request > </ Net47 > //BEGINEND// |