EMUN1 ASP.NET

<back to all web services

ReconcileBucketImages

The following routes are available for this service:
All Verbs/service/ReconcileBucketImages
ReconcileBucketImages Parameters:
NameParameterData TypeRequiredDescription
CommitqueryboolNo
ContinuationTokenquerystringNo
BucketImagesReconciled Parameters:
NameParameterData TypeRequiredDescription
ExceptionsformConcurrentDictionary<string, Exception>No
StartedAtformDateTimeNo
FinishedAtformDateTimeNo
ElapsedSecondsformdoubleNo
CommittedformboolNo
ProductsWithImagesformintNo
ProductImageVariationsformintNo
DeletedCountformintNo
VerifiedImagesformintNo
AllImagesformintNo
DeletedImagesformObjectNo
NextContinuationTokenformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/ReconcileBucketImages HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"commit":false,"continuationToken":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"exceptions":{"String":"Exception of type 'System.Exception' was thrown."},"startedAt":"2025-03-11T07:43:25.0805180+00:00","finishedAt":"0001-01-01T00:00:00.0000000Z","elapsedSeconds":-63877275805.0805,"committed":false,"productsWithImages":1,"productImageVariations":1,"deletedCount":0,"verifiedImages":0,"allImages":0,"deletedImages":{},"nextContinuationToken":"String"}