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-06-17T20:48:00.4414227+07:00",
  "CreatedBy": "sample string 6",
  "ModifiedDate": "2025-06-17T20:48:00.4414227+07:00",
  "ModifiedBy": "sample string 8",
  "userPrincipalName": "sample string 9",
  "connectionString": "sample string 10",
  "SecretId": null
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubmitFormModel'.

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.