Fracttal →

Update a third party

Through this API you can update the information of a third party created in Fracttal.

Input parameters

ParameterTypeRequiredDescription
nameTextRequiredName of third party
emailTextOptionalE-mail address
activeBooleanOptionalTrue if the third party is active, false otherwise
code_parent_locationTextOptionalCode of the asset in which the third party will be located.
group_1TextOptionalDescription of classification 1
group_2TextOptionalDescription of classification 2
addressTextOptionalAddress
cityTextOptionalCity
stateTextOptionalState
zip_codeTextOptionalArea code
countryTextOptionalCountry
latitudeTextOptionalLatitude
longitudTextOptionallongitude
telephoneTextOptionalPhone
telephone_2TextOptionalPhone 2.
smsTextOptionalsms
faxTextOptionalFax
web_pageTextOptionalWebsite.

**Note: To update a third party, the body must contain only the fields to be updated and the required fields.

Output parameters

ParameterTypeDescription
successBooleanTrue if the insert was successful or false otherwise
messageText200 if successful
dataTextJson con el item insertado

Example

Petition: (PUT) https://app.fracttal.com/api/third_parties/fracttal_tercero

{
	"telephone_1":"56 2 2846 9175",
	"web_page":"ayudax.fracttal.com"
}

Test It

Test It

Language