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": "c89c102a-35a2-43ff-b136-63e54845781c"
}
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>c89c102a-35a2-43ff-b136-63e54845781c</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-02-11T01:30:04.7576388-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>2026-02-11T01:30:04.7576388-08:00</DateOppsLastUpdated> </getDateOppsLastUpdatedResponse>