POST api/Resource/NotifyUserAgreement
Request Information
URI Parameters
None.
Body Parameters
PolicyUserAgreementModel| Name | Description | Type | Additional 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": "2025-12-15T23:51:07.1773303-05:00",
"AcceptedDate": "2025-12-15T23:51:07.1773303-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.