<< Klik hier om de inhoudsopgave te tonen >> Navigatie: API aanroepen > Factuur toevoegen |
Aanroep
Naam: AddInvoice
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:AddInvoice xmlns:ns2="https://api.stip-t.nl/v1/"> <securityToken></securityToken> <invoice> <date></date> <description></description> <layout></layout> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> <relation> <relationNo></relationNo> <name></name> <contact></contact> <address></address> <postalCode></postalCode> <city></city> <countryCode></countryCode> <email></email> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </relation> <Lines> <line> <product> <productNo></productNo> <description></description> <unitPrice></unitPrice> <ledgerAccNo></ledgerAccNo/> <vatCode></vatCode> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </product> <quantity></quantity> <discountPerc></discountPerc> </line> </Lines> </invoice> <createRelationIfNotExists></createRelationIfNotExists> <createProductIfNotExists></createProductIfNotExists> </ns2:AddInvoice> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
securityToken |
string |
verplicht |
securityToken verkregen bij login |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createRelationIfNotExists |
boolean |
default true |
indien true, maak de relatie aan in Stip-T wanneer deze nog niet bestaat |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createProductIfNotExists |
boolean |
default true |
indien true, maak het artikel aan in Stip-T wanneer deze nog niet bestaat |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
invoice |
Invoice
|
Antwoord
Naam: AddInvoiceResponse
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:AddInvoiceResponse xmlns:ns2="https://api.stip-t.nl/v1/"> <result> <error></error> <errorMessage></errorMessage> <invoiceDetails> <date></date> <description></description> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> <totalAmount></totalAmount> <openAmount></openAmount> <relation> <relationNo></relationNo> <name></name> <contact></contact> <address></address> <postalCode></postalCode> <city></city> <countryCode></countryCode> <commerceNo></commerceNo> <taxNo></taxNo> <OIN></OIN> <email></email> <telephone></telephone> </relation> <layout></layout> <Lines> <line> <product> <productNo></productNo> <description></description> <unitPrice></unitPrice> <ledgerAccNo></ledgerAccNo> <vatCode></vatCode> </product> <quantity></quantity> <discountPerc></discountPerc> </line> </Lines> <invoiceNo></invoiceNo> <token></token> </invoiceDetails> </result> </ns2:AddInvoiceResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
result |
RequestResult
|