POST api/SubmitForm/Create

Request Information

URI Parameters

None.

Body Parameters

SubmitFormModel
NameDescriptionTypeAdditional information
Id

integer

None.

MemoId

integer

None.

JobId

integer

None.

ActorId

integer

None.

CreatedDate

date

None.

CreatedBy

string

None.

ModifiedDate

date

None.

ModifiedBy

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MemoId": 2,
  "JobId": 3,
  "ActorId": 4,
  "CreatedDate": "2025-05-14T06:52:27.7266418+07:00",
  "CreatedBy": "sample string 6",
  "ModifiedDate": "2025-05-14T06:52:27.7266418+07:00",
  "ModifiedBy": "sample string 8",
  "userPrincipalName": "sample string 9",
  "connectionString": "sample string 10",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.