GET api/Users/NotifyPendingDocuments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RootObjectOfDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| LoginCount | integer |
None. |
|
| Message | string |
None. |
|
| Value | string |
None. |
|
| token | string |
None. |
|
| Result | Document |
None. |
|
| NoOfRecords | integer |
None. |
|
| Alert | string |
None. |
|
| AlertType | string |
None. |
|
| Action | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": 1,
"LoginCount": 2,
"Message": "sample string 3",
"Value": "sample string 4",
"token": "sample string 5",
"Result": {
"SentDocuments": [
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
},
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
}
],
"ProcessedDocuments": [
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
},
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
}
],
"UnProcessedDocuments": [
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
},
{
"Id": 1,
"MessageId": 2,
"PONumber": "sample string 3",
"DocType": "sample string 4",
"RefNo": "sample string 5",
"APP_Uuid": "sample string 6",
"Sender": "sample string 7",
"TenantAliasId": 8,
"TenantId": 9,
"SenderGSID": "sample string 10",
"Receiver": "sample string 11",
"TPTenantId": 12,
"TPTenantAliasId": 13,
"ReceiverGSID": "sample string 14",
"SentDateTime": "sample string 15"
}
],
"FailedEmails": [
{
"Email": "sample string 1",
"Message": "sample string 2"
},
{
"Email": "sample string 1",
"Message": "sample string 2"
}
],
"Success": 1,
"Message": "sample string 2",
"Value": "sample string 3",
"NoOfRecords": 4,
"Alert": "sample string 5",
"AlertType": "sample string 6",
"Action": "sample string 7"
},
"NoOfRecords": 6,
"Alert": "sample string 7",
"AlertType": "sample string 8",
"Action": "sample string 9"
}
application/xml, text/xml
Sample:
<RootObjectOfDocumentAnoMCRry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UserManagementAPI.Models">
<Action>sample string 9</Action>
<Alert>sample string 7</Alert>
<AlertType>sample string 8</AlertType>
<LoginCount>2</LoginCount>
<Message>sample string 3</Message>
<NoOfRecords>6</NoOfRecords>
<Result>
<Action>sample string 7</Action>
<Alert>sample string 5</Alert>
<AlertType>sample string 6</AlertType>
<FailedEmails>
<FaildEmail>
<Email>sample string 1</Email>
<Message>sample string 2</Message>
</FaildEmail>
<FaildEmail>
<Email>sample string 1</Email>
<Message>sample string 2</Message>
</FaildEmail>
</FailedEmails>
<Message>sample string 2</Message>
<NoOfRecords>4</NoOfRecords>
<ProcessedDocuments>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
</ProcessedDocuments>
<SentDocuments>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
</SentDocuments>
<Success>1</Success>
<UnProcessedDocuments>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
<DocumentList>
<APP_Uuid>sample string 6</APP_Uuid>
<DocType>sample string 4</DocType>
<Id>1</Id>
<MessageId>2</MessageId>
<PONumber>sample string 3</PONumber>
<Receiver>sample string 11</Receiver>
<ReceiverGSID>sample string 14</ReceiverGSID>
<RefNo>sample string 5</RefNo>
<Sender>sample string 7</Sender>
<SenderGSID>sample string 10</SenderGSID>
<SentDateTime>sample string 15</SentDateTime>
<TPTenantAliasId>13</TPTenantAliasId>
<TPTenantId>12</TPTenantId>
<TenantAliasId>8</TenantAliasId>
<TenantId>9</TenantId>
</DocumentList>
</UnProcessedDocuments>
<Value>sample string 3</Value>
</Result>
<Success>1</Success>
<Value>sample string 4</Value>
<token>sample string 5</token>
</RootObjectOfDocumentAnoMCRry>