/Create / Update ResourcePUT

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

resourceIdrequiredstring

Unique resource identifier (path param, not in body).

namerequiredstring

Display name. Max 40 characters.

resourceTyperequiredstring

Resource type label as configured in OFS.

parentResourceIdstring

ID of parent bucket/resource.

statusenum

Resource status.

activeinactive
emailstring

Email address. Max 255 chars.

phonestring

Phone number, digits only, max 16.

timeZonestring

IANA time zone name.

languagestring

Language code.

dateFormatenum

Date display format.

dd/mm/yymm/dd/yydd.mm.yyyyyy/mm/dd
timeFormatenum

Time display format.

12-hour24-hour

Notes

  • ·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.