PUT api/OrgApp/PutOrgApp/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

OrgApp
NameDescriptionTypeAdditional information
OrgAppId

globally unique identifier

None.

OrgId

globally unique identifier

None.

AppVersionId

globally unique identifier

None.

AutoAudit_CreatedDate

date

None.

AutoAudit_CreatedBy

string

None.

AutoAudit_ModifiedDate

date

None.

AutoAudit_ModifiedBy

string

None.

AutoAudit_RowVersion

integer

None.

AppVersion

AppVersion

None.

Org

Org

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'AppVersion' with type 'APPSeConnect.Data.DataModels.AppVersion'. Path 'AppVersion.Adaptors[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'AppVersion' with type 'APPSeConnect.Data.DataModels.AppVersion'. Path 'AppVersion.Adaptors[0]'.

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 'OrgApp'.

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.