{
"nspCode": "CommonWeb",
"issuerTin": "string",
"issueDate": "2019-08-24T14:15:22Z",
"branchCode": 0,
"invoiceTypeCode": "string",
"series": "string",
"identifier": "string",
"mark": 0,
"paymentAmount": 0,
"totalNetAmount": 0,
"totalVatAmount": 0,
"totalAmount": 0,
"terminalId": "string",
"signatureDurationType": "H_24"
}
curl --location --request POST 'https://einvoiceapiuat.impact.gr/PosTransactions/signpos' \
--header 'Content-Type: application/json' \
--data-raw '{
"nspCode": "CommonWeb",
"issuerTin": "string",
"issueDate": "2019-08-24T14:15:22Z",
"branchCode": 0,
"invoiceTypeCode": "string",
"series": "string",
"identifier": "string",
"mark": 0,
"paymentAmount": 0,
"totalNetAmount": 0,
"totalVatAmount": 0,
"totalAmount": 0,
"terminalId": "string",
"signatureDurationType": "H_24"
}'
{
"input": "string",
"signature": "string"
}