POST api/Contact/createProjectContact
Request Information
URI Parameters
None.
Body Parameters
ProjectContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProjectID | integer |
None. |
|
| ContactID | integer |
None. |
|
| UpdateBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProjectID": 2,
"ContactID": 3,
"UpdateBy": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |