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