<< Klik hier om de inhoudsopgave te tonen >> Navigatie: API aanroepen > Artikel toevoegen/wijzigen |
Aanroep
Naam: UpdateProduct
Aanroep structuur
<?xml version="1.0" encoding="utf-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <S:Body> <ns2:UpdateProduct xmlns:ns2="https://api.stip-t.nl/v1/"> <securityToken></securityToken> <product> <productNo></productNo> <description></description> <unitPrice></unitPrice> <ledgerAccNo></ledgerAccNo> <vatCode></vatCode> <productGroupCode></productGroupCode> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </product> </ns2:UpdateProduct> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
securityToken |
string |
verplicht |
securityToken verkregen bij login |
||||||||||||||||||||||||||||||||
product |
Product
|
Antwoord
Naam: UpdateProductResponse
Antwoord structuur
<?xml version="1.0" encoding="utf-8"?> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <S:Body> <ns2:UpdateProductResponse xmlns:ns2="https://api.stip-t.nl/v1/"> <result> <error></error> <errorMessage/> <product> <productNo></productNo> <description></description> <unitPrice></unitPrice> <ledgerAccNo></ledgerAccNo> <vatCode></vatCode> <productGroupCode></productGroupCode> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </product> </result> </ns2:UpdateProductResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
result |
RequestResult
|