GET api/CRM/CRMFormConfiguration?propId={propId}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
propId | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "PropId": 1, "IsRequired": true, "IsHidden": true, "PropName": "sample string 4", "PropNameEN": "sample string 5", "NumberOfChar": 1, "SysPropName": "sample string 6", "Direction": "sample string 7", "CreatedEmpId": 1, "CreatedDate": "2025-05-09T18:53:53.4633844+03:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-05-09T18:53:53.4633844+03:00", "DeletedEmpId": 1, "DeletedDate": "2025-05-09T18:53:53.4633844+03:00", "IsDeleted": true, "Id": 9 }
application/xml, text/xml
Sample:
<CRM_CRMFormConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>9</Id> <CreatedDate>2025-05-09T18:53:53.4633844+03:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-05-09T18:53:53.4633844+03:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-05-09T18:53:53.4633844+03:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <Direction>sample string 7</Direction> <IsHidden>true</IsHidden> <IsRequired>true</IsRequired> <NumberOfChar>1</NumberOfChar> <PropId>1</PropId> <PropName>sample string 4</PropName> <PropNameEN>sample string 5</PropNameEN> <SysPropName>sample string 6</SysPropName> </CRM_CRMFormConfiguration>