POST api/DRBReport/SaveDRBReport?AssociateId={AssociateId}&unsubscription={unsubscription}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AssociateId | integer |
Required |
|
unsubscription | boolean |
Required |
Body Parameters
DRBReportDTOName | Description | Type | Additional information |
---|---|---|---|
tabs | string |
None. |
|
days | string |
None. |
|
AssociateId | integer |
None. |
|
UserId | integer |
None. |
|
Monday | boolean |
None. |
|
Tuesday | boolean |
None. |
|
Wednesday | boolean |
None. |
|
Thursday | boolean |
None. |
|
Friday | boolean |
None. |
|
Saturday | boolean |
None. |
|
Sunday | boolean |
None. |
|
CreateDate | date |
None. |
|
CreatedBy | integer |
None. |
|
ChangeDate | date |
None. |
|
ChangedBy | integer |
None. |
|
Disabled | boolean |
None. |
|
Unsubscription | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "tabs": "sample string 1", "days": "sample string 2", "AssociateId": 1, "UserId": 1, "Monday": true, "Tuesday": true, "Wednesday": true, "Thursday": true, "Friday": true, "Saturday": true, "Sunday": true, "CreateDate": "2025-10-14T05:14:47.2543195-07:00", "CreatedBy": 1, "ChangeDate": "2025-10-14T05:14:47.2543195-07:00", "ChangedBy": 1, "Disabled": true, "Unsubscription": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true