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": "45e61638-e6eb-48c0-b743-39af199a27c4"
}
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>45e61638-e6eb-48c0-b743-39af199a27c4</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": "2025-12-13T13:57:49.2346452-08: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>2025-12-13T13:57:49.2346452-08:00</DateOppsLastUpdated> </getDateOppsLastUpdatedResponse>