POST api/QualityReport
Request Information
URI Parameters
None.
Body Parameters
QualityReport| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| no | integer |
None. |
|
| companyNumber | string |
None. |
|
| text | string |
None. |
|
| type | integer |
None. |
|
| dialogNumber | integer |
None. |
|
| elementOrder | integer |
None. |
|
| nextDialog | integer |
None. |
|
| flags | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"no": 2,
"companyNumber": "sample string 3",
"text": "sample string 4",
"type": 5,
"dialogNumber": 6,
"elementOrder": 7,
"nextDialog": 8,
"flags": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.