POST api/Resource/NotifyUserAgreement

Request Information

URI Parameters

None.

Body Parameters

PolicyUserAgreementModel
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

PolicyDocumentId

integer

None.

DocumentTypeId

integer

None.

NotifiedDate

date

None.

AcceptedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "PolicyDocumentId": 3,
  "DocumentTypeId": 4,
  "NotifiedDate": "2024-09-19T09:46:22.8099565-04:00",
  "AcceptedDate": "2024-09-19T09:46:22.8099565-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.