Skip to content

Firing commands with a POST

Fire ARINV command RecalculateAllPrices (ARINV.cmdRecalculateAllPrices) with autoid

POSThttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/ARINV('KG6SFBI2PDNCQ000')/Model.Entities.RecalculateAllPrices

Note that you do not need to send any data in the body of the POST

FIRE PYEMP command ClockIn (PYEMP.cmdClockIn) Using a worker ID

POSThttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/PYEMP(ID='JEFMIK')/Model.Entities.ClockIn
{
 "DateTime": "2020-10-29T07:15:00",
 "Memo": "Multi-line memo \r\nI was late because my dog ate my keys."
}