POST api/SubmitForm/GetByActorId?actorId={actorId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
actorId

integer

Required

Body Parameters

CustomClass
NameDescriptionTypeAdditional information
userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userPrincipalName": "sample string 1",
  "connectionString": "sample string 2",
  "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.