Services
The Middleware FUSE of B+ Electronicinvoice Hungary exposes two SOAP services:
Manage Invocie Operation | |
---|---|
Description | Operation for sending invoices. Service that receives a batch of invoices and sends them to the tax office of Hungary. |
Endpoint | |
Request | KobakRequest |
Response | KobakResponse |
Expected Payload | QueryInvoiceStatusRequest.class |
Query Invocie Status | |
---|---|
Description | Operation to check the status of a previous shipment. Service that receives a transaction number and asks the tax agency of Hungary for the status of that transaction. |
Endpoint | |
Request | KobakRequest |
Response | KobakResponse |
Expected Payload | ManageInvoiceRequest.class |
Communication objects
KobakRequest | ||
---|---|---|
FIeld | Description | Required |
Product | Product of the integration scenario | YES |
Stage | Integration scenario | YES |
Tenant | External tenant that makes the request | YES |
Group | Group that makes the request | YES |
Source | Origin which the request is made from | YES |
DocType | Type of document that is sent in the Payload field | YES |
DocVersion | Version of the document that is sent in the Payload field | NO |
ExternalTag | Request UUID | YES |
Payload | Request body in base64 format | YES |
KobakResponse | ||
---|---|---|
FIeld | Description | Required |
Guid | Request UUID | YES |
Status | Request status (SUCCES/ERROR) | YES |
ErrorCode | Error code produced | NO |
ErrorDesc | Error description | NO |
Payload | Request body in base64 format | NO |