Patch Site

Partially update the site specified by the ID in the URL path with a new site object.

Path parameters

siteIdlongRequired

Headers

Impilo-API-KeystringRequired

Request

This endpoint expects an object.
activebooleanOptional
True if the site is active, false otherwise.
addressobjectOptional
The shipping address for the site.
namestringOptional
The name of the site.
phoneNumberstringOptional
Phone number for the site.

Response

OK
activeboolean or null
True if the site is active, false otherwise.
addressobject or null
The shipping address for the site.
idlong or null
Unique identifier for the site, managed by Impilo.
namestring or null
The name of the site.
phoneNumberstring or null
Phone number for the site.