Create Site

POST

Creates a new site with the provided details.

Returns the site.


For more information see the Site Model.

Request

This endpoint expects an object.
idlongOptional

Unique identifier for the site, managed by Impilo.

namestringOptional

The name of the site.

activebooleanOptional

True if the site is active, false otherwise.

addressobjectOptional

The shipping address for the site.

Response

This endpoint returns an object.
idlongOptional

Unique identifier for the site, managed by Impilo.

namestringOptional

The name of the site.

activebooleanOptional

True if the site is active, false otherwise.

addressobjectOptional

The shipping address for the site.