Sites

Patch Site

PATCH

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


For more information see the Site Model.

Path parameters

siteIdintegerRequired

Request

This endpoint expects an object.
id
integerOptional
Unique identifier for the site, managed by Impilo.
name
stringOptional
The name of the site.
active
booleanOptional
True if the site is active, false otherwise.
address
objectOptional
The shipping address for the site.

Response

This endpoint returns an object
id
integerOptional
Unique identifier for the site, managed by Impilo.
name
stringOptional
The name of the site.
active
booleanOptional
True if the site is active, false otherwise.
address
objectOptional
The shipping address for the site.