GET api/DeliveryAgent/Agents/GetDeliveryAgentDocMobileNotification?ID={ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryAgentDocMobileNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryAgentID | string |
None. |
|
| DocumentID | integer |
None. |
|
| DocTypeID | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| AgentCanView | boolean |
None. |
|
| MustRenewToWork | boolean |
None. |
|
| HasValidity | boolean |
None. |
|
| CurrentStatus | DocStatusTypes |
None. |
|
| ValidityDate | date |
Data type: Date |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryAgentID": "sample string 1",
"DocumentID": 2,
"DocTypeID": "sample string 3",
"Title": "sample string 4",
"Body": "sample string 5",
"AgentCanView": true,
"MustRenewToWork": true,
"HasValidity": true,
"CurrentStatus": 0,
"ValidityDate": "2025-12-07T09:58:27.1183189+05:30"
},
{
"DeliveryAgentID": "sample string 1",
"DocumentID": 2,
"DocTypeID": "sample string 3",
"Title": "sample string 4",
"Body": "sample string 5",
"AgentCanView": true,
"MustRenewToWork": true,
"HasValidity": true,
"CurrentStatus": 0,
"ValidityDate": "2025-12-07T09:58:27.1183189+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfDeliveryAgentDocMobileNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeliveryAgent.Operations.CustomModels">
<DeliveryAgentDocMobileNotificationModel>
<AgentCanView>true</AgentCanView>
<Body>sample string 5</Body>
<CurrentStatus>EXPIRED</CurrentStatus>
<DeliveryAgentID>sample string 1</DeliveryAgentID>
<DocTypeID>sample string 3</DocTypeID>
<DocumentID>2</DocumentID>
<HasValidity>true</HasValidity>
<MustRenewToWork>true</MustRenewToWork>
<Title>sample string 4</Title>
<ValidityDate>2025-12-07T09:58:27.1183189+05:30</ValidityDate>
</DeliveryAgentDocMobileNotificationModel>
<DeliveryAgentDocMobileNotificationModel>
<AgentCanView>true</AgentCanView>
<Body>sample string 5</Body>
<CurrentStatus>EXPIRED</CurrentStatus>
<DeliveryAgentID>sample string 1</DeliveryAgentID>
<DocTypeID>sample string 3</DocTypeID>
<DocumentID>2</DocumentID>
<HasValidity>true</HasValidity>
<MustRenewToWork>true</MustRenewToWork>
<Title>sample string 4</Title>
<ValidityDate>2025-12-07T09:58:27.1183189+05:30</ValidityDate>
</DeliveryAgentDocMobileNotificationModel>
</ArrayOfDeliveryAgentDocMobileNotificationModel>