POST api/SP_UpdateCustomerPackage?TYPE={TYPE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TYPE | string |
Required |
Body Parameters
SP_UpdateCustomerPackage| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| SP_ID | string |
None. |
|
| PACKAGE_ID | string |
None. |
|
| PACKAGE_AMT | string |
None. |
|
| SERVICE_END_DATE | string |
None. |
|
| REMARK | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"SP_ID": "sample string 2",
"PACKAGE_ID": "sample string 3",
"PACKAGE_AMT": "sample string 4",
"SERVICE_END_DATE": "sample string 5",
"REMARK": "sample string 6"
}
application/xml, text/xml
Sample:
<SP_UpdateCustomerPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiLikhLena.Models"> <PACKAGE_AMT>sample string 4</PACKAGE_AMT> <PACKAGE_ID>sample string 3</PACKAGE_ID> <REMARK>sample string 6</REMARK> <SERVICE_END_DATE>sample string 5</SERVICE_END_DATE> <SP_ID>sample string 2</SP_ID> <USER_ID>sample string 1</USER_ID> </SP_UpdateCustomerPackage>
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. |