post https://{environment}.neomode.com.br/cp/management/commerce/orders//actionLog?
API responsible for adding an ActionLog to the order
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
API responsible for adding an ActionLog to the order
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
12curl --request POST \
--url 'https://environment.neomode.com.br/cp/management/commerce/orders/orderId/actionLog?Identifier=Id' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"Title": "Invoice",
"DisplayMessage": "Invoice forwarded to external partner",
"InternalMessage": "The invoice with code xx has been sent to the external partner",
"UrlLog": "https://www.example.com/log/invoice"
}
'
Try It!
to start a request and see the response here! Or choose an example: