using RestSharp;
var options = new RestClientOptions("http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity");
var client = new RestClient(options);
var request = new RestRequest("");
request.AddJsonBody("{\n \"ProjectEntity\": {\n \"ProjectId\": 123,\n \"Name\": \"<string>\",\n \"ProjectNumber\": \"<string>\",\n \"ProjectMembers\": [\n {\n \"ProjectmemberId\": 123,\n \"ContactId\": 123,\n \"ProjectId\": 123,\n \"ContactName\": \"<string>\",\n \"ContactDepartment\": \"<string>\",\n \"ProjectName\": \"<string>\",\n \"EmailId\": 123,\n \"EmailAddress\": \"<string>\",\n \"CountryId\": 123,\n \"Firstname\": \"<string>\",\n \"MiddleName\": \"<string>\",\n \"Lastname\": \"<string>\",\n \"PersonId\": 123,\n \"Mrmrs\": \"<string>\",\n \"ProjectMemberTypeName\": \"<string>\",\n \"Phone\": \"<string>\",\n \"PhoneId\": 123,\n \"ProjectMemberTypeId\": 123,\n \"EmailAddressName\": \"<string>\",\n \"Comment\": \"<string>\",\n \"FullName\": \"<string>\",\n \"Registered\": \"2023-11-07T05:31:56Z\",\n \"Updated\": \"2023-11-07T05:31:56Z\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"Urls\": [\n {\n \"Value\": \"<string>\",\n \"StrippedValue\": \"<string>\",\n \"Description\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"CreatedDate\": \"2023-11-07T05:31:56Z\",\n \"UpdatedDate\": \"2023-11-07T05:31:56Z\",\n \"Description\": \"<string>\",\n \"Postit\": \"<string>\",\n \"CreatedBy\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"UpdatedBy\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"Associate\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"ProjectStatus\": {\n \"Id\": 123,\n \"Value\": \"<string>\",\n \"Tooltip\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"ProjectType\": {\n \"Id\": 123,\n \"Value\": \"<string>\",\n \"Tooltip\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"HasImage\": true,\n \"ImageDescription\": \"<string>\",\n \"ActiveStatusMonitorId\": 123,\n \"Links\": [\n {\n \"EntityName\": \"<string>\",\n \"Id\": 123,\n \"Description\": \"<string>\",\n \"ExtraInfo\": \"<string>\",\n \"LinkId\": 123,\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"ActiveLinks\": 123,\n \"Completed\": true,\n \"NextMilestoneDate\": \"2023-11-07T05:31:56Z\",\n \"NmdAppointmentId\": 123,\n \"EndDate\": \"2023-11-07T05:31:56Z\",\n \"ActiveErpLinks\": 123,\n \"EventId\": 123,\n \"StartDate\": \"2023-11-07T05:31:56Z\",\n \"UserDefinedFields\": {},\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"PublishEventDate\": \"2023-11-07T05:31:56Z\",\n \"PublishTo\": \"2023-11-07T05:31:56Z\",\n \"PublishFrom\": \"2023-11-07T05:31:56Z\",\n \"IsPublished\": true,\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n}", false);
var response = await client.PostAsync(request);
Console.WriteLine("{0}", response.Content);const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
ProjectEntity: {
ProjectId: 123,
Name: '<string>',
ProjectNumber: '<string>',
ProjectMembers: [
{
ProjectmemberId: 123,
ContactId: 123,
ProjectId: 123,
ContactName: '<string>',
ContactDepartment: '<string>',
ProjectName: '<string>',
EmailId: 123,
EmailAddress: '<string>',
CountryId: 123,
Firstname: '<string>',
MiddleName: '<string>',
Lastname: '<string>',
PersonId: 123,
Mrmrs: '<string>',
ProjectMemberTypeName: '<string>',
Phone: '<string>',
PhoneId: 123,
ProjectMemberTypeId: 123,
EmailAddressName: '<string>',
Comment: '<string>',
FullName: '<string>',
Registered: '2023-11-07T05:31:56Z',
Updated: '2023-11-07T05:31:56Z',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
Urls: [
{
Value: '<string>',
StrippedValue: '<string>',
Description: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
CreatedDate: '2023-11-07T05:31:56Z',
UpdatedDate: '2023-11-07T05:31:56Z',
Description: '<string>',
Postit: '<string>',
CreatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
UpdatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
Associate: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectStatus: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectType: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
HasImage: true,
ImageDescription: '<string>',
ActiveStatusMonitorId: 123,
Links: [
{
EntityName: '<string>',
Id: 123,
Description: '<string>',
ExtraInfo: '<string>',
LinkId: 123,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
ActiveLinks: 123,
Completed: true,
NextMilestoneDate: '2023-11-07T05:31:56Z',
NmdAppointmentId: 123,
EndDate: '2023-11-07T05:31:56Z',
ActiveErpLinks: 123,
EventId: 123,
StartDate: '2023-11-07T05:31:56Z',
UserDefinedFields: {},
ExtraFields: {},
CustomFields: {},
PublishEventDate: '2023-11-07T05:31:56Z',
PublishTo: '2023-11-07T05:31:56Z',
PublishFrom: '2023-11-07T05:31:56Z',
IsPublished: true,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
})
};
fetch('http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_PORT => "56350",
CURLOPT_URL => "http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'ProjectEntity' => [
'ProjectId' => 123,
'Name' => '<string>',
'ProjectNumber' => '<string>',
'ProjectMembers' => [
[
'ProjectmemberId' => 123,
'ContactId' => 123,
'ProjectId' => 123,
'ContactName' => '<string>',
'ContactDepartment' => '<string>',
'ProjectName' => '<string>',
'EmailId' => 123,
'EmailAddress' => '<string>',
'CountryId' => 123,
'Firstname' => '<string>',
'MiddleName' => '<string>',
'Lastname' => '<string>',
'PersonId' => 123,
'Mrmrs' => '<string>',
'ProjectMemberTypeName' => '<string>',
'Phone' => '<string>',
'PhoneId' => 123,
'ProjectMemberTypeId' => 123,
'EmailAddressName' => '<string>',
'Comment' => '<string>',
'FullName' => '<string>',
'Registered' => '2023-11-07T05:31:56Z',
'Updated' => '2023-11-07T05:31:56Z',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'Urls' => [
[
'Value' => '<string>',
'StrippedValue' => '<string>',
'Description' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'CreatedDate' => '2023-11-07T05:31:56Z',
'UpdatedDate' => '2023-11-07T05:31:56Z',
'Description' => '<string>',
'Postit' => '<string>',
'CreatedBy' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'UpdatedBy' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'Associate' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'ProjectStatus' => [
'Id' => 123,
'Value' => '<string>',
'Tooltip' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'ProjectType' => [
'Id' => 123,
'Value' => '<string>',
'Tooltip' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'HasImage' => true,
'ImageDescription' => '<string>',
'ActiveStatusMonitorId' => 123,
'Links' => [
[
'EntityName' => '<string>',
'Id' => 123,
'Description' => '<string>',
'ExtraInfo' => '<string>',
'LinkId' => 123,
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'ActiveLinks' => 123,
'Completed' => true,
'NextMilestoneDate' => '2023-11-07T05:31:56Z',
'NmdAppointmentId' => 123,
'EndDate' => '2023-11-07T05:31:56Z',
'ActiveErpLinks' => 123,
'EventId' => 123,
'StartDate' => '2023-11-07T05:31:56Z',
'UserDefinedFields' => [
],
'ExtraFields' => [
],
'CustomFields' => [
],
'PublishEventDate' => '2023-11-07T05:31:56Z',
'PublishTo' => '2023-11-07T05:31:56Z',
'PublishFrom' => '2023-11-07T05:31:56Z',
'IsPublished' => true,
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}import requests
url = "http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity"
payload = { "ProjectEntity": {
"ProjectId": 123,
"Name": "<string>",
"ProjectNumber": "<string>",
"ProjectMembers": [
{
"ProjectmemberId": 123,
"ContactId": 123,
"ProjectId": 123,
"ContactName": "<string>",
"ContactDepartment": "<string>",
"ProjectName": "<string>",
"EmailId": 123,
"EmailAddress": "<string>",
"CountryId": 123,
"Firstname": "<string>",
"MiddleName": "<string>",
"Lastname": "<string>",
"PersonId": 123,
"Mrmrs": "<string>",
"ProjectMemberTypeName": "<string>",
"Phone": "<string>",
"PhoneId": 123,
"ProjectMemberTypeId": 123,
"EmailAddressName": "<string>",
"Comment": "<string>",
"FullName": "<string>",
"Registered": "2023-11-07T05:31:56Z",
"Updated": "2023-11-07T05:31:56Z",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"Urls": [
{
"Value": "<string>",
"StrippedValue": "<string>",
"Description": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"CreatedDate": "2023-11-07T05:31:56Z",
"UpdatedDate": "2023-11-07T05:31:56Z",
"Description": "<string>",
"Postit": "<string>",
"CreatedBy": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"UpdatedBy": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"Associate": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"ProjectStatus": {
"Id": 123,
"Value": "<string>",
"Tooltip": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"ProjectType": {
"Id": 123,
"Value": "<string>",
"Tooltip": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"HasImage": True,
"ImageDescription": "<string>",
"ActiveStatusMonitorId": 123,
"Links": [
{
"EntityName": "<string>",
"Id": 123,
"Description": "<string>",
"ExtraInfo": "<string>",
"LinkId": 123,
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"ActiveLinks": 123,
"Completed": True,
"NextMilestoneDate": "2023-11-07T05:31:56Z",
"NmdAppointmentId": 123,
"EndDate": "2023-11-07T05:31:56Z",
"ActiveErpLinks": 123,
"EventId": 123,
"StartDate": "2023-11-07T05:31:56Z",
"UserDefinedFields": {},
"ExtraFields": {},
"CustomFields": {},
"PublishEventDate": "2023-11-07T05:31:56Z",
"PublishTo": "2023-11-07T05:31:56Z",
"PublishFrom": "2023-11-07T05:31:56Z",
"IsPublished": True,
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
} }
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
ProjectEntity: {
ProjectId: 123,
Name: '<string>',
ProjectNumber: '<string>',
ProjectMembers: [
{
ProjectmemberId: 123,
ContactId: 123,
ProjectId: 123,
ContactName: '<string>',
ContactDepartment: '<string>',
ProjectName: '<string>',
EmailId: 123,
EmailAddress: '<string>',
CountryId: 123,
Firstname: '<string>',
MiddleName: '<string>',
Lastname: '<string>',
PersonId: 123,
Mrmrs: '<string>',
ProjectMemberTypeName: '<string>',
Phone: '<string>',
PhoneId: 123,
ProjectMemberTypeId: 123,
EmailAddressName: '<string>',
Comment: '<string>',
FullName: '<string>',
Registered: '2023-11-07T05:31:56Z',
Updated: '2023-11-07T05:31:56Z',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
Urls: [
{
Value: '<string>',
StrippedValue: '<string>',
Description: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
CreatedDate: '2023-11-07T05:31:56Z',
UpdatedDate: '2023-11-07T05:31:56Z',
Description: '<string>',
Postit: '<string>',
CreatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
UpdatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
Associate: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectStatus: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectType: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
HasImage: true,
ImageDescription: '<string>',
ActiveStatusMonitorId: 123,
Links: [
{
EntityName: '<string>',
Id: 123,
Description: '<string>',
ExtraInfo: '<string>',
LinkId: 123,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
ActiveLinks: 123,
Completed: true,
NextMilestoneDate: '2023-11-07T05:31:56Z',
NmdAppointmentId: 123,
EndDate: '2023-11-07T05:31:56Z',
ActiveErpLinks: 123,
EventId: 123,
StartDate: '2023-11-07T05:31:56Z',
UserDefinedFields: {},
ExtraFields: {},
CustomFields: {},
PublishEventDate: '2023-11-07T05:31:56Z',
PublishTo: '2023-11-07T05:31:56Z',
PublishFrom: '2023-11-07T05:31:56Z',
IsPublished: true,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
})
};
fetch('http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{}Validate Project Entity
Check that entity is ready for saving, return error messages by field.
NsApiSlow threshold: 2000 ms.
using RestSharp;
var options = new RestClientOptions("http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity");
var client = new RestClient(options);
var request = new RestRequest("");
request.AddJsonBody("{\n \"ProjectEntity\": {\n \"ProjectId\": 123,\n \"Name\": \"<string>\",\n \"ProjectNumber\": \"<string>\",\n \"ProjectMembers\": [\n {\n \"ProjectmemberId\": 123,\n \"ContactId\": 123,\n \"ProjectId\": 123,\n \"ContactName\": \"<string>\",\n \"ContactDepartment\": \"<string>\",\n \"ProjectName\": \"<string>\",\n \"EmailId\": 123,\n \"EmailAddress\": \"<string>\",\n \"CountryId\": 123,\n \"Firstname\": \"<string>\",\n \"MiddleName\": \"<string>\",\n \"Lastname\": \"<string>\",\n \"PersonId\": 123,\n \"Mrmrs\": \"<string>\",\n \"ProjectMemberTypeName\": \"<string>\",\n \"Phone\": \"<string>\",\n \"PhoneId\": 123,\n \"ProjectMemberTypeId\": 123,\n \"EmailAddressName\": \"<string>\",\n \"Comment\": \"<string>\",\n \"FullName\": \"<string>\",\n \"Registered\": \"2023-11-07T05:31:56Z\",\n \"Updated\": \"2023-11-07T05:31:56Z\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"Urls\": [\n {\n \"Value\": \"<string>\",\n \"StrippedValue\": \"<string>\",\n \"Description\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"CreatedDate\": \"2023-11-07T05:31:56Z\",\n \"UpdatedDate\": \"2023-11-07T05:31:56Z\",\n \"Description\": \"<string>\",\n \"Postit\": \"<string>\",\n \"CreatedBy\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"UpdatedBy\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"Associate\": {\n \"AssociateId\": 123,\n \"Name\": \"<string>\",\n \"PersonId\": 123,\n \"Rank\": 123,\n \"Tooltip\": \"<string>\",\n \"GroupIdx\": 123,\n \"FullName\": \"<string>\",\n \"FormalName\": \"<string>\",\n \"Deleted\": true,\n \"EjUserId\": 123,\n \"UserName\": \"<string>\",\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"ProjectStatus\": {\n \"Id\": 123,\n \"Value\": \"<string>\",\n \"Tooltip\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"ProjectType\": {\n \"Id\": 123,\n \"Value\": \"<string>\",\n \"Tooltip\": \"<string>\",\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n },\n \"HasImage\": true,\n \"ImageDescription\": \"<string>\",\n \"ActiveStatusMonitorId\": 123,\n \"Links\": [\n {\n \"EntityName\": \"<string>\",\n \"Id\": 123,\n \"Description\": \"<string>\",\n \"ExtraInfo\": \"<string>\",\n \"LinkId\": 123,\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n ],\n \"ActiveLinks\": 123,\n \"Completed\": true,\n \"NextMilestoneDate\": \"2023-11-07T05:31:56Z\",\n \"NmdAppointmentId\": 123,\n \"EndDate\": \"2023-11-07T05:31:56Z\",\n \"ActiveErpLinks\": 123,\n \"EventId\": 123,\n \"StartDate\": \"2023-11-07T05:31:56Z\",\n \"UserDefinedFields\": {},\n \"ExtraFields\": {},\n \"CustomFields\": {},\n \"PublishEventDate\": \"2023-11-07T05:31:56Z\",\n \"PublishTo\": \"2023-11-07T05:31:56Z\",\n \"PublishFrom\": \"2023-11-07T05:31:56Z\",\n \"IsPublished\": true,\n \"TableRight\": {\n \"Mask\": \"<string>\",\n \"Reason\": \"<string>\"\n },\n \"FieldProperties\": {}\n }\n}", false);
var response = await client.PostAsync(request);
Console.WriteLine("{0}", response.Content);const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
ProjectEntity: {
ProjectId: 123,
Name: '<string>',
ProjectNumber: '<string>',
ProjectMembers: [
{
ProjectmemberId: 123,
ContactId: 123,
ProjectId: 123,
ContactName: '<string>',
ContactDepartment: '<string>',
ProjectName: '<string>',
EmailId: 123,
EmailAddress: '<string>',
CountryId: 123,
Firstname: '<string>',
MiddleName: '<string>',
Lastname: '<string>',
PersonId: 123,
Mrmrs: '<string>',
ProjectMemberTypeName: '<string>',
Phone: '<string>',
PhoneId: 123,
ProjectMemberTypeId: 123,
EmailAddressName: '<string>',
Comment: '<string>',
FullName: '<string>',
Registered: '2023-11-07T05:31:56Z',
Updated: '2023-11-07T05:31:56Z',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
Urls: [
{
Value: '<string>',
StrippedValue: '<string>',
Description: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
CreatedDate: '2023-11-07T05:31:56Z',
UpdatedDate: '2023-11-07T05:31:56Z',
Description: '<string>',
Postit: '<string>',
CreatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
UpdatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
Associate: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectStatus: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectType: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
HasImage: true,
ImageDescription: '<string>',
ActiveStatusMonitorId: 123,
Links: [
{
EntityName: '<string>',
Id: 123,
Description: '<string>',
ExtraInfo: '<string>',
LinkId: 123,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
ActiveLinks: 123,
Completed: true,
NextMilestoneDate: '2023-11-07T05:31:56Z',
NmdAppointmentId: 123,
EndDate: '2023-11-07T05:31:56Z',
ActiveErpLinks: 123,
EventId: 123,
StartDate: '2023-11-07T05:31:56Z',
UserDefinedFields: {},
ExtraFields: {},
CustomFields: {},
PublishEventDate: '2023-11-07T05:31:56Z',
PublishTo: '2023-11-07T05:31:56Z',
PublishFrom: '2023-11-07T05:31:56Z',
IsPublished: true,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
})
};
fetch('http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_PORT => "56350",
CURLOPT_URL => "http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'ProjectEntity' => [
'ProjectId' => 123,
'Name' => '<string>',
'ProjectNumber' => '<string>',
'ProjectMembers' => [
[
'ProjectmemberId' => 123,
'ContactId' => 123,
'ProjectId' => 123,
'ContactName' => '<string>',
'ContactDepartment' => '<string>',
'ProjectName' => '<string>',
'EmailId' => 123,
'EmailAddress' => '<string>',
'CountryId' => 123,
'Firstname' => '<string>',
'MiddleName' => '<string>',
'Lastname' => '<string>',
'PersonId' => 123,
'Mrmrs' => '<string>',
'ProjectMemberTypeName' => '<string>',
'Phone' => '<string>',
'PhoneId' => 123,
'ProjectMemberTypeId' => 123,
'EmailAddressName' => '<string>',
'Comment' => '<string>',
'FullName' => '<string>',
'Registered' => '2023-11-07T05:31:56Z',
'Updated' => '2023-11-07T05:31:56Z',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'Urls' => [
[
'Value' => '<string>',
'StrippedValue' => '<string>',
'Description' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'CreatedDate' => '2023-11-07T05:31:56Z',
'UpdatedDate' => '2023-11-07T05:31:56Z',
'Description' => '<string>',
'Postit' => '<string>',
'CreatedBy' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'UpdatedBy' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'Associate' => [
'AssociateId' => 123,
'Name' => '<string>',
'PersonId' => 123,
'Rank' => 123,
'Tooltip' => '<string>',
'GroupIdx' => 123,
'FullName' => '<string>',
'FormalName' => '<string>',
'Deleted' => true,
'EjUserId' => 123,
'UserName' => '<string>',
'ExtraFields' => [
],
'CustomFields' => [
],
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'ProjectStatus' => [
'Id' => 123,
'Value' => '<string>',
'Tooltip' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'ProjectType' => [
'Id' => 123,
'Value' => '<string>',
'Tooltip' => '<string>',
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
],
'HasImage' => true,
'ImageDescription' => '<string>',
'ActiveStatusMonitorId' => 123,
'Links' => [
[
'EntityName' => '<string>',
'Id' => 123,
'Description' => '<string>',
'ExtraInfo' => '<string>',
'LinkId' => 123,
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
],
'ActiveLinks' => 123,
'Completed' => true,
'NextMilestoneDate' => '2023-11-07T05:31:56Z',
'NmdAppointmentId' => 123,
'EndDate' => '2023-11-07T05:31:56Z',
'ActiveErpLinks' => 123,
'EventId' => 123,
'StartDate' => '2023-11-07T05:31:56Z',
'UserDefinedFields' => [
],
'ExtraFields' => [
],
'CustomFields' => [
],
'PublishEventDate' => '2023-11-07T05:31:56Z',
'PublishTo' => '2023-11-07T05:31:56Z',
'PublishFrom' => '2023-11-07T05:31:56Z',
'IsPublished' => true,
'TableRight' => [
'Mask' => '<string>',
'Reason' => '<string>'
],
'FieldProperties' => [
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}import requests
url = "http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity"
payload = { "ProjectEntity": {
"ProjectId": 123,
"Name": "<string>",
"ProjectNumber": "<string>",
"ProjectMembers": [
{
"ProjectmemberId": 123,
"ContactId": 123,
"ProjectId": 123,
"ContactName": "<string>",
"ContactDepartment": "<string>",
"ProjectName": "<string>",
"EmailId": 123,
"EmailAddress": "<string>",
"CountryId": 123,
"Firstname": "<string>",
"MiddleName": "<string>",
"Lastname": "<string>",
"PersonId": 123,
"Mrmrs": "<string>",
"ProjectMemberTypeName": "<string>",
"Phone": "<string>",
"PhoneId": 123,
"ProjectMemberTypeId": 123,
"EmailAddressName": "<string>",
"Comment": "<string>",
"FullName": "<string>",
"Registered": "2023-11-07T05:31:56Z",
"Updated": "2023-11-07T05:31:56Z",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"Urls": [
{
"Value": "<string>",
"StrippedValue": "<string>",
"Description": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"CreatedDate": "2023-11-07T05:31:56Z",
"UpdatedDate": "2023-11-07T05:31:56Z",
"Description": "<string>",
"Postit": "<string>",
"CreatedBy": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"UpdatedBy": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"Associate": {
"AssociateId": 123,
"Name": "<string>",
"PersonId": 123,
"Rank": 123,
"Tooltip": "<string>",
"GroupIdx": 123,
"FullName": "<string>",
"FormalName": "<string>",
"Deleted": True,
"EjUserId": 123,
"UserName": "<string>",
"ExtraFields": {},
"CustomFields": {},
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"ProjectStatus": {
"Id": 123,
"Value": "<string>",
"Tooltip": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"ProjectType": {
"Id": 123,
"Value": "<string>",
"Tooltip": "<string>",
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
},
"HasImage": True,
"ImageDescription": "<string>",
"ActiveStatusMonitorId": 123,
"Links": [
{
"EntityName": "<string>",
"Id": 123,
"Description": "<string>",
"ExtraInfo": "<string>",
"LinkId": 123,
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
}
],
"ActiveLinks": 123,
"Completed": True,
"NextMilestoneDate": "2023-11-07T05:31:56Z",
"NmdAppointmentId": 123,
"EndDate": "2023-11-07T05:31:56Z",
"ActiveErpLinks": 123,
"EventId": 123,
"StartDate": "2023-11-07T05:31:56Z",
"UserDefinedFields": {},
"ExtraFields": {},
"CustomFields": {},
"PublishEventDate": "2023-11-07T05:31:56Z",
"PublishTo": "2023-11-07T05:31:56Z",
"PublishFrom": "2023-11-07T05:31:56Z",
"IsPublished": True,
"TableRight": {
"Mask": "<string>",
"Reason": "<string>"
},
"FieldProperties": {}
} }
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
ProjectEntity: {
ProjectId: 123,
Name: '<string>',
ProjectNumber: '<string>',
ProjectMembers: [
{
ProjectmemberId: 123,
ContactId: 123,
ProjectId: 123,
ContactName: '<string>',
ContactDepartment: '<string>',
ProjectName: '<string>',
EmailId: 123,
EmailAddress: '<string>',
CountryId: 123,
Firstname: '<string>',
MiddleName: '<string>',
Lastname: '<string>',
PersonId: 123,
Mrmrs: '<string>',
ProjectMemberTypeName: '<string>',
Phone: '<string>',
PhoneId: 123,
ProjectMemberTypeId: 123,
EmailAddressName: '<string>',
Comment: '<string>',
FullName: '<string>',
Registered: '2023-11-07T05:31:56Z',
Updated: '2023-11-07T05:31:56Z',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
Urls: [
{
Value: '<string>',
StrippedValue: '<string>',
Description: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
CreatedDate: '2023-11-07T05:31:56Z',
UpdatedDate: '2023-11-07T05:31:56Z',
Description: '<string>',
Postit: '<string>',
CreatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
UpdatedBy: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
Associate: {
AssociateId: 123,
Name: '<string>',
PersonId: 123,
Rank: 123,
Tooltip: '<string>',
GroupIdx: 123,
FullName: '<string>',
FormalName: '<string>',
Deleted: true,
EjUserId: 123,
UserName: '<string>',
ExtraFields: {},
CustomFields: {},
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectStatus: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
ProjectType: {
Id: 123,
Value: '<string>',
Tooltip: '<string>',
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
},
HasImage: true,
ImageDescription: '<string>',
ActiveStatusMonitorId: 123,
Links: [
{
EntityName: '<string>',
Id: 123,
Description: '<string>',
ExtraInfo: '<string>',
LinkId: 123,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
],
ActiveLinks: 123,
Completed: true,
NextMilestoneDate: '2023-11-07T05:31:56Z',
NmdAppointmentId: 123,
EndDate: '2023-11-07T05:31:56Z',
ActiveErpLinks: 123,
EventId: 123,
StartDate: '2023-11-07T05:31:56Z',
UserDefinedFields: {},
ExtraFields: {},
CustomFields: {},
PublishEventDate: '2023-11-07T05:31:56Z',
PublishTo: '2023-11-07T05:31:56Z',
PublishFrom: '2023-11-07T05:31:56Z',
IsPublished: true,
TableRight: {Mask: '<string>', Reason: '<string>'},
FieldProperties: {}
}
})
};
fetch('http://localhost:56350/api/v1/Agents/Project/ValidateProjectEntity', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{}Headers
Convert string references and multi-language values into a specified language (iso2) code.
Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.
Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.
Specify the timezone code that you would like date/time responses converted to.
The application token that identifies the partner app. Used when calling Online WebAPI from a server.
Query Parameters
Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.
Body
ProjectEntity
ValidateProjectEntity: Check that entity is ready for saving, return error messages by field.
The Project Service. The service implements all services working with the Project object Carrier object for ProjectEntity. Services for the ProjectEntity Carrier is available from the Project Agent.
Show child attributes
Show child attributes
Response
OK
Related topics
Validate Project EntityNSProjectAgentValidate Sale EntityValidate Appointment EntityValidate Contact Entity