GET api/GetGeneralDocumentFormList?ClientId={ClientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfGeneralDocumentModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of GeneralDocumentModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "GENERAL_FORM_ID": 1, "STR_GENERAL_FORM_ID": "sample string 2", "GENERAL_FORM_NAME": "sample string 3", "GENERAL_FORM_GUID": "sample string 4", "CLIENT_ID": 5, "CREATED_BY": 6, "CREATED_ON": "2025-06-23T12:18:09.7835895+00:00", "STR_CREATED_ON": "sample string 8", "IS_DELETED": true, "FileBytes": "QEA=", "FORM_TYPE": "sample string 10", "DESCRIPTION": "sample string 11", "UPLOAD_BY": "sample string 12" }, { "GENERAL_FORM_ID": 1, "STR_GENERAL_FORM_ID": "sample string 2", "GENERAL_FORM_NAME": "sample string 3", "GENERAL_FORM_GUID": "sample string 4", "CLIENT_ID": 5, "CREATED_BY": 6, "CREATED_ON": "2025-06-23T12:18:09.7835895+00:00", "STR_CREATED_ON": "sample string 8", "IS_DELETED": true, "FileBytes": "QEA=", "FORM_TYPE": "sample string 10", "DESCRIPTION": "sample string 11", "UPLOAD_BY": "sample string 12" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }