Discussions

Ask a Question

Property not found in the API CALL

Once we are in the Corrigo UI, if we navigate to Parks and select a park, we can see a property called UNITS_STATUS. Attached, you’ll find screenshots of this property.

Corrigo Spaces

Hi Team, we are not getting any spaces for 'Mumbai-Nesco IT Park Tower 4' property from corrigo live environment. We are getting it from staging environment.

Corrigo tasks

Can PM Contidional Steps be created with the API

Hi,

Need clarification on Send Message

After creating a WO, this is the response I could see.

Need API details for Duplicate request for WO

Need API request body for Duplicate WO.

Need API endpoints along with request body for File attach during WO creation?

Actions List

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"
}
'