PATCH api/QCAllocation/DeleteQCAllocationActivities
Request Information
URI Parameters
None.
Body Parameters
QCAllocationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| QCAllocationDetailsID | integer |
None. |
|
| QCAllocationID | integer |
None. |
|
| Activities | string |
None. |
|
| QCUser | string |
None. |
|
| ChangeToQCUser | string |
None. |
|
| UserID | string |
None. |
|
| QCAllocatedCount | integer |
None. |
|
| QCPendingCount | integer |
None. |
|
| QCCompletedCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QCAllocationDetailsID": 1,
"QCAllocationID": 2,
"Activities": "sample string 3",
"QCUser": "sample string 4",
"ChangeToQCUser": "sample string 5",
"UserID": "sample string 6",
"QCAllocatedCount": 7,
"QCPendingCount": 8,
"QCCompletedCount": 9
}
application/xml, text/xml
Sample:
<QCAllocationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"> <Activities>sample string 3</Activities> <ChangeToQCUser>sample string 5</ChangeToQCUser> <QCAllocatedCount>7</QCAllocatedCount> <QCAllocationDetailsID>1</QCAllocationDetailsID> <QCAllocationID>2</QCAllocationID> <QCCompletedCount>9</QCCompletedCount> <QCPendingCount>8</QCPendingCount> <QCUser>sample string 4</QCUser> <UserID>sample string 6</UserID> </QCAllocationDetails>
multipart/form-data
Sample:
<QCAllocationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"><Activities>sample string 3</Activities><ChangeToQCUser>sample string 5</ChangeToQCUser><QCAllocatedCount>7</QCAllocatedCount><QCAllocationDetailsID>1</QCAllocationDetailsID><QCAllocationID>2</QCAllocationID><QCCompletedCount>9</QCCompletedCount><QCPendingCount>8</QCPendingCount><QCUser>sample string 4</QCUser><UserID>sample string 6</UserID></QCAllocationDetails>
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. |