Developer Q&A

Ask a Question
Back to All

Corrigo API/payload needed to update workzone, customer, space

We are developing an interface where we are exchanging data from OCF(source) to Corrigo System(target)
During development we have faced an issue when we are trying to push the updated projects coming from source. However we are having only APIs which support the creation of workzone, customer, spaces.

  1. To handle the updated projects coming from source we would require APIs/request payload to update the already existing workzone , customer, spaces.
    We are using execute multiple API to create workzone , customer, spaces.

Below are types which we are using in CommandRequest

a) <int:CommandRequest xsi:type="int:WorkZoneCreateCommand" xmlns:int="http://corrigo.com/integration/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<int:WorkZone>
b) <int:CommandRequest xsi:type="int:CreateCommand" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://corrigo.com/integration/">
<int:Entity xsi:type="int:Customer">
c) <int:CommandRequest xsi:type="int:SpaceCreateCommand" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://corrigo.com/integration/">

  1. In case of updating workzone, do we need to pass the prefix field in payload and is it mandatory?.

Kindly assist here and provide the details on urgent basis.