Update customer settings data

PUT {{baseUrl}}/Global/v1/customer/settings

Update ERP customer settings data.

Schema Definitions

Request

AttributeData typeDescription
pfxFileStringCertificate file. Use a file converted to a base64 string.
pfxPasswordStringPassword string for the certificate.
logoFileStringJpg file for the customer. Use a file converted to a base64 string.
nfSeEnvironmentStringNFSe environment. Use homolog or prod.
nfSeExtraParametersStringExtra parameters for the NFSe component.
cityStringCustomer city.
companyTaxCodeStringThe CNPJ number for the lot number. Could be the provider CNPJ or the company's own CNPJ.
companyStateTaxCodeStringCompany's State tax code (inscrição estadual).
companyCityTaxCodeStringCity Tax Code for the company (inscrição municipal).
stateStringCustomer state.

Response

AttributeData typeDescription
successBooleanBoolean indicating if the operation was sucessfull.
messageStringOperation custom message.
dataStringEmpty / null.

Request Body

{"pfxFile"=>"<string>", "pfxPassword"=>"<string>", "logoFile"=>"<string>", "nfSeEnvironment"=>"<string>", "nfSeExtraParameters"=>"<string>", "city"=>"<string>", "companyTaxCode"=>"<string>", "companyStateTaxCode"=>"<string>", "companyCityTaxCode"=>"<string>", "state"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
CustomerApplicationIDnull(Required) Customer Application ID provided by the API's owner
ResponseDemonullEnter "ReturnTypeD", "ReturnTypeI", "ProcessStatus2" or "ProcessStatus3" for demo values
Content-TypestringThe Content-Type header field is used to specify the nature of the data in the body of an entity. OAS REST APIs support application/json.
AcceptstringThe Accept request HTTP header indicates which content types, expressed as MIME types, the client is able to understand. OAS REST APIs support text/plain.

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;message&quot;:&quot;Customer settings updated.&quot;,&quot;data&quot;:&quot;&quot;}