John James
John James

Reputation: 433

Problem inserting Material Output in SAP Business

When I try to insert a Material Output through postman to view and test data it asks me for the batch, but in the documentation there is no field to send the batch of the product or anything related.

{
    "DocDate": "2024-10-30",
    "Comments": "Salida de materiales para producción",
    "DocumentLines": [
        {
            "ItemCode": "1000041",
            "Quantity": 5,
            "WarehouseCode": "MP",
            "CostingCode": ""
        }
    ]
} 

este es el error:

enter image description here

endpoint: /b1s/v1/InventoryGenExits

Upvotes: 0

Views: 12

Answers (0)

Related Questions