POST api/Users/pro_user_notificationCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_user_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| notification_from | integer |
None. |
|
| notification_to | integer |
None. |
|
| notification_type | integer |
None. |
|
| notification_origin | integer |
None. |
|
| notification_from_name | string |
None. |
|
| notification_to_name | string |
None. |
|
| notification_status | integer |
None. |
|
| notification_open | integer |
None. |
|
| notification_date | string |
None. |
|
| notification_date_open | string |
None. |
|
| notification_ticket | integer |
None. |
|
| notification_subject | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"notification_from": 2,
"notification_to": 3,
"notification_type": 4,
"notification_origin": 5,
"notification_from_name": "sample string 6",
"notification_to_name": "sample string 7",
"notification_status": 8,
"notification_open": 9,
"notification_date": "sample string 10",
"notification_date_open": "sample string 11",
"notification_ticket": 12,
"notification_subject": "sample string 13",
"_Action": "sample string 14",
"hasError": true,
"hasErrorMessage": "sample string 16",
"_SendCredentials": "sample string 17"
}
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_user_notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 14</_Action> <_SendCredentials>sample string 17</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 16</hasErrorMessage> <id>1</id> <notification_date>sample string 10</notification_date> <notification_date_open>sample string 11</notification_date_open> <notification_from>2</notification_from> <notification_from_name>sample string 6</notification_from_name> <notification_open>9</notification_open> <notification_origin>5</notification_origin> <notification_status>8</notification_status> <notification_subject>sample string 13</notification_subject> <notification_ticket>12</notification_ticket> <notification_to>3</notification_to> <notification_to_name>sample string 7</notification_to_name> <notification_type>4</notification_type> </RhClass.cEntity_pro_user_notification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_user_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| notification_from | integer |
None. |
|
| notification_to | integer |
None. |
|
| notification_type | integer |
None. |
|
| notification_origin | integer |
None. |
|
| notification_from_name | string |
None. |
|
| notification_to_name | string |
None. |
|
| notification_status | integer |
None. |
|
| notification_open | integer |
None. |
|
| notification_date | string |
None. |
|
| notification_date_open | string |
None. |
|
| notification_ticket | integer |
None. |
|
| notification_subject | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"notification_from": 2,
"notification_to": 3,
"notification_type": 4,
"notification_origin": 5,
"notification_from_name": "sample string 6",
"notification_to_name": "sample string 7",
"notification_status": 8,
"notification_open": 9,
"notification_date": "sample string 10",
"notification_date_open": "sample string 11",
"notification_ticket": 12,
"notification_subject": "sample string 13",
"_Action": "sample string 14",
"hasError": true,
"hasErrorMessage": "sample string 16",
"_SendCredentials": "sample string 17"
}
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_user_notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 14</_Action> <_SendCredentials>sample string 17</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 16</hasErrorMessage> <id>1</id> <notification_date>sample string 10</notification_date> <notification_date_open>sample string 11</notification_date_open> <notification_from>2</notification_from> <notification_from_name>sample string 6</notification_from_name> <notification_open>9</notification_open> <notification_origin>5</notification_origin> <notification_status>8</notification_status> <notification_subject>sample string 13</notification_subject> <notification_ticket>12</notification_ticket> <notification_to>3</notification_to> <notification_to_name>sample string 7</notification_to_name> <notification_type>4</notification_type> </RhClass.cEntity_pro_user_notification>