<< Klik hier om de inhoudsopgave te tonen >> Navigatie: API aanroepen > Factuurlayouts opvragen |
Aanroep
Naam: GetInvoiceTemplates
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:GetInvoiceTemplates xmlns:ns2="https://api.stip-t.nl/v1/"> <securityToken></securityToken> </ns2:GetInvoiceTemplates> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
Opmerkingen/beperkingen |
Omschrijving |
---|---|---|---|
securityToken |
string |
verplicht |
securityToken verkregen bij login |
Antwoord
Naam: GetInvoiceTemplatesResponse
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:GetInvoiceTemplatesResponse xmlns:ns2="https://api.stip-t.nl/v1/"> <result> <error></error> <errorMessage/> <invoiceTemplateList> <invoiceTemplate></invoiceTemplate> </invoiceTemplateList> </result> </ns2:GetInvoiceTemplatesResponse> </S:Body> </S:Envelope> |
Verklaring
Tag/veldnaam |
Type |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
result |
RequestResult
|