Update an item in the "Partners" directory
PUT
The method updates / edits the item of the "Contractor" catalog
Parameters
Path Parameters
id*
id
Type
Requiredinteger
Format
"int64"Request Body
application/json
city
string
director
string
email
string
englishName
string
Full name of the contractor's organization in English
factAddress
string
Actual address
krs
string
National Court Register
legalAddress
string
Legal address
merchantId
integer
Seller ID (By this parameter, the store is linked to the "Seller" directory)
Format
"int64"name
string
Full name of contractor organization
nip
string
Taxpayer identification number
phoneNumber
string
regon
string
Statistical identification number
shortName
string
Short name of contractor organization
website
string
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"