POST api/ActionService/GetUserInboxDetails
Documentation for 'GetUserInboxDetails'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ConceptId": 1,
"StartRow": 2,
"EndRow": 3,
"UserId": 4
}
application/xml, text/xml
Sample:
<InboxMessagingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Inbox"> <ConceptId>1</ConceptId> <EndRow>3</EndRow> <StartRow>2</StartRow> <UserId>4</UserId> </InboxMessagingRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": {
"Total": 1,
"UserInboxList": [
{
"CreateTimeStamp": "2026-01-11T19:29:23.8670193+00:00",
"EnquiryId": 2,
"IsRead": true,
"UserName": "sample string 4"
},
{
"CreateTimeStamp": "2026-01-11T19:29:23.8670193+00:00",
"EnquiryId": 2,
"IsRead": true,
"UserName": "sample string 4"
},
{
"CreateTimeStamp": "2026-01-11T19:29:23.8670193+00:00",
"EnquiryId": 2,
"IsRead": true,
"UserName": "sample string 4"
}
]
}
}
application/xml, text/xml
Sample:
<ResponseBaseOfInboxMessagingResponsejNIIESdu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Inbox">
<d2p1:Total>1</d2p1:Total>
<d2p1:UserInboxList>
<d2p1:MessageList>
<d2p1:CreateTimeStamp>2026-01-11T19:29:23.8670193+00:00</d2p1:CreateTimeStamp>
<d2p1:EnquiryId>2</d2p1:EnquiryId>
<d2p1:IsRead>true</d2p1:IsRead>
<d2p1:UserName>sample string 4</d2p1:UserName>
</d2p1:MessageList>
<d2p1:MessageList>
<d2p1:CreateTimeStamp>2026-01-11T19:29:23.8670193+00:00</d2p1:CreateTimeStamp>
<d2p1:EnquiryId>2</d2p1:EnquiryId>
<d2p1:IsRead>true</d2p1:IsRead>
<d2p1:UserName>sample string 4</d2p1:UserName>
</d2p1:MessageList>
<d2p1:MessageList>
<d2p1:CreateTimeStamp>2026-01-11T19:29:23.8670193+00:00</d2p1:CreateTimeStamp>
<d2p1:EnquiryId>2</d2p1:EnquiryId>
<d2p1:IsRead>true</d2p1:IsRead>
<d2p1:UserName>sample string 4</d2p1:UserName>
</d2p1:MessageList>
</d2p1:UserInboxList>
</Message>
<status>sample string 1</status>
</ResponseBaseOfInboxMessagingResponsejNIIESdu>