POST api/GetSQDReportByMaincon
Request Information
URI Parameters
None.
Body Parameters
GetSQDReportByMainconRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| ProjectTypeID | integer |
None. |
|
| QCTypeID | string |
None. |
|
| VendorCode | string |
None. |
|
| UserEmail | string |
None. |
|
| Page | integer |
None. |
|
| RowPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"ProjectTypeID": 3,
"QCTypeID": "sample string 4",
"VendorCode": "sample string 5",
"UserEmail": "sample string 6",
"Page": 7,
"RowPerPage": 8
}
application/xml, text/xml
Sample:
<GetSQDReportByMainconRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sirius_Api.Models.Sirius"> <Page>7</Page> <RowPerPage>8</RowPerPage> <UserEmail>sample string 6</UserEmail> <EndDate>sample string 2</EndDate> <ProjectTypeID>3</ProjectTypeID> <QCTypeID>sample string 4</QCTypeID> <StartDate>sample string 1</StartDate> <VendorCode>sample string 5</VendorCode> </GetSQDReportByMainconRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.