POST api/Entitlement/getThirdPartyApproval
Request Information
URI Parameters
None.
Body Parameters
ThirdPartyApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProjectId | integer |
None. |
|
| LabelText | string |
None. |
|
| LabelValue | string |
None. |
|
| SubmittedDate | date |
None. |
|
| ApprovedDate | date |
None. |
|
| UpdateBy | integer |
None. |
|
| SubmittedDateString | string |
None. |
|
| ApprovedDateString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProjectId": 2,
"LabelText": "sample string 3",
"LabelValue": "sample string 4",
"SubmittedDate": "2026-01-18T08:57:29.2050251+01:00",
"ApprovedDate": "2026-01-18T08:57:29.2050251+01:00",
"UpdateBy": 7,
"SubmittedDateString": "01/18/2026",
"ApprovedDateString": "01/18/2026"
}
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. |