POST api/retention/prOwnerSupervisorApprove/{UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
Body Parameters
PROwnerSupervisorApproveRetentionHeaderCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of RetentionHeaderIdentity |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": [
{
"retentionId": "sample string 1",
"deductionId": "sample string 2"
},
{
"retentionId": "sample string 1",
"deductionId": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<PROwnerSupervisorApproveRetentionHeaderCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FashionIsland.Ebidding.Application">
<Ids xmlns:d2p1="http://schemas.datacontract.org/2004/07/FashionIsland.Ebidding.ViewModel">
<d2p1:RetentionHeaderIdentity>
<d2p1:DeductionId>sample string 2</d2p1:DeductionId>
<d2p1:RetentionId>sample string 1</d2p1:RetentionId>
</d2p1:RetentionHeaderIdentity>
<d2p1:RetentionHeaderIdentity>
<d2p1:DeductionId>sample string 2</d2p1:DeductionId>
<d2p1:RetentionId>sample string 1</d2p1:RetentionId>
</d2p1:RetentionHeaderIdentity>
</Ids>
</PROwnerSupervisorApproveRetentionHeaderCommand>
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. |