PUT api/Messages/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
MessageName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserIdOfSender | globally unique identifier |
None. |
|
Subject | string |
Data type: Text |
|
Content | string |
Data type: Text |
|
IsRead | boolean |
None. |
|
UserIdOfRecipient | globally unique identifier |
None. |
|
CreatedDateTime | date |
None. |
|
TransactionId | integer |
None. |
|
Category | MessageContentCategory |
None. |
|
CreatedBy | string |
String length: inclusive between 0 and 256 |
|
CreatedDate | date |
None. |
|
LastModifiedBy | string |
String length: inclusive between 0 and 256 |
|
LastModifiedDate | date |
None. |
|
TourTransaction | TourTransaction |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.