HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Message Command

curl --location 'https://am-ce98c.corrigo.com/api/v1/cmd/WoMessageCommand'
--header 'CompanyName: RDC CE Sandbox'
--data '{
"Command": {
"WorkOrderId": 388143,
"SenderId": 1,
"SenderType": "Employee",
"Comment":"Test_Perfect"
},
"RequestId": "1234"
}
'

Could someone pls tell us what are the WorkOrderId, SenderId we have to pass here? also, where are we getting this RequestId?