GET api/CRM/GetSettingValidation?InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| InCT | No documentation available. | Define this parameter in the request URI. | 
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
{
  "MinLengthMobile": 1,
  "MaxLengthMobile": 2,
  "MinLengthPhone": 3,
  "MaxLengthPhone": 4,
  "MinLengthFax": 5,
  "MaxLengthFax": 6,
  "Id": 7
}
        application/xml, text/xml
            Sample:
<CRM_SettingValidation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>7</Id> <MaxLengthFax>6</MaxLengthFax> <MaxLengthMobile>2</MaxLengthMobile> <MaxLengthPhone>4</MaxLengthPhone> <MinLengthFax>5</MinLengthFax> <MinLengthMobile>1</MinLengthMobile> <MinLengthPhone>3</MinLengthPhone> </CRM_SettingValidation>