1. Create Sale

This API is used to create Basic Sale data.

If you want to link the previously created N components and create the relationship between Sale and SaleComposition at once, please refer to the components in the request specifications.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
info
object
required

(Required) Basic information about the sale

string
Defaults to null

(Nullable) This is the preview image URL for the product.
An exception will occur if the image asset is not managed by Archisketch.
You can also apply it by making a file-based request through the asset upload API provided separatly.

images
array of strings

(May be empty) These are the image URLs for the product.
When linking multiple components at once through this API, you can select and apply N images from the components’ images.
An exception will occur if the image assets are not managed by Archisketch.
You can also apply them by making a file-based request through the asset upload API provided separately.

images
category
object

(Nullable) This is the relevant data for categorizing the product.

components
object

(Nullable) This is the option criteria and pricing information for the components to be linked to the sale.

Headers
string
required
Defaults to Bearer {Token}

Access Token (Starts with keyword 'Bearer')

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json