POST api/InsightsSpecific/AlertInfo?tenantID={tenantID}&cultureCode={cultureCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantID | integer |
Default value is 0 |
|
| cultureCode | string |
Default value is en-US |
Body Parameters
AlertList| Name | Description | Type | Additional information |
|---|---|---|---|
| AlertIDs | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AlertIDs": [
1,
2
]
}
application/xml, text/xml
Sample:
<InsightsSpecificController.AlertList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FraxionSM.API.Controllers">
<AlertIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</AlertIDs>
</InsightsSpecificController.AlertList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
viewAlert| Name | Description | Type | Additional information |
|---|---|---|---|
| AlertID | integer |
None. |
|
| AlertTypeID | integer |
None. |
|
| AlertPolicyID | integer |
None. |
|
| Description | string |
None. |
|
| RequestID | integer |
None. |
|
| InvoiceID | integer |
None. |
|
| ProformaInvoiceID | integer |
None. |
|
| POID | integer |
None. |
|
| SupplierID | integer |
None. |
|
| DocumentDescription | string |
None. |
|
| RequestTypeID | integer |
None. |
|
| CreationDate | date |
None. |
|
| Info | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsStatus | boolean |
None. |
|
| RecipientID | integer |
None. |
|
| AlertRecipientID | integer |
None. |
|
| AlertType | AlertType |
None. |
Response 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.