- eInvoicing Service
- About Us
- What We Offer
- FAQ
- Change Logs
- On Boarding
- eInvoicing Service API
- Service Endpoints & Network Details
- API Authentication
- API Endpoints
- JSON Structures & Payloads
- Offline QR Code
- My data status
- Extra Functionalities
- Terminology
- VAT Validation
- Attachments
- SOFTONE ERP Related Segments
- eInvoicing Portal
- WIKI JSON Internal
- WIKI JSON Samples
/invoice/credit
Developing
POST
/invoice/credit
Request
Header Params
APIKey
string
optional
Default:
389ad902-96f0-457d-8b4b-a55e0f911821
Body Params application/json
issuerTin
string
required
authenticationCode
string
required
mark
integer
required
series
string
required
number
string
required
internalId
string
required
relateCredit
boolean
required
preventDocumentMapping
boolean
required
Example
{
"issuerTin": "string",
"authenticationCode": "string",
"mark": 0,
"series": "string",
"number": "string",
"internalId": "string",
"relateCredit": true,
"preventDocumentMapping": true
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/invoice/credit' \
--header 'APIKey: 389ad902-96f0-457d-8b4b-a55e0f911821' \
--header 'Content-Type: application/json' \
--data-raw '{
"issuerTin": "string",
"authenticationCode": "string",
"mark": 0,
"series": "string",
"number": "string",
"internalId": "string",
"relateCredit": true,
"preventDocumentMapping": true
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-11 14:46:20