POST api/Users/UserConcentUpdate

Request Information

URI Parameters

None.

Body Parameters

ModelUserConsent
NameDescriptionTypeAdditional information
DBNo

integer

None.

AppNo

integer

None.

UserConsentID

integer

None.

SrcID

integer

None.

FromUserProfileID

integer

None.

ToUserProfileID

integer

None.

ToTempUserProfileID

integer

None.

TableName

string

None.

TableRowID

globally unique identifier

None.

ConsentHeading

string

None.

ConsentMessage

string

None.

ConcentMessageBodyHtml

string

None.

ConsentStatus

string

None.

ReasonForDenial

string

None.

ConsentRequestDate

date

None.

ConsentResponseDate

date

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedBy

integer

None.

UpdateBy

integer

None.

Action

string

None.

EmailSubject

string

None.

ReportFooterCountryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DBNo": 1,
  "AppNo": 1,
  "UserConsentID": 1,
  "SrcID": 1,
  "FromUserProfileID": 2,
  "ToUserProfileID": 1,
  "ToTempUserProfileID": 1,
  "TableName": "sample string 3",
  "TableRowID": "64b15f84-939f-44ea-a480-36904919d82e",
  "ConsentHeading": "sample string 5",
  "ConsentMessage": "sample string 6",
  "ConcentMessageBodyHtml": "sample string 7",
  "ConsentStatus": "sample string 8",
  "ReasonForDenial": "sample string 9",
  "ConsentRequestDate": "2026-04-06T21:32:13.7605616-05:00",
  "ConsentResponseDate": "2026-04-06T21:32:13.760951-05:00",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedBy": 1,
  "UpdateBy": 1,
  "Action": "sample string 11",
  "EmailSubject": "sample string 12",
  "ReportFooterCountryID": 1
}

application/xml, text/xml

Sample:
<ModelUserConsent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model">
  <Action>sample string 11</Action>
  <AppNo>1</AppNo>
  <ConcentMessageBodyHtml>sample string 7</ConcentMessageBodyHtml>
  <ConsentHeading>sample string 5</ConsentHeading>
  <ConsentMessage>sample string 6</ConsentMessage>
  <ConsentRequestDate>2026-04-06T21:32:13.7605616-05:00</ConsentRequestDate>
  <ConsentResponseDate>2026-04-06T21:32:13.760951-05:00</ConsentResponseDate>
  <ConsentStatus>sample string 8</ConsentStatus>
  <CreatedBy>1</CreatedBy>
  <DBNo>1</DBNo>
  <EmailSubject>sample string 12</EmailSubject>
  <FromUserProfileID>2</FromUserProfileID>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ReasonForDenial>sample string 9</ReasonForDenial>
  <ReportFooterCountryID>1</ReportFooterCountryID>
  <SrcID>1</SrcID>
  <TableName>sample string 3</TableName>
  <TableRowID>64b15f84-939f-44ea-a480-36904919d82e</TableRowID>
  <ToTempUserProfileID>1</ToTempUserProfileID>
  <ToUserProfileID>1</ToUserProfileID>
  <UpdateBy>1</UpdateBy>
  <UserConsentID>1</UserConsentID>
</ModelUserConsent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>