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
DRBReportDTO| Name | 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": "2026-02-03T18:27:51.8950358-08:00",
"CreatedBy": 1,
"ChangeDate": "2026-02-03T18:27:51.8950358-08: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