POST api/SaveGeneralDocument

Request Information

URI Parameters

None.

Body Parameters

GeneralDocumentModel
Name Description Type Additional information
GENERAL_FORM_ID

integer

None.

STR_GENERAL_FORM_ID

string

None.

GENERAL_FORM_NAME

string

None.

GENERAL_FORM_GUID

string

None.

CLIENT_ID

integer

None.

CREATED_BY

integer

None.

CREATED_ON

date

None.

STR_CREATED_ON

string

None.

IS_DELETED

boolean

None.

FileBytes

Collection of byte

None.

FORM_TYPE

string

None.

DESCRIPTION

string

None.

UPLOAD_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "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:17:00.0252006+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"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}