Creates a new project with specified details such as name, object, assigned users, scheduled time, and associated folder. This endpoint ensures that the provided data adheres to the necessary validation rules and organizational constraints before creating the project in the system.
[AD_USER]MANAGERBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content type, must be "application/json".
"application/json"Session token used for authenticating the request.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxMjM0NTY3ODkwIiwic2Vzc2lvbklkIjoiYWJjZGVmMTIzNDU2IiwiaWF0IjoxNjA1MDk3ODk5LCJleHAiOjE2MDUxODQyOTl9.4XRQ1iXDyvEj5LgPZHbmTmzOZs98M3YPOzgf3MhxjaI"
Details required to create a ad project
Name of the project.
"Renovation Bat A"
Object/description of the project.
"Full renovation of building A"
Unique identifiers of the users assigned to the project.
-9007199254740991 <= x <= 9007199254740991[1, 2, 3]
Scheduled date of the project.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2025-06-01T00:00:00.000Z"
Unique identifier of the folder the project is in.
-9007199254740991 <= x <= 90071992547409912
Ad project created successfully