POST Opportunity/getdateoppslastupdated
Request Information
URI Parameters
None.
Body Parameters
AuthenticatedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| token | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"token": "a5319078-e5ea-499a-aae4-5ff5c654ca3f"
}
application/xml, text/xml
Sample:
<AuthenticatedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models"> <token>a5319078-e5ea-499a-aae4-5ff5c654ca3f</token> </AuthenticatedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
getDateOppsLastUpdatedResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| error | string |
None. |
|
| DateOppsLastUpdated | date |
None. |
|
| APIVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"DateOppsLastUpdated": "2026-03-13T06:01:52.5729479-07:00",
"APIVersion": 2,
"code": 200,
"error": "sample string 1"
}
application/xml, text/xml
Sample:
<getDateOppsLastUpdatedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models.Opportunity"> <APIVersion xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">2</APIVersion> <error xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">sample string 1</error> <DateOppsLastUpdated>2026-03-13T06:01:52.5729479-07:00</DateOppsLastUpdated> </getDateOppsLastUpdatedResponse>