- Previous: CheckInvoice
- Up: Invoice Verification
- Next: CheckBlock
AddBarcodeToPDF
This api is consumed by a user to check the invoice status.
#### Request URI
#### Request Example
#### Response Example:
```
POST /campari.com/esb/invoiceverification/addBarcodeToPDF/v1
```
#### Request Structure
API field | Type | Mandatory | Description |
DocumentObj
|
|||
StreamIn
|
String | Y | PDF in base64 format |
Barcode
|
String | Y | Code to insert in the PDF top side |
```
{
"DocumentObj":{
"StreamIn":"",
"Barcode":""
}
}
```
#### Response Table:
Status | Message | Description |
S | In case of request processed successfully | |
E | Error on internal Campari’s system - SAP | In case of error while trying to add the barcode |
```
{
"ResponseType":[
{
"Status":"S",
"Class":"",
"Code":"",
"Message":""
}
]
}
```
- Previous: CheckInvoice
- Up: Invoice Verification
- Next: CheckBlock
Docs Navigation
- Campari Open API
- Picklist
- Getting Started
- Connection Tester
- Automatic GRC
- Coupa Integration
- Customer Master Data
- Dogana Connector
- EZFocus
- Invoice Verification
- Journal Entries
- Logistics Operators
- Material Master Data
- One Plan
- Purchase Orders
- Product
- Sales Order
- SAP Utils
- SendLinkToSAP
- Transport Management System
- Vendor Purchase Orders
- WBS Automation
0 Comments
Please sign in to post a comment.