POST api/admin/{userId}/projects/projects/{projectId}/blackList
add new references to project blackList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
|
| projectId | integer |
Required |
Body Parameters
Collection of ProjectBlackListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| reference | string |
None. |
|
| addDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"id": 1,
"reference": "sample string 2",
"addDate": "2026-02-05T00:13:03.8092645+00:00"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectBlackListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Projects">
<ProjectBlackListModel>
<addDate>2026-02-05T00:13:03.8092645+00:00</addDate>
<id>1</id>
<reference>sample string 2</reference>
</ProjectBlackListModel>
<ProjectBlackListModel>
<addDate>2026-02-05T00:13:03.8092645+00:00</addDate>
<id>1</id>
<reference>sample string 2</reference>
</ProjectBlackListModel>
</ArrayOfProjectBlackListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.