Error integrating order

Information

In case of an error when integrating the order in your system, you should send a PUT informing the reason.
A correction log will be created in the Plugg.to panel.

Request body example

{
    "log_history": [
        {
            "message": "Error when integrating the order, empty payer_cpf field.",
            "date": "2021-07-05T11:25:31-03:00"
        }
    ]
}
Language
Click Try It! to start a request and see the response here!