POST api/{locate}/handheld/reportproject
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ReqClsProjectReport| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| productline | string |
None. |
|
| token | string |
None. |
|
| project | string |
None. |
|
| zone | string |
None. |
|
| part | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"productline": "sample string 2",
"token": "sample string 3",
"project": "sample string 4",
"zone": "sample string 5",
"part": "sample string 6"
}
application/xml, text/xml
Sample:
<ReqClsProjectReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Models"> <part>sample string 6</part> <productline>sample string 2</productline> <project>sample string 4</project> <token>sample string 3</token> <type>sample string 1</type> <zone>sample string 5</zone> </ReqClsProjectReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResCls| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.