Create a new item in the catalog "Stores" (Outlet)
POST
The method creates / adds a new item to the "Outlet" catalog
Request Body
application/json
contractorId
integer
Contractor ID (By this parameter, the store is linked to the directory " Legal entities ")
Format
"int64"curatorId
integer
Format
"int64"employee
string
employeePhoneNumber
string
name
string
Store name
shopAddress
string
Store address
shopAgentNo
string
Shop agent number
Responses
OK
*/*
DefaultResponseOflong
object
data
integer
The identifier of the created item of the "Invoices" lookup
Format
"int64"status
string
If the element is successfully added to the directory, the status "ok" is returned. Otherwise, an error is returned
Valid values
"error""ok"timestamp
integer
Returns the date + time (kernel) in unix timestamp format in milliseconds
Format
"int64"