<< Klik hier om de inhoudsopgave te tonen >> Navigatie: API aanroepen > Factuur opvragen |
Aanroep
Naam: GetInvoice
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:GetInvoice xmlns:ns2="https://api.stip-t.nl/v1/"> <securityToken></securityToken> <invoiceNo></invoiceNo> </ns2:GetInvoice> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
---|---|---|---|
securityToken |
string |
verplicht |
securityToken verkregen bij login |
invoiceNo |
string |
verplicht |
factuurnummer |
Antwoord
Naam: GetInvoiceResponse
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:GetInvoiceResponse 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> <userFieldList> <userField> <key></key> <value></value> </userField> ... </userFieldList> </relation> <layout></layout> <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> <invoiceNo></invoiceNo> <token></token> </invoiceDetails> </result> </ns2:GetInvoiceResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
result |
RequestResult
|