POST api/Entitlement/saveThirdPartyApproval
Request Information
URI Parameters
None.
Body Parameters
Collection of 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",
"Id": 1,
"ProjectId": 2,
"LabelText": "sample string 3",
"LabelValue": "sample string 4",
"SubmittedDate": "2026-01-18T16:00:30.4579637+01:00",
"ApprovedDate": "2026-01-18T16:00:30.4579637+01:00",
"UpdateBy": 7,
"SubmittedDateString": "01/18/2026",
"ApprovedDateString": "01/18/2026"
},
{
"$ref": "1"
}
]
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. |