Make Inactive

Set a supplier contact as inactive

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areasuppliers.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=active_off
IdentifierYesSupplier contact to make activesuppliercontact=8589

Example request:

http://<SERVER>/jsonapi/suppliercontacts.json?user=user&password=user&version=3.9&action=active_off&suppliercontact=286

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Supplier contact active flag changed. ",
"warningmessage": "",
"success": true,
"synapiversion": 3.8
}