v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Partially update a store

Updates only the supplied fields of a store. Omitted fields are left unchanged. version is mandatory for optimistic locking. If mappings are supplied they fully replace the existing set; omit mappings to leave them unchanged.

patch/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/stores/{storeId}

Path parameters

tenantIdinteger required
organisationIdinteger required
storeIdinteger required

Request body

citystring
countrystring
createdstring date-time
lastModifiedstring date-time
line1string
line2string
line3string
namestring
organisationIdinteger
statestring
storeIdinteger
versioninteger

Example request

{
  "created": "2022-03-10T12:15:50-04:00",
  "lastModified": "2022-03-10T12:15:50-04:00"
}

Response

OK

citystring
countrystring
createdstring date-time
lastModifiedstring date-time
line1string
line2string
line3string
namestring
organisationIdinteger
statestring
storeIdinteger
versioninteger

Example response

{
  "created": "2022-03-10T12:15:50-04:00",
  "lastModified": "2022-03-10T12:15:50-04:00"
}