POST api/AccessTokens/Refresh
Request Information
URI Parameters
None.
Body Parameters
AccessTokenName | Description | Type | Additional information |
---|---|---|---|
AccessKeyID | globally unique identifier |
None. |
|
AccessTokenID | globally unique identifier |
None. |
|
ApiVersion | string |
None. |
|
ReceivableAccountID | globally unique identifier |
None. |
|
ReceivableAccountIdentifierID | globally unique identifier |
None. |
|
AuthenticationID | globally unique identifier |
None. |
|
MerchantID | integer |
None. |
|
CustomerID | globally unique identifier |
None. |
|
IsLongTerm | boolean |
None. |
|
LastAccessDateTime | date |
None. |
|
LoginID | string |
None. |
|
SiteID | integer |
None. |
|
TicketID | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
|
UserName | string |
None. |
|
WorkstationID | integer |
None. |
|
SoftwareLicenseOptions | SoftwareLicenseOptions |
None. |
|
ApplicationID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccessKeyID": "426b6dcd-75d1-4b12-8409-8eb7ecac4468", "AccessTokenID": "fe0fbc1d-efb0-415d-a05d-e8b1981b5b6c", "ApiVersion": "sample string 3", "ReceivableAccountID": "1d8fc211-1d99-426f-98ed-92c1b6642bc9", "ReceivableAccountIdentifierID": "ce1135c4-ad7f-40d2-8c1a-b19790e67d28", "AuthenticationID": "1865bf41-8c3e-4f36-9e8d-a4873f4b01de", "MerchantID": 7, "CustomerID": "340bd238-def1-4db4-8cf9-3569aff6a875", "IsLongTerm": true, "LastAccessDateTime": "2025-08-14T03:21:15.5818973+00:00", "LoginID": "sample string 11", "SiteID": 12, "TicketID": "0de93005-4e78-4eda-a2d8-c6ba2c529e55", "UserID": "f4ff201a-bfb9-4a8f-8f19-02fb408a8d00", "UserName": "sample string 15", "WorkstationID": 16, "SoftwareLicenseOptions": { "IsLicensedACCP": true, "IsLicensedAccountingIntegration": true, "IsLicensedAutoDataPubs": true, "IsLicensedBeltDiagrams": true, "IsLicensedCabinAirFilters": true, "IsLicensedCabinDiagrams": true, "IsLicensedCarFaxQuickVIN": true, "IsLicensedCarWashControllerAnyIntegration": true, "IsLicensedCarWashControllerTwoWayIntegration": true, "IsLicensedChekChart": true, "IsLicensedELube": true, "IsLicensedEMV": true, "IsLicensedEzCarQ": true, "IsLicensedEzCarTrax": true, "IsLicensedEzGreeter": true, "IsLicensedEzKiosk": true, "IsLicensedEzTrax": true, "IsLicensedEzWash": true, "IsLicensedEzWrenchRepair": true, "IsLicensedEzWrenchSMS": true, "IsLicensedFuelFilter": true, "IsLicensedNapaLink": true, "IsLicensedNextpart": true, "IsLicensedPreventiveMaintenanceData": true, "IsLicensedSnapStormAR": true, "IsLicensedSerpentineBelts": true, "IsLicensedSnapStormE": true, "IsLicensedSnapStormG": true, "IsLicensedSnapStormL": true, "IsLicensedSnapStormO": true, "IsLicensedSnapStormS": true, "IsLicensedTransmissionDiagrams": true, "IsLicensedTransmissionFilterKit": true, "IsLicensedUSPSAddressValidation": true, "IsLicensedVINDatabase": true, "IsLicensedWiperBlades": true }, "ApplicationID": "4a1349d2-4a36-4cbb-9643-2d826a775b9e" }
application/xml, text/xml
Sample:
<AccessToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AccessKeyID>426b6dcd-75d1-4b12-8409-8eb7ecac4468</AccessKeyID> <AccessTokenID>fe0fbc1d-efb0-415d-a05d-e8b1981b5b6c</AccessTokenID> <ApiVersion>sample string 3</ApiVersion> <ApplicationID>4a1349d2-4a36-4cbb-9643-2d826a775b9e</ApplicationID> <AuthenticationID>1865bf41-8c3e-4f36-9e8d-a4873f4b01de</AuthenticationID> <CustomerID>340bd238-def1-4db4-8cf9-3569aff6a875</CustomerID> <IsLongTerm>true</IsLongTerm> <LastAccessDateTime>2025-08-14T03:21:15.5818973+00:00</LastAccessDateTime> <LoginID>sample string 11</LoginID> <MerchantID>7</MerchantID> <ReceivableAccountID>1d8fc211-1d99-426f-98ed-92c1b6642bc9</ReceivableAccountID> <ReceivableAccountIdentifierID>ce1135c4-ad7f-40d2-8c1a-b19790e67d28</ReceivableAccountIdentifierID> <SiteID>12</SiteID> <SoftwareLicenseOptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/Detroit.WebAPI.Contracts"> <d2p1:IsLicensedACCP>true</d2p1:IsLicensedACCP> <d2p1:IsLicensedAccountingIntegration>true</d2p1:IsLicensedAccountingIntegration> <d2p1:IsLicensedAutoDataPubs>true</d2p1:IsLicensedAutoDataPubs> <d2p1:IsLicensedBeltDiagrams>true</d2p1:IsLicensedBeltDiagrams> <d2p1:IsLicensedCabinAirFilters>true</d2p1:IsLicensedCabinAirFilters> <d2p1:IsLicensedCabinDiagrams>true</d2p1:IsLicensedCabinDiagrams> <d2p1:IsLicensedCarFaxQuickVIN>true</d2p1:IsLicensedCarFaxQuickVIN> <d2p1:IsLicensedCarWashControllerAnyIntegration>true</d2p1:IsLicensedCarWashControllerAnyIntegration> <d2p1:IsLicensedCarWashControllerTwoWayIntegration>true</d2p1:IsLicensedCarWashControllerTwoWayIntegration> <d2p1:IsLicensedChekChart>true</d2p1:IsLicensedChekChart> <d2p1:IsLicensedELube>true</d2p1:IsLicensedELube> <d2p1:IsLicensedEMV>true</d2p1:IsLicensedEMV> <d2p1:IsLicensedEzCarQ>true</d2p1:IsLicensedEzCarQ> <d2p1:IsLicensedEzCarTrax>true</d2p1:IsLicensedEzCarTrax> <d2p1:IsLicensedEzGreeter>true</d2p1:IsLicensedEzGreeter> <d2p1:IsLicensedEzKiosk>true</d2p1:IsLicensedEzKiosk> <d2p1:IsLicensedEzTrax>true</d2p1:IsLicensedEzTrax> <d2p1:IsLicensedEzWash>true</d2p1:IsLicensedEzWash> <d2p1:IsLicensedEzWrenchRepair>true</d2p1:IsLicensedEzWrenchRepair> <d2p1:IsLicensedEzWrenchSMS>true</d2p1:IsLicensedEzWrenchSMS> <d2p1:IsLicensedFuelFilter>true</d2p1:IsLicensedFuelFilter> <d2p1:IsLicensedNapaLink>true</d2p1:IsLicensedNapaLink> <d2p1:IsLicensedNextpart>true</d2p1:IsLicensedNextpart> <d2p1:IsLicensedPreventiveMaintenanceData>true</d2p1:IsLicensedPreventiveMaintenanceData> <d2p1:IsLicensedSerpentineBelts>true</d2p1:IsLicensedSerpentineBelts> <d2p1:IsLicensedSnapStormAR>true</d2p1:IsLicensedSnapStormAR> <d2p1:IsLicensedSnapStormE>true</d2p1:IsLicensedSnapStormE> <d2p1:IsLicensedSnapStormG>true</d2p1:IsLicensedSnapStormG> <d2p1:IsLicensedSnapStormL>true</d2p1:IsLicensedSnapStormL> <d2p1:IsLicensedSnapStormO>true</d2p1:IsLicensedSnapStormO> <d2p1:IsLicensedSnapStormS>true</d2p1:IsLicensedSnapStormS> <d2p1:IsLicensedTransmissionDiagrams>true</d2p1:IsLicensedTransmissionDiagrams> <d2p1:IsLicensedTransmissionFilterKit>true</d2p1:IsLicensedTransmissionFilterKit> <d2p1:IsLicensedUSPSAddressValidation>true</d2p1:IsLicensedUSPSAddressValidation> <d2p1:IsLicensedVINDatabase>true</d2p1:IsLicensedVINDatabase> <d2p1:IsLicensedWiperBlades>true</d2p1:IsLicensedWiperBlades> </SoftwareLicenseOptions> <TicketID>0de93005-4e78-4eda-a2d8-c6ba2c529e55</TicketID> <UserID>f4ff201a-bfb9-4a8f-8f19-02fb408a8d00</UserID> <UserName>sample string 15</UserName> <WorkstationID>16</WorkstationID> </AccessToken>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |