Create / Update Resource
Creates or updates a resource via PUT. Provide resourceId as the key — all supplied fields are written.
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
resourceIdrequiredstringUnique resource identifier (path param, not in body).
namerequiredstringDisplay name. Max 40 characters.
resourceTyperequiredstringResource type label as configured in OFS.
parentResourceIdstringID of parent bucket/resource.
statusenumResource status.
activeinactiveemailstringEmail address. Max 255 chars.
phonestringPhone number, digits only, max 16.
timeZonestringIANA time zone name.
languagestringLanguage code.
dateFormatenumDate display format.
dd/mm/yymm/dd/yydd.mm.yyyyyy/mm/ddtimeFormatenumTime display format.
12-hour24-hourNotes
- ·resourceId becomes the URL path — it is NOT sent in the request body.
- ·PUT completely replaces the resource. All existing properties will be overwritten.
- ·resourceType must match a type label configured in your OFS instance.