PearlPOS
  1. Inbound
PearlPOS
  • Inbound
    • postMasterdata
      POST
    • postPOSdata
      POST
  • Outbound
    • POSlog
      POST
  • Live Endpoints
    • getCustomers
      GET
    • getCustomerOrders
      GET
    • verifyDigitalArticle
      GET
    • purchaseDigitalArticle
      POST
    • getRelatedProducts
      GET
    • getSerialNumberVerification
      GET
    • getAvailableValueCodes
      GET
    • getValueCodes
      GET
  1. Inbound

postPOSdata

POST
/inbposdata/postPOSdata

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/inbposdata/postPOSdata' \
--header 'Content-Type: application/json' \
--data-raw '{
    "posData": [
        {
            "article": "18139",
            "articleData": {
                "deleteDate": "99991231",
                "deleteFlag": false,
                "materialType": "ZHAW",
                "materialGroup": "6140020",
                "department": null,
                "materialCat": {
                    "description": "Furniture"
                },
                "configArticle": null,
                "baseUom": "STK",
                "productHier": null,
                "serviceAgreement": null,
                "emptiesBom": false,
                "priceRefArticle": null,
                "priceListType": null,
                "netWeight": 6.5,
                "contentUom": "KG",
                "itemType": "Stock",
                "giftcard": false,
                "insuranceProposal": false
            },
            "articleStoreData": [
                {
                    "store": "0000003002",
                    "saleFrom": "20161215",
                    "saleTo": "99991231",
                    "priceReq": false,
                    "discountAllowed": true,
                    "weightArticle": false,
                    "priceInclTax": true,
                    "priceAutonomy": false,
                    "showPrice": false,
                    "showArticle": false,
                    "scalesGroup": null,
                    "repeat": null,
                    "taxCode": "U1",
                    "custRegReq": true,
                    "serialNumberReq": false,
                    "noReturn": false
                }
            ],
            "conditionData": [
                {
                    "store": "0000003002",
                    "uom": "STK",
                    "condType": "VKP0",
                    "endDate": "99991231",
                    "endTime": "235959",
                    "startDate": "20200116",
                    "startTime": "0",
                    "promotion": null,
                    "freeForUse": null,
                    "stockCount": true,
                    "sign": "+",
                    "rate": 0,
                    "amount": 1399.00,
                    "quantity": 1,
                    "currency": "NOK"
                },
                {
                    "country": "NO",
                    "uom": "STK",
                    "condType": "ZVKA",
                    "endDate": "99991231",
                    "endTime": "235959",
                    "startDate": "20200116",
                    "startTime": "0",
                    "promotion": null,
                    "freeForUse": null,
                    "stockCount": true,
                    "sign": "+",
                    "rate": 0,
                    "amount": 1399.00,
                    "quantity": 1,
                    "currency": "NOK"
                }
            ],
            "gtinData": [
                {
                    "uom": "STK",
                    "gtin": "7332494586672",
                    "gtinType": "HE",
                    "mainGtin": true
                }
            ],
            "articleTextData": [
                {
                    "language": "NO",
                    "articleText": "Sofa 3x3, hvit",
                    "receiptText": "Sofa 3x3, hvit"
                },
                {
                    "language": "EN",
                    "articleText": "Couch 3x3, white",
                    "receiptText": "Couch 3x3, white"
                }
            ]
        }
    ]
}'
Response Response Example
200 - Example Success
{
    "result": {
        "statusCode": 200,
        "statusText": "Data posted succsessfully"
    }
}
Modified at 2025-11-24 14:28:37
Previous
postMasterdata
Next
POSlog
Built with