POST api/ClientDetail/UpdateClientLegacyData
Request Information
URI Parameters
None.
Body Parameters
PL_QuarterLegacy| Name | Description | Type | Additional information |
|---|---|---|---|
| Ind | integer |
None. |
|
| ClientId | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| QuarterYearId | integer |
None. |
|
| Reqs | integer |
None. |
|
| NoOfPOS | integer |
None. |
|
| NWPosition | integer |
None. |
|
| NetPosition | integer |
None. |
|
| POSCancelled | integer |
None. |
|
| Submission | integer |
None. |
|
| Interviews | integer |
None. |
|
| Offers | integer |
None. |
|
| Backouts | integer |
None. |
|
| CQLId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ind": 1,
"ClientId": 2,
"UserId": 3,
"UserName": "sample string 4",
"QuarterYearId": 5,
"Reqs": 6,
"NoOfPOS": 7,
"NWPosition": 8,
"NetPosition": 9,
"POSCancelled": 10,
"Submission": 11,
"Interviews": 12,
"Offers": 13,
"Backouts": 14,
"CQLId": 15
}
application/xml, text/xml
Sample:
<PL_QuarterLegacy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClientPerformanceAPI.Models.PL"> <Backouts>14</Backouts> <CQLId>15</CQLId> <ClientId>2</ClientId> <Ind>1</Ind> <Interviews>12</Interviews> <NWPosition>8</NWPosition> <NetPosition>9</NetPosition> <NoOfPOS>7</NoOfPOS> <Offers>13</Offers> <POSCancelled>10</POSCancelled> <QuarterYearId>5</QuarterYearId> <Reqs>6</Reqs> <Submission>11</Submission> <UserId>3</UserId> <UserName>sample string 4</UserName> </PL_QuarterLegacy>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.