POST Opportunity/getdateoppslastupdated
Get the date Opportunities were last updated
Request Information
URI Parameters
None.
Body Parameters
AuthenticatedRequestName | Description | Type | Additional information |
---|---|---|---|
token |
API access token |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "token": "bb0bf4e5-6920-4653-b77a-4760989288e3" }
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>bb0bf4e5-6920-4653-b77a-4760989288e3</token> </AuthenticatedRequest>
Response Information
Resource Description
getDateOppsLastUpdatedResponseName | Description | Type | Additional information |
---|---|---|---|
code |
API result code |
integer |
None. |
error |
API error message |
string |
None. |
DateOppsLastUpdated |
UTC Date Opportunities were last updated |
date |
None. |
APIVersion |
API Version |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DateOppsLastUpdated": "2024-11-20T22:24:44.5352999-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>2024-11-20T22:24:44.5352999-08:00</DateOppsLastUpdated> </getDateOppsLastUpdatedResponse>