POST api/Report/pro_bug_reportCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_bug_report| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| bug_name | string |
None. |
|
| bug_description | string |
None. |
|
| bug_date | string |
None. |
|
| bug_date_report | string |
None. |
|
| bug_company | integer |
None. |
|
| bug_company_name | string |
None. |
|
| bug_status | integer |
None. |
|
| bug_user | integer |
None. |
|
| bug_user_name | string |
None. |
|
| bug_provider_response | string |
None. |
|
| bug_reported_to | string |
None. |
|
| bug_status_date | string |
None. |
|
| bug_severity | integer |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"bug_name": "sample string 2",
"bug_description": "sample string 3",
"bug_date": "sample string 4",
"bug_date_report": "sample string 5",
"bug_company": 6,
"bug_company_name": "sample string 7",
"bug_status": 8,
"bug_user": 9,
"bug_user_name": "sample string 10",
"bug_provider_response": "sample string 11",
"bug_reported_to": "sample string 12",
"bug_status_date": "sample string 13",
"bug_severity": 14,
"_Action": "sample string 15",
"hasError": true,
"hasErrorMessage": "sample string 17",
"_SendCredentials": "sample string 18"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_bug_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 15</_Action> <_SendCredentials>sample string 18</_SendCredentials> <bug_company>6</bug_company> <bug_company_name>sample string 7</bug_company_name> <bug_date>sample string 4</bug_date> <bug_date_report>sample string 5</bug_date_report> <bug_description>sample string 3</bug_description> <bug_name>sample string 2</bug_name> <bug_provider_response>sample string 11</bug_provider_response> <bug_reported_to>sample string 12</bug_reported_to> <bug_severity>14</bug_severity> <bug_status>8</bug_status> <bug_status_date>sample string 13</bug_status_date> <bug_user>9</bug_user> <bug_user_name>sample string 10</bug_user_name> <hasError>true</hasError> <hasErrorMessage>sample string 17</hasErrorMessage> <id>1</id> </cTables.cEntity_pro_bug_report>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_bug_report| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| bug_name | string |
None. |
|
| bug_description | string |
None. |
|
| bug_date | string |
None. |
|
| bug_date_report | string |
None. |
|
| bug_company | integer |
None. |
|
| bug_company_name | string |
None. |
|
| bug_status | integer |
None. |
|
| bug_user | integer |
None. |
|
| bug_user_name | string |
None. |
|
| bug_provider_response | string |
None. |
|
| bug_reported_to | string |
None. |
|
| bug_status_date | string |
None. |
|
| bug_severity | integer |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"bug_name": "sample string 2",
"bug_description": "sample string 3",
"bug_date": "sample string 4",
"bug_date_report": "sample string 5",
"bug_company": 6,
"bug_company_name": "sample string 7",
"bug_status": 8,
"bug_user": 9,
"bug_user_name": "sample string 10",
"bug_provider_response": "sample string 11",
"bug_reported_to": "sample string 12",
"bug_status_date": "sample string 13",
"bug_severity": 14,
"_Action": "sample string 15",
"hasError": true,
"hasErrorMessage": "sample string 17",
"_SendCredentials": "sample string 18"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_bug_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 15</_Action> <_SendCredentials>sample string 18</_SendCredentials> <bug_company>6</bug_company> <bug_company_name>sample string 7</bug_company_name> <bug_date>sample string 4</bug_date> <bug_date_report>sample string 5</bug_date_report> <bug_description>sample string 3</bug_description> <bug_name>sample string 2</bug_name> <bug_provider_response>sample string 11</bug_provider_response> <bug_reported_to>sample string 12</bug_reported_to> <bug_severity>14</bug_severity> <bug_status>8</bug_status> <bug_status_date>sample string 13</bug_status_date> <bug_user>9</bug_user> <bug_user_name>sample string 10</bug_user_name> <hasError>true</hasError> <hasErrorMessage>sample string 17</hasErrorMessage> <id>1</id> </cTables.cEntity_pro_bug_report>